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 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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",
Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff line change 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 ) { _% >
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",
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments