Skip to content

Commit

Permalink
fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarkmin committed May 22, 2024
1 parent c500196 commit e9359e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/itchy-oranges-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@hyperbook/element-bookmarks": patch
"@hyperbook/element-dl": patch
"hyperbook-studio": patch
---

Fix peer dependencies
2 changes: 1 addition & 1 deletion packages/element-bookmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@hyperbook/provider": "workspace:*"
},
"peerDependencies": {
"@reduxjs/toolkit": "1.x",
"@reduxjs/toolkit": "2.x",
"react": "18.x",
"react-dom": "18.x",
"react-redux": "9.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/element-dl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@hyperbook/provider": "workspace:*"
},
"peerDependencies": {
"@reduxjs/toolkit": "1.x",
"@reduxjs/toolkit": "2.x",
"react": "18.x",
"react-dom": "18.x",
"react-redux": "9.x"
Expand Down

0 comments on commit e9359e1

Please sign in to comment.