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 rollup to v4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: rollup version requirement raised to v4
  • Loading branch information
renovate[bot] authored and brawaru committed Dec 11, 2023
1 parent d446b12 commit 8386a8a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"memfs": "^4.6.0",
"prettier": "^3.1.0",
"prettier-plugin-jsdoc": "^1.1.1",
"rollup": "^3.29.4",
"rollup": "^4.7.0",
"semantic-release": "^22.0.10",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
Expand All @@ -90,7 +90,7 @@
"unplugin": "^1.5.1"
},
"peerDependencies": {
"rollup": "^3",
"rollup": "^4.0.0",
"vite": "^5.0.0",
"webpack": "^5"
},
Expand Down
51 changes: 33 additions & 18 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 8386a8a

Please sign in to comment.