Skip to content

Commit b723cca

Browse files
committed
Update template dependencies
1 parent d181a70 commit b723cca

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

packages/create-vue-lib/src/template/base/config/package.json.ejs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,26 @@
4646
<%_ } _%>
4747
"devDependencies": {
4848
<%_ if (config.includeEsLint) { _%>
49-
"@eslint/compat": "^1.2.6",
49+
"@eslint/compat": "^1.2.7",
5050
<%_ if (config.includeEsLintStylistic) { _%>
51-
"@stylistic/eslint-plugin": "^4.0.0",
51+
"@stylistic/eslint-plugin": "^4.2.0",
5252
<%_ } _%>
5353
"@tsconfig/node22": "^22.0.0",
54-
"@types/node": "^22.13.4",
55-
"@typescript-eslint/parser": "^8.23.0",
54+
"@types/node": "^22.13.9",
55+
"@typescript-eslint/parser": "^8.26.0",
5656
<%_ if (config.includeVitest) { _%>
57-
"@vitest/eslint-plugin": "1.1.31",
57+
"@vitest/eslint-plugin": "^1.1.36",
5858
<%_ } _%>
59-
"@vue/eslint-config-typescript": "^14.4.0",
60-
"eslint": "^9.20.1",
61-
"eslint-plugin-vue": "^9.32.0",
59+
"@vue/eslint-config-typescript": "^14.5.0",
60+
"eslint": "^9.21.0",
61+
"eslint-plugin-vue": "~10.0.0",
6262
"jiti": "^2.4.2",
6363
"lint-staged": "^15.4.3",
6464
"npm-run-all2": "^7.0.2",
6565
<%_ } _%>
6666
"simple-git-hooks": "^2.11.1",
6767
<%_ if (config.includeEsLint) { _%>
68-
"typescript": "~5.7.3"
68+
"typescript": "~5.8.0"
6969
<%_ } _%>
7070
}
7171
}

packages/create-vue-lib/src/template/base/config/packages/@projectName@/package.json.ejs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@rollup/plugin-replace": "^6.0.2",
4141
"@tsconfig/node22": "^22.0.0",
4242
"@types/jsdom": "^21.1.7",
43-
"@types/node": "^22.13.4",
43+
"@types/node": "^22.13.9",
4444
"@vitejs/plugin-vue": "^5.2.1",
4545
<%_ if (config.includeVitest) { _%>
46-
"@vitest/coverage-v8": "^3.0.5",
46+
"@vitest/coverage-v8": "^3.0.8",
4747
"@vue/test-utils": "^2.4.6",
4848
<%_ } _%>
4949
"@vue/tsconfig": "^0.7.0",
@@ -52,14 +52,14 @@
5252
"jsdom": "^26.0.0",
5353
"npm-run-all2": "^7.0.2",
5454
"rimraf": "^5.0.1",
55-
"typescript": "~5.7.3",
56-
"vite": "^6.1.0",
55+
"typescript": "~5.8.0",
56+
"vite": "^6.2.1",
5757
"vite-plugin-dts": "^4.5.3",
5858
<%_ if (config.includeVitest) { _%>
59-
"vitest": "^3.0.5",
59+
"vitest": "^3.0.8",
6060
<%_ } _%>
6161
"vue": "^3.5.13",
62-
"vue-tsc": "^2.2.2"
62+
"vue-tsc": "^2.2.8"
6363
},
6464
"scripts": {
6565
"clean:dist": "rimraf dist",

packages/create-vue-lib/src/template/playground/config/packages/playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"devDependencies": {
1515
"@tsconfig/node22": "^22.0.0",
16-
"@types/node": "^22.13.4",
16+
"@types/node": "^22.13.9",
1717
"@vitejs/plugin-vue": "^5.2.1",
1818
"@vue/tsconfig": "^0.7.0",
1919
"npm-run-all2": "^7.0.2",
2020
"rimraf": "^5.0.1",
21-
"typescript": "~5.7.3",
22-
"vite": "^6.1.0",
23-
"vite-plugin-vue-devtools": "^7.7.0",
24-
"vue-tsc": "^2.2.2"
21+
"typescript": "~5.8.0",
22+
"vite": "^6.2.1",
23+
"vite-plugin-vue-devtools": "^7.7.2",
24+
"vue-tsc": "^2.2.8"
2525
}
2626
}

packages/create-vue-lib/src/template/vitepress/config/packages/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"devDependencies": {
1717
"@tsconfig/node22": "^22.0.0",
18-
"@types/node": "^22.13.4",
18+
"@types/node": "^22.13.9",
1919
"@vue/tsconfig": "^0.7.0",
2020
"npm-run-all2": "^7.0.2",
2121
"rimraf": "^6.0.1",
22-
"typescript": "~5.7.3",
22+
"typescript": "~5.8.0",
2323
"vitepress": "^1.6.3",
24-
"vue-tsc": "^2.2.2"
24+
"vue-tsc": "^2.2.8"
2525
}
2626
}

0 commit comments

Comments
 (0)