Skip to content

Commit a0eb1cd

Browse files
committed
feat: update deps and support vite 8
1 parent 859666e commit a0eb1cd

File tree

9 files changed

+725
-962
lines changed

9 files changed

+725
-962
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import antfu from '@antfu/eslint-config'
22

3-
export default await antfu()
3+
export default antfu()

examples/nuxt-style/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"vue-router": "4.2.5"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^6.0.1",
15-
"@vue/compiler-sfc": "^3.5.22",
16-
"nodemon": "^3.1.10",
14+
"@vitejs/plugin-vue": "^6.0.2",
15+
"@vue/compiler-sfc": "^3.5.25",
16+
"nodemon": "^3.1.11",
1717
"typescript": "^5.9.3",
18-
"vite": "^7.1.9",
18+
"vite": "^7.2.6",
1919
"vite-plugin-pages": "workspace:*",
2020
"vite-plugin-vue-markdown": "^0.23.8"
2121
}

examples/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"dependencies": {
1111
"react": "^19.1.0",
1212
"react-dom": "^19.2.0",
13-
"react-router-dom": "^7.9.3"
13+
"react-router-dom": "^7.10.0"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^19.2.2",
17-
"@types/react-dom": "^19.2.1",
16+
"@types/react": "^19.2.7",
17+
"@types/react-dom": "^19.2.3",
1818
"@types/react-router-config": "^5.0.11",
1919
"@types/react-router-dom": "^5.3.3",
20-
"@vitejs/plugin-react": "^5.0.4",
21-
"nodemon": "^3.1.10",
20+
"@vitejs/plugin-react": "^5.1.1",
21+
"nodemon": "^3.1.11",
2222
"typescript": "^5.9.3",
23-
"vite": "^7.1.9",
23+
"vite": "^7.2.6",
2424
"vite-plugin-pages": "workspace:*"
2525
}
2626
}

examples/remix-style/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"dependencies": {
1010
"react": "^19.1.0",
1111
"react-dom": "^19.2.0",
12-
"react-router-dom": "^7.9.3"
12+
"react-router-dom": "^7.10.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.2.2",
16-
"@types/react-dom": "^19.2.1",
15+
"@types/react": "^19.2.7",
16+
"@types/react-dom": "^19.2.3",
1717
"@types/react-router-config": "^5.0.11",
1818
"@types/react-router-dom": "^5.3.3",
19-
"@vitejs/plugin-react": "^5.0.4",
20-
"nodemon": "^3.1.10",
19+
"@vitejs/plugin-react": "^5.1.1",
20+
"nodemon": "^3.1.11",
2121
"typescript": "^5.9.3",
22-
"vite": "^7.1.9",
22+
"vite": "^7.2.6",
2323
"vite-plugin-pages": "workspace:*"
2424
}
2525
}

examples/solid/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"@solidjs/router": "^0.15.3",
12-
"solid-js": "^1.9.9"
11+
"@solidjs/router": "^0.15.4",
12+
"solid-js": "^1.9.10"
1313
},
1414
"devDependencies": {
15-
"nodemon": "^3.1.10",
15+
"nodemon": "^3.1.11",
1616
"typescript": "^5.9.3",
17-
"vite": "^7.1.9",
17+
"vite": "^7.2.6",
1818
"vite-plugin-pages": "workspace:*",
19-
"vite-plugin-solid": "^2.11.9"
19+
"vite-plugin-solid": "^2.11.10"
2020
}
2121
}

examples/vue-ssr/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
},
1313
"dependencies": {
1414
"vue": "^3.5.17",
15-
"vue-router": "^4.5.1"
15+
"vue-router": "^4.6.3"
1616
},
1717
"devDependencies": {
1818
"@types/compression": "^1.8.1",
19-
"@types/express": "^5.0.3",
20-
"@types/node": "^24.7.0",
21-
"@types/serve-static": "^1.15.9",
22-
"@vitejs/plugin-vue": "^6.0.1",
23-
"@vue/compiler-sfc": "^3.5.22",
24-
"@vue/server-renderer": "^3.5.22",
19+
"@types/express": "^5.0.6",
20+
"@types/node": "^24.10.1",
21+
"@types/serve-static": "^2.2.0",
22+
"@vitejs/plugin-vue": "^6.0.2",
23+
"@vue/compiler-sfc": "^3.5.25",
24+
"@vue/server-renderer": "^3.5.25",
2525
"compression": "^1.8.1",
2626
"esno": "^4.8.0",
27-
"express": "^5.1.0",
27+
"express": "^5.2.1",
2828
"fast-glob": "^3.3.3",
29-
"nodemon": "^3.1.10",
29+
"nodemon": "^3.1.11",
3030
"serve-static": "^2.2.0",
3131
"typescript": "^5.9.3",
32-
"vite": "^7.1.9",
32+
"vite": "^7.2.6",
3333
"vite-plugin-pages": "workspace:*"
3434
}
3535
}

examples/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"vue-router": "4.2.5"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^6.0.1",
17-
"@vue/compiler-sfc": "^3.5.22",
18-
"nodemon": "^3.1.10",
16+
"@vitejs/plugin-vue": "^6.0.2",
17+
"@vue/compiler-sfc": "^3.5.25",
18+
"nodemon": "^3.1.11",
1919
"typescript": "^5.9.3",
20-
"vite": "^7.1.9",
20+
"vite": "^7.2.6",
2121
"vite-plugin-inspect": "^11.3.3",
2222
"vite-plugin-pages": "workspace:*",
2323
"vite-plugin-vue-markdown": "^0.23.8"

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"peerDependencies": {
6767
"@vue/compiler-sfc": "^2.7.0 || ^3.0.0",
68-
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
68+
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0-0"
6969
},
7070
"peerDependenciesMeta": {
7171
"@solidjs/router": {
@@ -94,33 +94,28 @@
9494
"yaml": "^2.8.2"
9595
},
9696
"devDependencies": {
97-
"@antfu/eslint-config": "^6.2.0",
97+
"@antfu/eslint-config": "^6.3.0",
9898
"@antfu/utils": "^9.3.0",
9999
"@solidjs/router": "^0.15.4",
100100
"@types/micromatch": "^4.0.10",
101101
"@types/node": "^24.10.1",
102-
"@vitest/ui": "^4.0.14",
102+
"@vitest/ui": "^4.0.15",
103103
"@vue/compiler-sfc": "^3.5.25",
104104
"bumpp": "^10.3.2",
105105
"eslint": "^9.39.1",
106106
"playwright": "^1.57.0",
107107
"react": "^19.2.0",
108-
"react-router": "^7.9.6",
108+
"react-router": "^7.10.0",
109109
"solid-js": "^1.9.10",
110110
"tsup": "^8.5.1",
111111
"tsx": "^4.21.0",
112112
"typescript": "^5.9.3",
113113
"vite": "^7.2.6",
114-
"vitest": "^4.0.14",
114+
"vitest": "^4.0.15",
115115
"vue": "^3.5.25",
116116
"vue-router": "^4.6.3"
117117
},
118118
"pnpm": {
119-
"peerDependencyRules": {
120-
"allowedVersions": {
121-
"eslint": "*"
122-
}
123-
},
124119
"overrides": {
125120
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.44",
126121
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",

0 commit comments

Comments
 (0)