File tree Expand file tree Collapse file tree 8 files changed +83
-166
lines changed
playground/config/packages/playground
vitepress/config/packages/docs Expand file tree Collapse file tree 8 files changed +83
-166
lines changed Original file line number Diff line number Diff line change 9
9
"@eslint/compat" : " ^1.3.1" ,
10
10
"@stylistic/eslint-plugin" : " ^5.2.2" ,
11
11
"@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" ,
16
16
"jiti" : " ^2.4.2" ,
17
17
"lint-staged" : " ^16.1.2" ,
18
18
"npm-run-all2" : " ^8.0.4" ,
Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@tsconfig/node22" : " ^22.0.2" ,
24
24
"@types/ejs" : " ^3.1.5" ,
25
- "@types/node" : " ^22.15.32 " ,
25
+ "@types/node" : " ^22.16.5 " ,
26
26
"@types/prompts" : " ^2.4.9" ,
27
27
"copyfiles" : " ^2.4.1" ,
28
28
"ejs" : " ^3.1.10" ,
Original file line number Diff line number Diff line change 12
12
" @stylistic/eslint-plugin" : " ^5.2.2" ,
13
13
< % _ } _% >
14
14
" @tsconfig/node22" : " ^22.0.2" ,
15
- " @types/node" : " ^22.15.32 " ,
15
+ " @types/node" : " ^22.16.5 " ,
16
16
< % _ if (config .includeVitest ) { _% >
17
- " @vitest/eslint-plugin" : " ^1.2.7 " ,
17
+ " @vitest/eslint-plugin" : " ^1.3.4 " ,
18
18
< % _ } _% >
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" ,
22
22
" jiti" : " ^2.4.2" ,
23
23
" lint-staged" : " ^16.1.2" ,
24
24
" npm-run-all2" : " ^8.0.4" ,
Original file line number Diff line number Diff line change 44
44
< % _ } _%>
45
45
"@tsconfig/node22": "^22.0.2",
46
46
"@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 ",
49
49
<% _ if (config .includeVitest ) { _% >
50
50
" @vitest/coverage-v8" : " ^3.2.4" ,
51
51
" @vue/test-utils" : " ^2.4.6" ,
60
60
" tailwindcss" : " ^4.1.11" ,
61
61
< % _ } _%>
62
62
"typescript": "~5.8.0",
63
- "vite": "^7.0.0 ",
63
+ "vite": "^7.0.6 ",
64
64
"vite-plugin-dts": "^4.5.4",
65
65
<% _ if (config .includeVitest ) { _% >
66
66
" vitest" : " ^3.2.4" ,
67
67
< % _ } _%>
68
68
"vue": "^3.5.18",
69
- "vue-tsc": "^2.2.10 "
69
+ "vue-tsc": "^3.0.4 "
70
70
},
71
71
"scripts": {
72
72
"clean:dist": "rimraf dist",
Original file line number Diff line number Diff line change 9
9
" @tailwindcss/vite" : " ^4.1.11" ,
10
10
< % _ } _%>
11
11
"@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 ",
14
14
"@vue/tsconfig": "^0.7.0",
15
15
"npm-run-all2": "^8.0.4",
16
16
"rimraf": "^6.0.1",
17
17
<% _ if (config .includeTailwind ) { _% >
18
18
" tailwindcss" : " ^4.1.11" ,
19
19
< % _ } _%>
20
20
"typescript": "~5.8.0",
21
- "vite": "^7.0.0 ",
21
+ "vite": "^7.0.6 ",
22
22
"vite-plugin-vue-devtools": "^8.0.0",
23
- "vue-tsc": "^2.2.10 "
23
+ "vue-tsc": "^3.0.4 "
24
24
},
25
25
"scripts": {
26
26
"clean": "rimraf dist",
Original file line number Diff line number Diff line change 9
9
" @tailwindcss/vite" : " ^4.1.11" ,
10
10
< % _ } _%>
11
11
"@tsconfig/node22": "^22.0.2",
12
- "@types/node": "^22.15.32 ",
12
+ "@types/node": "^22.16.5 ",
13
13
"@vue/tsconfig": "^0.7.0",
14
14
"npm-run-all2": "^8.0.4",
15
15
<% _ if (config .includeVpRaw ) { _% >
21
21
< % _ } _%>
22
22
"typescript": "~5.8.0",
23
23
"vitepress": "^1.6.3",
24
- "vue-tsc": "^2.2.10 "
24
+ "vue-tsc": "^3.0.4 "
25
25
},
26
26
"scripts": {
27
27
"clean": "rimraf dist .vitepress/cache",
Original file line number Diff line number Diff line change 6
6
},
7
7
"devDependencies" : {
8
8
"@tsconfig/node22" : " ^22.0.2" ,
9
- "@types/node" : " ^22.15.32 " ,
9
+ "@types/node" : " ^22.16.5 " ,
10
10
"@vue/tsconfig" : " ^0.7.0" ,
11
11
"npm-run-all2" : " ^8.0.4" ,
12
12
"rimraf" : " ^6.0.1" ,
13
13
"typescript" : " ~5.8.0" ,
14
14
"vitepress" : " ^1.6.3" ,
15
- "vue-tsc" : " ^2.2.10 "
15
+ "vue-tsc" : " ^3.0.4 "
16
16
},
17
17
"scripts" : {
18
18
"clean" : " rimraf dist .vitepress/cache" ,
You can’t perform that action at this time.
0 commit comments