ts-builds 1.2.3 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-builds",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "Shared TypeScript configuration files for library templates. Provides standardized ESLint, Prettier, Vitest, TypeScript, and build configs.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -48,14 +48,14 @@
48
48
  ],
49
49
  "dependencies": {
50
50
  "@eslint/eslintrc": "^3.3.3",
51
- "@eslint/js": "^9.39.1",
52
- "@types/node": "^24.10.2",
53
- "@typescript-eslint/eslint-plugin": "^8.49.0",
54
- "@typescript-eslint/parser": "^8.49.0",
55
- "@vitest/coverage-v8": "^4.0.15",
56
- "@vitest/ui": "^4.0.15",
51
+ "@eslint/js": "^9.39.2",
52
+ "@types/node": "~24.10.4",
53
+ "@typescript-eslint/eslint-plugin": "^8.50.1",
54
+ "@typescript-eslint/parser": "^8.50.1",
55
+ "@vitest/coverage-v8": "^4.0.16",
56
+ "@vitest/ui": "^4.0.16",
57
57
  "cross-env": "^10.1.0",
58
- "eslint": "^9.39.1",
58
+ "eslint": "^9.39.2",
59
59
  "eslint-config-prettier": "^10.1.8",
60
60
  "eslint-plugin-import": "^2.32.0",
61
61
  "eslint-plugin-prettier": "^5.5.4",
@@ -65,10 +65,10 @@
65
65
  "rimraf": "^6.1.2",
66
66
  "ts-node": "^10.9.2",
67
67
  "typescript": "^5.9.3",
68
- "vitest": "^4.0.15"
68
+ "vitest": "^4.0.16"
69
69
  },
70
70
  "devDependencies": {
71
- "tsdown": "^0.17.2"
71
+ "tsdown": "^0.18.3"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "tsdown": "^0.x"
@@ -93,5 +93,5 @@
93
93
  "dev": "node dist/cli.js dev",
94
94
  "prepublishOnly": "pnpm validate:bootstrap"
95
95
  },
96
- "packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
96
+ "packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6"
97
97
  }