Skip to content

Commit

Permalink
Bump redux to version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed May 16, 2024
1 parent 4898537 commit cbd16ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"prettier": "^3.1.1",
"react": "^19.0.0-rc-915b914b3a-20240515",
"react-dom": "^19.0.0-rc-915b914b3a-20240515",
"redux": "^5.0.0",
"redux": "^5.0.1",
"rimraf": "^3.0.2",
"tsup": "^7.0.0",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion test/typetests/hooks.test-d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('type tests', () => {

const state = untypedStore.getState()

expectTypeOf(state).toBeObject()
expectTypeOf(state).toBeUnknown()

const typedStore = useStore<TypedState, TypedAction>()

Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7068,7 +7068,7 @@ __metadata:
prettier: "npm:^3.1.1"
react: "npm:^19.0.0-rc-915b914b3a-20240515"
react-dom: "npm:^19.0.0-rc-915b914b3a-20240515"
redux: "npm:^5.0.0"
redux: "npm:^5.0.1"
rimraf: "npm:^3.0.2"
tsup: "npm:^7.0.0"
typescript: "npm:^5.4.5"
Expand Down Expand Up @@ -7147,13 +7147,6 @@ __metadata:
languageName: node
linkType: hard

"redux@npm:^5.0.0":
version: 5.0.0
resolution: "redux@npm:5.0.0"
checksum: 10/a316de394977a5a0b6aa36c439efb6773710f9a8b3642590b17ec12987825b3aca9e21d64ee0200e35551e0ac4226a228e917f6911949bd7db6a314458c9cedc
languageName: node
linkType: hard

"redux@npm:^5.0.1":
version: 5.0.1
resolution: "redux@npm:5.0.1"
Expand Down

0 comments on commit cbd16ad

Please sign in to comment.