File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
packages/create-vue-lib/src/template
playground/config/packages/playground
vitepress/config/packages/docs Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 49
49
" @stylistic/eslint-plugin" : " ^4.0.0" ,
50
50
< % _ } _% >
51
51
" @tsconfig/node22" : " ^22.0.0" ,
52
- " @types/node" : " ^22.13.0 " ,
52
+ " @types/node" : " ^22.13.4 " ,
53
53
" @typescript-eslint/parser" : " ^8.23.0" ,
54
- " @vitest/eslint-plugin" : " 1.1.25 " ,
55
- " @vue/eslint-config-typescript" : " ^14.3 .0" ,
56
- " eslint" : " ^9.18.0 " ,
54
+ " @vitest/eslint-plugin" : " 1.1.31 " ,
55
+ " @vue/eslint-config-typescript" : " ^14.4 .0" ,
56
+ " eslint" : " ^9.20.1 " ,
57
57
" eslint-plugin-vue" : " ^9.32.0" ,
58
58
" jiti" : " ^2.4.2" ,
59
59
" lint-staged" : " ^15.4.3" ,
60
60
" npm-run-all2" : " ^7.0.2" ,
61
61
< % _ } _%>
62
62
"simple-git-hooks": "^2.11.1",
63
63
<% _ if (config .includeEsLint ) { _% >
64
- " typescript" : " ^ 5.7.3"
64
+ " typescript" : " ~ 5.7.3"
65
65
< % _ } _%>
66
66
}
67
67
}
Original file line number Diff line number Diff line change 40
40
"@rollup/plugin-replace" : " ^6.0.2" ,
41
41
"@tsconfig/node22" : " ^22.0.0" ,
42
42
"@types/jsdom" : " ^21.1.7" ,
43
- "@types/node" : " ^22.10.7 " ,
43
+ "@types/node" : " ^22.13.4 " ,
44
44
"@vitejs/plugin-vue" : " ^5.2.1" ,
45
45
"@vitest/coverage-v8" : " ^3.0.5" ,
46
46
"@vue/test-utils" : " ^2.4.6" ,
51
51
"npm-run-all2" : " ^7.0.2" ,
52
52
"rimraf" : " ^5.0.1" ,
53
53
"typescript" : " ~5.7.3" ,
54
- "vite" : " ^6.0.11 " ,
55
- "vite-plugin-dts" : " 4.5.0 " ,
56
- "vitest" : " ^3.0.2 " ,
54
+ "vite" : " ^6.1.0 " ,
55
+ "vite-plugin-dts" : " ^ 4.5.3 " ,
56
+ "vitest" : " ^3.0.5 " ,
57
57
"vue" : " ^3.5.13" ,
58
- "vue-tsc" : " ^2.2.0 "
58
+ "vue-tsc" : " ^2.2.2 "
59
59
},
60
60
"scripts" : {
61
61
"clean:dist" : " rimraf dist" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@tsconfig/node22" : " ^22.0.0" ,
16
- "@types/node" : " ^22.10.7 " ,
16
+ "@types/node" : " ^22.13.4 " ,
17
17
"@vitejs/plugin-vue" : " ^5.2.1" ,
18
18
"@vue/tsconfig" : " ^0.7.0" ,
19
19
"npm-run-all2" : " ^7.0.2" ,
20
20
"rimraf" : " ^5.0.1" ,
21
21
"typescript" : " ~5.7.3" ,
22
- "vite" : " ^6.0.11 " ,
22
+ "vite" : " ^6.1.0 " ,
23
23
"vite-plugin-vue-devtools" : " ^7.7.0" ,
24
- "vue-tsc" : " ^2.2.0 "
24
+ "vue-tsc" : " ^2.2.2 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"@tsconfig/node22" : " ^22.0.0" ,
18
- "@types/node" : " ^22.13.0 " ,
18
+ "@types/node" : " ^22.13.4 " ,
19
19
"@vue/tsconfig" : " ^0.7.0" ,
20
20
"npm-run-all2" : " ^7.0.2" ,
21
21
"rimraf" : " ^6.0.1" ,
22
22
"typescript" : " ~5.7.3" ,
23
23
"vitepress" : " ^1.6.3" ,
24
- "vue-tsc" : " ^2.2.0 "
24
+ "vue-tsc" : " ^2.2.2 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments