Skip to content

Commit

Permalink
Deps(repo): Remove resolution for the React types and downgrade types…
Browse files Browse the repository at this point in the history
… for React and Node
  • Loading branch information
literat committed Sep 11, 2024
1 parent 529be6a commit 276c7b3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"webpack-cli": "5.1.4"
},
"resolutions": {
"@types/react": "18.3.5",
"typescript": "4.7.4"
},
"packageManager": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@testing-library/user-event": "14.5.2",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.12",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
Expand Down
25 changes: 22 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3835,8 +3835,8 @@ __metadata:
"@testing-library/user-event": "npm:14.5.2"
"@types/babel__core": "npm:7.20.5"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.16.5"
"@types/react": "npm:18.3.5"
"@types/node": "npm:20.14.9"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:18.3.0"
"@types/react-transition-group": "npm:4.4.11"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
Expand Down Expand Up @@ -7829,6 +7829,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.14.9":
version: 20.14.9
resolution: "@types/node@npm:20.14.9"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/f313b06c79be92f5d3541159ef813b9fc606941f951ecf826e940658c6d4952755ca2f06277b746326cef0697ed79a04676ecde053d32e1121b3352c8168d2e9
languageName: node
linkType: hard

"@types/node@npm:20.16.5":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
Expand Down Expand Up @@ -7923,7 +7932,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.5":
"@types/react@npm:*, @types/react@npm:18.3.5, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
version: 18.3.5
resolution: "@types/react@npm:18.3.5"
dependencies:
Expand All @@ -7933,6 +7942,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.3":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/68e203b7f1f91d6cf21f33fc7af9d6d228035a26c83f514981e54aa3da695d0ec6af10c277c6336de1dd76c4adbe9563f3a21f80c4462000f41e5f370b46e96c
languageName: node
linkType: hard

"@types/resolve@npm:1.20.2":
version: 1.20.2
resolution: "@types/resolve@npm:1.20.2"
Expand Down

0 comments on commit 276c7b3

Please sign in to comment.