Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix(holocron): revert redux react-redux peer deps (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead authored Feb 22, 2024
1 parent 1992d3d commit fca187c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions packages/holocron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
"hoist-non-react-statics": "^3.3.0",
"immutable": "^4.0.0-rc.12",
"prop-types": "^15.5.10",
"redux": "^4.0.4",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.1.0",
"react-redux": "^7.1.1",
"require-from-string": "^1.2.1",
"reselect": "^4.0.0",
"semver": "^7.3.8",
Expand All @@ -47,8 +49,6 @@
"nodemon": "^1.10.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"rimraf": "^2.5.4"
},
"repository": {
Expand All @@ -62,8 +62,6 @@
},
"peerDependencies": {
"react": ">=16.11.0",
"react-dom": ">=16.11.0",
"react-redux": ">=7.1.1",
"redux": ">=4.0.4"
"react-dom": ">=16.11.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2714,9 +2714,9 @@
redux "^4.0.0"

"@types/react@*":
version "18.2.48"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.48.tgz#11df5664642d0bd879c1f58bc1d37205b064e8f1"
integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==
version "18.2.57"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.57.tgz#147b516d8bdb2900219acbfc6f939bdeecca7691"
integrity sha512-ZvQsktJgSYrQiMirAN60y4O/LRevIV8hUzSOSNB6gfR3/o3wCBFQx3sPwIYtuDMeiVgsSS3UzCV26tEzgnfvQw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit fca187c

Please sign in to comment.