Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 4, 2023
1 parent 4eee88b commit a0ce0f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -50,7 +50,7 @@
"react": "^18.0",
"react-dom": "^18.0",
"react-native": ">=0.71",
"redux": "^5.0.0-rc.0"
"redux": "^5.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down Expand Up @@ -115,7 +115,7 @@
"react-dom": "18.2.0",
"react-native": "^0.71.11",
"react-test-renderer": "18.0.0",
"redux": "^5.0.0-beta.0",
"redux": "^5.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^29",
"tsup": "^7.0.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Expand Up @@ -9405,7 +9405,7 @@ __metadata:
react-dom: 18.2.0
react-native: ^0.71.11
react-test-renderer: 18.0.0
redux: ^5.0.0-beta.0
redux: ^5.0.0
rimraf: ^3.0.2
ts-jest: ^29
tsup: ^7.0.0
Expand All @@ -9417,7 +9417,7 @@ __metadata:
react: ^18.0
react-dom: ^18.0
react-native: ">=0.71"
redux: ^5.0.0-rc.0
redux: ^5.0.0-rc
peerDependenciesMeta:
"@types/react":
optional: true
Expand Down Expand Up @@ -9588,6 +9588,13 @@ __metadata:
languageName: node
linkType: hard

"redux@npm:^5.0.0":
version: 5.0.0
resolution: "redux@npm:5.0.0"
checksum: be49160d4bd01e10108c425ade999f1b456204895c4bdd0c7825ab09efffded51955c5c242847406a7b3f273e9011a9c102848c512a099a75617b97b13d2cca8
languageName: node
linkType: hard

"redux@npm:^5.0.0-beta.0":
version: 5.0.0-beta.0
resolution: "redux@npm:5.0.0-beta.0"
Expand Down

0 comments on commit a0ce0f6

Please sign in to comment.