Skip to content

Commit fcc0f5b

Browse files
Update dependencies and sync with create-vue 3.18.0 (#12)
1 parent 9bc4fd1 commit fcc0f5b

File tree

8 files changed

+83
-166
lines changed

8 files changed

+83
-166
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"@eslint/compat": "^1.3.1",
1010
"@stylistic/eslint-plugin": "^5.2.2",
1111
"@tsconfig/node22": "^22.0.2",
12-
"@types/node": "^22.15.32",
13-
"@vue/eslint-config-typescript": "^14.5.1",
14-
"eslint": "^9.29.0",
15-
"eslint-plugin-vue": "~10.2.0",
12+
"@types/node": "^22.16.5",
13+
"@vue/eslint-config-typescript": "^14.6.0",
14+
"eslint": "^9.31.0",
15+
"eslint-plugin-vue": "~10.3.0",
1616
"jiti": "^2.4.2",
1717
"lint-staged": "^16.1.2",
1818
"npm-run-all2": "^8.0.4",

packages/create-vue-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@tsconfig/node22": "^22.0.2",
2424
"@types/ejs": "^3.1.5",
25-
"@types/node": "^22.15.32",
25+
"@types/node": "^22.16.5",
2626
"@types/prompts": "^2.4.9",
2727
"copyfiles": "^2.4.1",
2828
"ejs": "^3.1.10",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"@stylistic/eslint-plugin": "^5.2.2",
1313
<%_ } _%>
1414
"@tsconfig/node22": "^22.0.2",
15-
"@types/node": "^22.15.32",
15+
"@types/node": "^22.16.5",
1616
<%_ if (config.includeVitest) { _%>
17-
"@vitest/eslint-plugin": "^1.2.7",
17+
"@vitest/eslint-plugin": "^1.3.4",
1818
<%_ } _%>
19-
"@vue/eslint-config-typescript": "^14.5.1",
20-
"eslint": "^9.29.0",
21-
"eslint-plugin-vue": "~10.2.0",
19+
"@vue/eslint-config-typescript": "^14.6.0",
20+
"eslint": "^9.31.0",
21+
"eslint-plugin-vue": "~10.3.0",
2222
"jiti": "^2.4.2",
2323
"lint-staged": "^16.1.2",
2424
"npm-run-all2": "^8.0.4",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<%_ } _%>
4545
"@tsconfig/node22": "^22.0.2",
4646
"@types/jsdom": "^21.1.7",
47-
"@types/node": "^22.15.32",
48-
"@vitejs/plugin-vue": "^6.0.0",
47+
"@types/node": "^22.16.5",
48+
"@vitejs/plugin-vue": "^6.0.1",
4949
<%_ if (config.includeVitest) { _%>
5050
"@vitest/coverage-v8": "^3.2.4",
5151
"@vue/test-utils": "^2.4.6",
@@ -60,13 +60,13 @@
6060
"tailwindcss": "^4.1.11",
6161
<%_ } _%>
6262
"typescript": "~5.8.0",
63-
"vite": "^7.0.0",
63+
"vite": "^7.0.6",
6464
"vite-plugin-dts": "^4.5.4",
6565
<%_ if (config.includeVitest) { _%>
6666
"vitest": "^3.2.4",
6767
<%_ } _%>
6868
"vue": "^3.5.18",
69-
"vue-tsc": "^2.2.10"
69+
"vue-tsc": "^3.0.4"
7070
},
7171
"scripts": {
7272
"clean:dist": "rimraf dist",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"@tailwindcss/vite": "^4.1.11",
1010
<%_ } _%>
1111
"@tsconfig/node22": "^22.0.2",
12-
"@types/node": "^22.15.32",
13-
"@vitejs/plugin-vue": "^6.0.0",
12+
"@types/node": "^22.16.5",
13+
"@vitejs/plugin-vue": "^6.0.1",
1414
"@vue/tsconfig": "^0.7.0",
1515
"npm-run-all2": "^8.0.4",
1616
"rimraf": "^6.0.1",
1717
<%_ if (config.includeTailwind) { _%>
1818
"tailwindcss": "^4.1.11",
1919
<%_ } _%>
2020
"typescript": "~5.8.0",
21-
"vite": "^7.0.0",
21+
"vite": "^7.0.6",
2222
"vite-plugin-vue-devtools": "^8.0.0",
23-
"vue-tsc": "^2.2.10"
23+
"vue-tsc": "^3.0.4"
2424
},
2525
"scripts": {
2626
"clean": "rimraf dist",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@tailwindcss/vite": "^4.1.11",
1010
<%_ } _%>
1111
"@tsconfig/node22": "^22.0.2",
12-
"@types/node": "^22.15.32",
12+
"@types/node": "^22.16.5",
1313
"@vue/tsconfig": "^0.7.0",
1414
"npm-run-all2": "^8.0.4",
1515
<%_ if (config.includeVpRaw) { _%>
@@ -21,7 +21,7 @@
2121
<%_ } _%>
2222
"typescript": "~5.8.0",
2323
"vitepress": "^1.6.3",
24-
"vue-tsc": "^2.2.10"
24+
"vue-tsc": "^3.0.4"
2525
},
2626
"scripts": {
2727
"clean": "rimraf dist .vitepress/cache",

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"devDependencies": {
88
"@tsconfig/node22": "^22.0.2",
9-
"@types/node": "^22.15.32",
9+
"@types/node": "^22.16.5",
1010
"@vue/tsconfig": "^0.7.0",
1111
"npm-run-all2": "^8.0.4",
1212
"rimraf": "^6.0.1",
1313
"typescript": "~5.8.0",
1414
"vitepress": "^1.6.3",
15-
"vue-tsc": "^2.2.10"
15+
"vue-tsc": "^3.0.4"
1616
},
1717
"scripts": {
1818
"clean": "rimraf dist .vitepress/cache",

0 commit comments

Comments
 (0)