|
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@10.8.0", |
6 | 6 | "description": "Basic start template for NodeJS projects based on typescript",
|
7 | 7 | "author": "Skippia",
|
8 | 8 | "license": "ISC",
|
|
65 | 65 | },
|
66 | 66 | "devDependencies": {
|
67 | 67 | "0x": "^5.8.0",
|
68 |
| - "@antfu/eslint-config": "^4.11.0", |
| 68 | + "@antfu/eslint-config": "^4.12.0", |
69 | 69 | "@semantic-release/changelog": "^6.0.3",
|
70 | 70 | "@semantic-release/commit-analyzer": "^13.0.1",
|
71 | 71 | "@semantic-release/git": "^10.0.1",
|
|
75 | 75 | "@types/node": "^22.14.0",
|
76 | 76 | "cz-conventional-changelog": "^3.3.0",
|
77 | 77 | "dependency-cruiser": "^16.10.1",
|
78 |
| - "eslint": "^9.23.0", |
| 78 | + "eslint": "^9.24.0", |
79 | 79 | "eslint-plugin-functional": "^9.0.1",
|
80 | 80 | "globals": "^16.0.0",
|
81 | 81 | "prettier": "^3.5.3",
|
|
84 | 84 | "simple-git-hooks": "^2.12.1",
|
85 | 85 | "tsx": "^4.19.3",
|
86 | 86 | "typescript": "^5.8.3",
|
87 |
| - "typescript-eslint": "^8.28.0", |
| 87 | + "typescript-eslint": "^8.29.1", |
88 | 88 | "vite": "^6.2.5",
|
89 |
| - "vite-bundle-analyzer": "^0.17.3", |
| 89 | + "vite-bundle-analyzer": "^0.18.1", |
90 | 90 | "vite-plugin-dts": "^4.5.3",
|
91 | 91 | "vite-tsconfig-paths": "^5.1.4"
|
92 | 92 | },
|
|
0 commit comments