|
2 | 2 | "name": "universal-starter-templates", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.0.0", |
5 | | - "packageManager": "pnpm@10.6.5", |
| 5 | + "packageManager": "pnpm@11.3.0", |
6 | 6 | "description": "Basic start template for NodeJS projects based on typescript", |
7 | 7 | "author": "Skippia", |
8 | 8 | "license": "ISC", |
|
60 | 60 | "update-git-hooks": "npx simple-git-hooks" |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | | - "zod": "^3.25.50" |
| 63 | + "zod": "^4.4.3" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "0x": "^5.8.0", |
67 | | - "@antfu/eslint-config": "^4.13.2", |
| 66 | + "0x": "^6.0.0", |
| 67 | + "@antfu/eslint-config": "^9.0.0", |
68 | 68 | "@semantic-release/changelog": "^6.0.3", |
69 | 69 | "@semantic-release/commit-analyzer": "^13.0.1", |
70 | 70 | "@semantic-release/git": "^10.0.1", |
71 | | - "@semantic-release/github": "^11.0.3", |
72 | | - "@semantic-release/npm": "^12.0.1", |
| 71 | + "@semantic-release/github": "^12.0.8", |
| 72 | + "@semantic-release/npm": "^13.1.5", |
73 | 73 | "@semantic-release/release-notes-generator": "^14.0.3", |
74 | 74 | "@types/node": "^22.15.29", |
75 | 75 | "cz-conventional-changelog": "^3.3.0", |
76 | | - "dependency-cruiser": "^16.10.2", |
77 | | - "eslint": "^9.28.0", |
78 | | - "globals": "^16.2.0", |
| 76 | + "dependency-cruiser": "^17.4.2", |
| 77 | + "eslint": "^10.4.0", |
| 78 | + "globals": "^17.6.0", |
79 | 79 | "prettier": "^3.5.3", |
80 | 80 | "rimraf": "^6.0.1", |
81 | | - "semantic-release": "^24.2.5", |
| 81 | + "semantic-release": "^25.0.3", |
82 | 82 | "simple-git-hooks": "^2.13.0", |
83 | 83 | "tsx": "^4.19.4", |
84 | | - "typescript": "^5.8.3", |
| 84 | + "typescript": "^6.0.3", |
85 | 85 | "typescript-eslint": "^8.33.1", |
86 | | - "vite": "^6.3.5", |
87 | | - "vite-bundle-analyzer": "^0.17.3", |
88 | | - "vite-plugin-dts": "^4.5.4", |
89 | | - "vite-tsconfig-paths": "^5.1.4" |
| 86 | + "vite": "^8.0.14", |
| 87 | + "vite-bundle-analyzer": "^1.3.8", |
| 88 | + "vite-plugin-dts": "^5.0.1", |
| 89 | + "vite-tsconfig-paths": "^6.1.1" |
90 | 90 | }, |
91 | 91 | "simple-git-hooks": { |
92 | 92 | "pre-push": "npm run typecheck" |
|
0 commit comments