Skip to content

Commit

Permalink
chore(vite-plugin): bump vite peer dependency to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnobile committed Jun 10, 2024
1 parent 538909e commit 6bde303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"build:js:prod": "vite build --mode production"
},
"peerDependencies": {
"vite": "^4"
"vite": "^4 || ^5"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@contember/vite-plugin@workspace:packages/vite-plugin"
peerDependencies:
vite: ^4
vite: ^4 || ^5
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 6bde303

Please sign in to comment.