Skip to content

Commit

Permalink
remove root's package.json @types/react and @types/react-dom (#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jun 14, 2023
1 parent e4863cc commit 5c3268a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
"@types/jest": "^26.0.22",
"@types/node": "^16.18.4",
"@types/prettier": "^2.7.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.17",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "rc-v6",
"@typescript-eslint/parser": "rc-v6",
Expand Down
16 changes: 0 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4533,13 +4533,6 @@
dependencies:
"@types/react" "^17"

"@types/react-dom@^17.0.17":
version "17.0.17"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
dependencies:
"@types/react" "^17"

"@types/react@^17":
version "17.0.48"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.48.tgz#a4532a8b91d7b27b8768b6fc0c3bccb760d15a6c"
Expand All @@ -4549,15 +4542,6 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17.0.37":
version "17.0.37"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.37.tgz#6884d0aa402605935c397ae689deed115caad959"
integrity sha512-2FS1oTqBGcH/s0E+CjrCCR9+JMpsu9b69RTFO+40ua43ZqP5MmQ4iUde/dMjWR909KxZwmOQIFq6AV6NjEG5xg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/retry@0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
Expand Down

0 comments on commit 5c3268a

Please sign in to comment.