Skip to content

Commit

Permalink
feat(vite-plugin): add support for vite@6 (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
monholm authored Dec 5, 2024
1 parent 8a25556 commit 38a0c6f
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 735 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"@lingui/conf": "5.0.0"
},
"peerDependencies": {
"vite": "^3 || ^4 || ^5.0.9"
"vite": "^3 || ^4 || ^5.0.9 || ^6"
},
"devDependencies": {
"@lingui/core": "workspace:^",
"@lingui/format-json": "workspace:^",
"unbuild": "2.0.0",
"vite": "4.1.4",
"vite": "6.0.2",
"vite-plugin-babel-macros": "^1.0.6"
}
}
Loading

0 comments on commit 38a0c6f

Please sign in to comment.