We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1fc14 commit 576a821Copy full SHA for 576a821
3 files changed
apps/example/package.json
@@ -15,7 +15,7 @@
15
"vite-plugin-serve-static": "workspace:*",
16
"rimraf": "^6.0.1",
17
"typescript": "~5.7.2",
18
- "vite": "^7.3.0",
+ "vite": "^8.0.0",
19
"vitest": "^4.0.16"
20
}
21
packages/vite-plugin-serve-static/package.json
@@ -29,7 +29,7 @@
29
"test": "vitest --run"
30
},
31
"peerDependencies": {
32
- "vite": ">=5.0.0 <8.0.0"
+ "vite": ">=5.0.0 <9.0.0"
33
34
"dependencies": {
35
"cors": "^2.8.5",
@@ -46,5 +46,16 @@
46
"publishConfig": {
47
"access": "public",
48
"provenance": true
49
+ },
50
+ "compatiblePackages": {
51
+ "schemaVersion": 1,
52
+ "rolldown": {
53
+ "type": "incompatible",
54
+ "reason": "Uses Vite-specific APIs"
55
56
+ "rollup": {
57
58
59
+ }
60
61
0 commit comments