Skip to content

Commit

Permalink
fix: loosen rollup peerDependency
Browse files Browse the repository at this point in the history
The peerDependency for rollup should have been ^4 instead of a pinned
version.
  • Loading branch information
matijs committed Nov 2, 2024
1 parent 034aea4 commit c9903d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-singers-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@nl-design-system/rollup-config-react-component': patch
---

Relax rollup peerDependency requirement
2 changes: 1 addition & 1 deletion packages/rollup-config-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"rollup": "4.24.3"
},
"peerDependencies": {
"rollup": "4.24.3"
"rollup": "^4"
}
}

0 comments on commit c9903d5

Please sign in to comment.