Skip to content

Commit

Permalink
fix typings for React (#5590)
Browse files Browse the repository at this point in the history
  • Loading branch information
artola committed Dec 8, 2022
1 parent 4d9f119 commit 8a1c70a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions website/package.json
Expand Up @@ -96,6 +96,10 @@
"typescript": "^4.3.2",
"typescript-styled-plugin": "^0.18.0"
},
"resolutions": {
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --pattern \"./**/*\" --staged"
Expand Down
13 changes: 1 addition & 12 deletions website/yarn.lock
Expand Up @@ -5242,18 +5242,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*":
version: 18.0.25
resolution: "@types/react@npm:18.0.25"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 231d658c45abdef044a716b4502774f1585d8336d73b2f5bd68f181acbfc874b7a457686ecd29b415b43ed0922c309bab7e2cf96832d188a3f4f1b02f2af760a
languageName: node
linkType: hard

"@types/react@npm:^17, @types/react@npm:^17.0.9":
"@types/react@npm:^17.0.9":
version: 17.0.52
resolution: "@types/react@npm:17.0.52"
dependencies:
Expand Down

0 comments on commit 8a1c70a

Please sign in to comment.