Skip to content

Commit

Permalink
Add vite v4 to peer dependencies (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
CXZ7720 committed Jan 23, 2023
1 parent 3d1e978 commit 2fc56e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ninety-bulldogs-shave.md
@@ -0,0 +1,5 @@
---
'@vanilla-extract/vite-plugin': patch
---

Adds vite v4 to peer dependencies
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Expand Up @@ -24,6 +24,6 @@
"vite": "^2.7.0"
},
"peerDependencies": {
"vite": "^2.2.3 || ^3.0.0"
"vite": "^2.2.3 || ^3.0.0 || ^4.0.3"
}
}

0 comments on commit 2fc56e8

Please sign in to comment.