Skip to content

Commit

Permalink
[core] Bump Vite to v6 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanyluk authored Jan 8, 2025
1 parent a92097b commit fb00a3b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/pigment-css-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"vite": "^5.4.10"
"vite": "^6.0.5"
},
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0"
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0"
},
"sideEffects": false,
"publishConfig": {
Expand Down
67 changes: 65 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb00a3b

Please sign in to comment.