Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-redux to ^8.0.0 #280

Merged
merged 1 commit into from
Apr 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"antd": "^4.19.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^8.0.0-rc.1",
"react-redux": "^8.0.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3880,7 +3880,7 @@ __metadata:
prettier: ^2.6.2
react: ^18.0.0
react-dom: ^18.0.0
react-redux: ^8.0.0-rc.1
react-redux: ^8.0.0
redux: ^4.1.2
redux-thunk: ^2.4.1
standard-version: ^9.3.2
Expand Down Expand Up @@ -8546,9 +8546,9 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"react-redux@npm:^8.0.0-rc.1":
version: 8.0.0-rc.1
resolution: "react-redux@npm:8.0.0-rc.1"
"react-redux@npm:^8.0.0":
version: 8.0.0
resolution: "react-redux@npm:8.0.0"
dependencies:
"@babel/runtime": ^7.12.1
"@types/hoist-non-react-statics": ^3.3.1
Expand All @@ -8571,7 +8571,7 @@ fsevents@~2.3.2:
optional: true
redux:
optional: true
checksum: 3537995a500ff44bd241699bdd538d54019f905c2e74a07b0f7bad5f06b9edbdb7f9d26401df0660093c0c6fd75eae9e14d24c173960424eb42a2a5e7671f69e
checksum: 466c36e49062fb71b7ea747d6a9d7e0f30ce3d2b657e04958fc35c3d66e5f7f277e3588b095cbb663b807f1ff6d826c3dc771586460610c8f916112d56b46281
languageName: node
linkType: hard

Expand Down