Skip to content

Commit

Permalink
Allow rollup@4.x.x as peer dependency (#1290)
Browse files Browse the repository at this point in the history
Co-authored-by: Remus Mate <3297808+mrm007@users.noreply.github.com>
  • Loading branch information
Simon Olsen and mrm007 authored Jan 27, 2024
1 parent 00af971 commit 5d7140e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-wolves-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vanilla-extract/rollup-plugin': patch
---

Add Rollup v4 to peer dependencies
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"rollup-plugin-esbuild": "^4.9.1"
},
"peerDependencies": {
"rollup": "^2.0.0 || ^3.0.0"
"rollup": "^2.0.0 || ^3.0.0 || ^4.0.0"
}
}

0 comments on commit 5d7140e

Please sign in to comment.