Skip to content

Commit ab7b8bf

Browse files
committed
Move react from resolutions to devDependencies
1 parent e544e1c commit ab7b8bf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"eslint-plugin-react-hooks": "^4.2.0",
4343
"netlify-plugin-cache": "^1.0.3",
4444
"prettier": "^3.2.5",
45+
"react": "^18.2.0",
4546
"release-it": "^14.12.5",
4647
"serve": "^14.2.0",
4748
"ts-node": "^10.9.2",
@@ -51,7 +52,6 @@
5152
"esbuild": "0.19.7",
5253
"jest-snapshot": "29.3.1",
5354
"react-redux": "npm:9.1.0",
54-
"react": "npm:18.2.0",
5555
"react-dom": "npm:18.2.0",
5656
"@types/react": "npm:18.0.12",
5757
"@types/react-dom": "npm:18.0.5",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24662,7 +24662,17 @@ __metadata:
2466224662
languageName: node
2466324663
linkType: hard
2466424664

24665-
"react@npm:18.2.0":
24665+
"react@npm:17.0.2":
24666+
version: 17.0.2
24667+
resolution: "react@npm:17.0.2"
24668+
dependencies:
24669+
loose-envify: "npm:^1.1.0"
24670+
object-assign: "npm:^4.1.1"
24671+
checksum: 10/ece60c31c1d266d132783aaaffa185d2e4c9b4db144f853933ec690cee1e0600c8929a1dd0a9e79323eea8e2df636c9a06d40f6cfdc9f797f65225433e67f707
24672+
languageName: node
24673+
linkType: hard
24674+
24675+
"react@npm:^18.1.0, react@npm:^18.2.0":
2466624676
version: 18.2.0
2466724677
resolution: "react@npm:18.2.0"
2466824678
dependencies:
@@ -25744,6 +25754,7 @@ __metadata:
2574425754
eslint-plugin-react-hooks: "npm:^4.2.0"
2574525755
netlify-plugin-cache: "npm:^1.0.3"
2574625756
prettier: "npm:^3.2.5"
25757+
react: "npm:^18.2.0"
2574725758
release-it: "npm:^14.12.5"
2574825759
serve: "npm:^14.2.0"
2574925760
ts-node: "npm:^10.9.2"

0 commit comments

Comments
 (0)