Skip to content

Commit

Permalink
react types problem solved expo/expo#17101
Browse files Browse the repository at this point in the history
  • Loading branch information
pablos91 committed Jun 29, 2022
1 parent cd90be7 commit 697bdd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
},
"author": "",
"license": "ISC",
"resolutions": {
"@types/react": "~17.0.21"
},
"dependencies": {
"@hookform/resolvers": "^2.8.8",
"dotenv-webpack": "^7.0.3",
Expand Down Expand Up @@ -64,7 +67,7 @@
"@types/enzyme": "^3.10.12",
"@types/jest": "^27.4.1",
"@types/node": "^11.15.44",
"@types/react": "^16.14.2",
"@types/react": "16.14.2",
"@types/react-dom": "^16.9.10",
"autoprefixer": "^10",
"babel-jest": "^28.1.0",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1768,22 +1768,21 @@
dependencies:
"@types/react" "*"

"@types/react@*":
version "18.0.9"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.9.tgz#d6712a38bd6cd83469603e7359511126f122e878"
integrity sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==
"@types/react@*", "@types/react@^16", "@types/react@~17.0.21":
version "17.0.47"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.47.tgz#4ee71aaf4c5a9e290e03aa4d0d313c5d666b3b78"
integrity sha512-mk0BL8zBinf2ozNr3qPnlu1oyVTYq+4V7WA76RgxUAtf0Em/Wbid38KN6n4abEkvO4xMTBWmnP1FtQzgkEiJoA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^16", "@types/react@^16.14.2":
version "16.14.24"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.24.tgz#f2c5e9fa78f83f769884b83defcf7924b9eb5c82"
integrity sha512-e7U2WC8XQP/xfR7bwhOhNFZKPTfW1ph+MiqtudKb8tSV8RyCsovQx2sNVtKoOryjxFKpHPPC/yNiGfdeVM5Gyw==
"@types/react@16.14.2":
version "16.14.2"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/retry@^0.12.0":
Expand Down

0 comments on commit 697bdd4

Please sign in to comment.