Skip to content

Commit

Permalink
fix: peerDeps (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: keunwoo-kang <[email protected]>
  • Loading branch information
moaikang and keunwoo-kang authored Aug 29, 2023
1 parent 5bac2b9 commit daf95ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-router-redux"
],
"main": "index.js",
"exports":{
"exports": {
"node": {
"module": "./es/index.js",
"require": "./index.js"
Expand Down Expand Up @@ -57,9 +57,9 @@
"cy:run": "cypress run"
},
"peerDependencies": {
"next": "^10.0.0 || ^11.0.0 || ^12.0.0",
"next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-redux": "^7.1.0",
"react-redux": "^7.1.0 || ^8.0.0",
"redux": "^3.6.0 || ^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit daf95ca

Please sign in to comment.