Skip to content

Commit e17872e

Browse files
committed
Move @types/react from resolutions to devDependencies
1 parent 59bad53 commit e17872e

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@babel/helper-compilation-targets": "^7.23.6",
3030
"@babel/traverse": "^7.24.1",
3131
"@babel/types": "^7.24.0",
32+
"@types/react": "^18.2.77",
3233
"@typescript-eslint/eslint-plugin": "6.12.0",
3334
"@typescript-eslint/parser": "6.12.0",
3435
"eslint": "^7.25.0",
@@ -53,7 +54,6 @@
5354
"esbuild": "0.19.7",
5455
"jest-snapshot": "29.3.1",
5556
"react-redux": "npm:9.1.0",
56-
"@types/react": "npm:18.0.12",
5757
"@types/react-dom": "npm:18.0.5",
5858
"@types/inquirer": "npm:8.2.1",
5959
"website/react": "npm:17.0.2",

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9006,14 +9006,24 @@ __metadata:
90069006
languageName: node
90079007
linkType: hard
90089008

9009-
"@types/react@npm:18.0.12":
9010-
version: 18.0.12
9011-
resolution: "@types/react@npm:18.0.12"
9009+
"@types/react@npm:*, @types/react@npm:^18.0.12, @types/react@npm:^18.0.5, @types/react@npm:^18.2.77":
9010+
version: 18.2.77
9011+
resolution: "@types/react@npm:18.2.77"
9012+
dependencies:
9013+
"@types/prop-types": "npm:*"
9014+
csstype: "npm:^3.0.2"
9015+
checksum: 10/80d7ad9cf13e15895a857c66f5b0c1ce758c1e7580a76936d8d1b19c71e4485fa4b35d762a1de98de4eb91506cbc8507582c9a979f357b6f5f75f86009d8ca07
9016+
languageName: node
9017+
linkType: hard
9018+
9019+
"@types/react@npm:17.0.11":
9020+
version: 17.0.11
9021+
resolution: "@types/react@npm:17.0.11"
90129022
dependencies:
90139023
"@types/prop-types": "npm:*"
90149024
"@types/scheduler": "npm:*"
90159025
csstype: "npm:^3.0.2"
9016-
checksum: 10/b010b0d300555a8f70f0513b79d5c35400500cbada71303bbeb72167ddf6154803f92a2edab923c7460a2f1eaa430658b88953ca4a5fe08b276c3587ec91f4f7
9026+
checksum: 10/392a9ff5303ef5fdc63419052b6ace974af5f27e1aad605264630a1e9226054abb2026269e334f29e6380fb63fd002bf065be67e34a3ee5d2d9041184ad11a39
90179027
languageName: node
90189028
linkType: hard
90199029

@@ -25754,6 +25764,7 @@ __metadata:
2575425764
"@babel/helper-compilation-targets": "npm:^7.23.6"
2575525765
"@babel/traverse": "npm:^7.24.1"
2575625766
"@babel/types": "npm:^7.24.0"
25767+
"@types/react": "npm:^18.2.77"
2575725768
"@typescript-eslint/eslint-plugin": "npm:6.12.0"
2575825769
"@typescript-eslint/parser": "npm:6.12.0"
2575925770
eslint: "npm:^7.25.0"

0 commit comments

Comments
 (0)