Skip to content

Commit

Permalink
feat(vite-plugin): add support for vite@5 (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
monholm authored Jan 4, 2024
1 parent cd269b6 commit 5548d26
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 @@ -43,7 +43,7 @@
"@lingui/conf": "4.6.0"
},
"peerDependencies": {
"vite": "3 - 4"
"vite": "^3 || ^4 || ^5.0.9"
},
"devDependencies": {
"@lingui/format-json": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3495,7 +3495,7 @@ __metadata:
vite: 4.1.4
vite-plugin-babel-macros: ^1.0.6
peerDependencies:
vite: 3 - 4
vite: ^3 || ^4 || ^5.0.9
languageName: unknown
linkType: soft

Expand Down

1 comment on commit 5548d26

@vercel
Copy link

@vercel vercel bot commented on 5548d26 Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.