Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix(deps): update peerdependency vite to v5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Vite requirement raised to v5
  • Loading branch information
renovate[bot] authored and brawaru committed Dec 11, 2023
1 parent 11a0db7 commit d446b12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"semantic-release": "^22.0.10",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^4.5.1",
"vite": "^5.0.7",
"vitest": "^1.0.2",
"webpack": "^5.89.0"
},
Expand All @@ -91,7 +91,7 @@
},
"peerDependencies": {
"rollup": "^3",
"vite": "^4",
"vite": "^5.0.0",
"webpack": "^5"
},
"peerDependenciesMeta": {
Expand Down
42 changes: 4 additions & 38 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 d446b12

Please sign in to comment.