Skip to content

Commit c79e799

Browse files
committed
Move react-redux from resolutions to devDependencies
1 parent c189792 commit c79e799

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"eslint-plugin-react-hooks": "^4.2.0",
3737
"netlify-plugin-cache": "^1.0.3",
3838
"prettier": "^3.2.5",
39+
"react-redux": "^9.1.0",
3940
"release-it": "^14.12.5",
4041
"serve": "^14.2.0",
4142
"ts-node": "^10.9.2",
@@ -50,7 +51,6 @@
5051
"@babel/types": "7.19.3",
5152
"esbuild": "0.19.7",
5253
"jest-snapshot": "29.3.1",
53-
"react-redux": "npm:9.1.0",
5454
"react": "npm:18.2.0",
5555
"react-dom": "npm:18.2.0",
5656
"resolve": "1.22.1",

yarn.lock

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8495,6 +8495,16 @@ __metadata:
84958495
languageName: node
84968496
linkType: hard
84978497

8498+
"@types/hoist-non-react-statics@npm:^3.3.1":
8499+
version: 3.3.5
8500+
resolution: "@types/hoist-non-react-statics@npm:3.3.5"
8501+
dependencies:
8502+
"@types/react": "npm:*"
8503+
hoist-non-react-statics: "npm:^3.3.0"
8504+
checksum: 10/b645b062a20cce6ab1245ada8274051d8e2e0b2ee5c6bd58215281d0ec6dae2f26631af4e2e7c8abe238cdcee73fcaededc429eef569e70908f82d0cc0ea31d7
8505+
languageName: node
8506+
linkType: hard
8507+
84988508
"@types/html-minifier-terser@npm:^6.0.0":
84998509
version: 6.1.0
85008510
resolution: "@types/html-minifier-terser@npm:6.1.0"
@@ -16914,7 +16924,7 @@ __metadata:
1691416924
languageName: node
1691516925
linkType: hard
1691616926

16917-
"hoist-non-react-statics@npm:^3.1.0, hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.1":
16927+
"hoist-non-react-statics@npm:^3.1.0, hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.1, hoist-non-react-statics@npm:^3.3.2":
1691816928
version: 3.3.2
1691916929
resolution: "hoist-non-react-statics@npm:3.3.2"
1692016930
dependencies:
@@ -24256,7 +24266,39 @@ __metadata:
2425624266
languageName: node
2425724267
linkType: hard
2425824268

24259-
"react-redux@npm:9.1.0":
24269+
"react-redux@npm:^8.0.2":
24270+
version: 8.1.3
24271+
resolution: "react-redux@npm:8.1.3"
24272+
dependencies:
24273+
"@babel/runtime": "npm:^7.12.1"
24274+
"@types/hoist-non-react-statics": "npm:^3.3.1"
24275+
"@types/use-sync-external-store": "npm:^0.0.3"
24276+
hoist-non-react-statics: "npm:^3.3.2"
24277+
react-is: "npm:^18.0.0"
24278+
use-sync-external-store: "npm:^1.0.0"
24279+
peerDependencies:
24280+
"@types/react": ^16.8 || ^17.0 || ^18.0
24281+
"@types/react-dom": ^16.8 || ^17.0 || ^18.0
24282+
react: ^16.8 || ^17.0 || ^18.0
24283+
react-dom: ^16.8 || ^17.0 || ^18.0
24284+
react-native: ">=0.59"
24285+
redux: ^4 || ^5.0.0-beta.0
24286+
peerDependenciesMeta:
24287+
"@types/react":
24288+
optional: true
24289+
"@types/react-dom":
24290+
optional: true
24291+
react-dom:
24292+
optional: true
24293+
react-native:
24294+
optional: true
24295+
redux:
24296+
optional: true
24297+
checksum: 10/c4c7586cff3abeb784e73598d330f5301116a4e9942fd36895f2bccd8990001709c6c3ea1817edb75ee477470d6c67c9113e05a7f86b2b68a3950c9c29fe20cb
24298+
languageName: node
24299+
linkType: hard
24300+
24301+
"react-redux@npm:^9.1.0":
2426024302
version: 9.1.0
2426124303
resolution: "react-redux@npm:9.1.0"
2426224304
dependencies:
@@ -25502,6 +25544,7 @@ __metadata:
2550225544
eslint-plugin-react-hooks: "npm:^4.2.0"
2550325545
netlify-plugin-cache: "npm:^1.0.3"
2550425546
prettier: "npm:^3.2.5"
25547+
react-redux: "npm:^9.1.0"
2550525548
release-it: "npm:^14.12.5"
2550625549
serve: "npm:^14.2.0"
2550725550
ts-node: "npm:^10.9.2"

0 commit comments

Comments
 (0)