We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5f791 commit 94431ebCopy full SHA for 94431eb
.changeset/heavy-cooks-wonder.md
@@ -0,0 +1,5 @@
1
+---
2
+'vite-plugin-solid': patch
3
4
+
5
+add support for vite 7 in peerDeps
package.json
@@ -73,7 +73,7 @@
73
"peerDependencies": {
74
"@testing-library/jest-dom": "^5.16.6 || ^5.17.0 || ^6.*",
75
"solid-js": "^1.7.2",
76
- "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
+ "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
77
},
78
"peerDependenciesMeta": {
79
"@testing-library/jest-dom": {
0 commit comments