Skip to content

Commit ae26c4b

Browse files
committed
Move @types/react-dom from resolutions to devDependencies
1 parent e17872e commit ae26c4b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@babel/traverse": "^7.24.1",
3131
"@babel/types": "^7.24.0",
3232
"@types/react": "^18.2.77",
33+
"@types/react-dom": "^18.2.25",
3334
"@typescript-eslint/eslint-plugin": "6.12.0",
3435
"@typescript-eslint/parser": "6.12.0",
3536
"eslint": "^7.25.0",
@@ -54,7 +55,6 @@
5455
"esbuild": "0.19.7",
5556
"jest-snapshot": "29.3.1",
5657
"react-redux": "npm:9.1.0",
57-
"@types/react-dom": "npm:18.0.5",
5858
"@types/inquirer": "npm:8.2.1",
5959
"website/react": "npm:17.0.2",
6060
"website/react-dom": "npm:17.0.2",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8965,12 +8965,12 @@ __metadata:
89658965
languageName: node
89668966
linkType: hard
89678967

8968-
"@types/react-dom@npm:18.0.5":
8969-
version: 18.0.5
8970-
resolution: "@types/react-dom@npm:18.0.5"
8968+
"@types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.0.5, @types/react-dom@npm:^18.2.25":
8969+
version: 18.2.25
8970+
resolution: "@types/react-dom@npm:18.2.25"
89718971
dependencies:
89728972
"@types/react": "npm:*"
8973-
checksum: 10/5e6f4091e4d2d5cb6337aed1c09306486c59d3b7fd7e25d054d6029673d3921d82203eb83f8f047a508fdeab895d73fe3f2f82158df6f7c611755a02e439f293
8973+
checksum: 10/0e45856a2fdbf09e74632b132b3af773c6b18fc2ab0bd04595c9f2bcc0bb04d5e732ac8156d145b712dedab7484a8fe9dce5cf720a5437b5d26099c7060c7ba4
89748974
languageName: node
89758975
linkType: hard
89768976

@@ -25765,6 +25765,7 @@ __metadata:
2576525765
"@babel/traverse": "npm:^7.24.1"
2576625766
"@babel/types": "npm:^7.24.0"
2576725767
"@types/react": "npm:^18.2.77"
25768+
"@types/react-dom": "npm:^18.2.25"
2576825769
"@typescript-eslint/eslint-plugin": "npm:6.12.0"
2576925770
"@typescript-eslint/parser": "npm:6.12.0"
2577025771
eslint: "npm:^7.25.0"

0 commit comments

Comments
 (0)