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 ^7.2.6 #302

Merged
merged 1 commit into from
Oct 30, 2021
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 packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@reduxjs/toolkit": "^1.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"web-vitals": "^2.1.2"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4640,7 +4640,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-redux@npm:^7.1.16, @types/react-redux@npm:^7.1.20":
"@types/react-redux@npm:^7.1.20":
version: 7.1.20
resolution: "@types/react-redux@npm:7.1.20"
dependencies:
Expand Down Expand Up @@ -7800,7 +7800,7 @@ __metadata:
"@types/react-test-renderer": ^17.0.1
react: ^17.0.2
react-dom: ^17.0.2
react-redux: ^7.2.5
react-redux: ^7.2.6
react-router-dom: ^5.3.0
react-test-renderer: ^17.0.2
typescript: ^4.4.4
Expand Down Expand Up @@ -18203,7 +18203,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"react-is@npm:^16.13.1, react-is@npm:^16.6.0, react-is@npm:^16.7.0, react-is@npm:^16.8.1":
"react-is@npm:^16.6.0, react-is@npm:^16.7.0, react-is@npm:^16.8.1":
version: 16.13.1
resolution: "react-is@npm:16.13.1"
checksum: f7a19ac3496de32ca9ae12aa030f00f14a3d45374f1ceca0af707c831b2a6098ef0d6bdae51bd437b0a306d7f01d4677fcc8de7c0d331eb47ad0f46130e53c5f
Expand Down Expand Up @@ -18255,24 +18255,24 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"react-redux@npm:^7.2.5":
version: 7.2.5
resolution: "react-redux@npm:7.2.5"
"react-redux@npm:^7.2.6":
version: 7.2.6
resolution: "react-redux@npm:7.2.6"
dependencies:
"@babel/runtime": ^7.12.1
"@types/react-redux": ^7.1.16
"@babel/runtime": ^7.15.4
"@types/react-redux": ^7.1.20
hoist-non-react-statics: ^3.3.2
loose-envify: ^1.4.0
prop-types: ^15.7.2
react-is: ^16.13.1
react-is: ^17.0.2
peerDependencies:
react: ^16.8.3 || ^17
peerDependenciesMeta:
react-dom:
optional: true
react-native:
optional: true
checksum: 04ac4a4178067cbcfc05506dfea9f7e01730093a5752f050567f7ae4a38c03c96da9d8fed051f8ab1ecede5ea8a15ee41c5f6c5eeb7f04f37e4d13e431ec7830
checksum: 0bf142ce0d0b80aef955650fd5e9489fca32d94f19ee23893b332f1b01ceee7bd3623337c942cbda642667d1dc9de5ac869c3c1946afa6cf2046407b57d24741
languageName: node
linkType: hard

Expand Down