Skip to content

Commit

Permalink
Bump @types/react from 16.9.53 to 17.0.0 in /desktop (#1727)
Browse files Browse the repository at this point in the history
Summary:
The interesting changes don't actually come from the React type upgrade but from `csstype` which is transitive. Doesn't change any logic.

Pull Request resolved: #1727

Test Plan: yarn && yarn tsc

Reviewed By: mweststrate

Differential Revision: D25244654

Pulled By: passy

fbshipit-source-id: bddb4691aa7341c4a25de0e9b5ef0217bf151a48
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Dec 7, 2020
1 parent 8249498 commit d6d12b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
7 changes: 4 additions & 3 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"resolutions": {
"@jest-runner/electron/electron": "10.1.3",
"adbkit-logcat": "2.0.1",
"@types/react": "16.9.53",
"@types/react": "17.0.0",
"@types/react-dom": "16.9.9",
"acorn": "7.1.1",
"minimist": "1.2.3",
Expand All @@ -109,7 +109,8 @@
"bl": "4.0.3",
"node-forge": "^0.10.0",
"jsdom": "16.4.0",
"node-fetch": "^2.6.1"
"node-fetch": "^2.6.1",
"csstype": "^3.0.5"
},
"devDependencies": {
"@babel/code-frame": "^7.10.4",
Expand Down Expand Up @@ -142,7 +143,7 @@
"@types/node": "^14.14.6",
"@types/npm-packlist": "^1.1.1",
"@types/promise-retry": "^1.1.3",
"@types/react": "^16.9.53",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.1",
"@types/react-dom": "^16.9.9",
"@types/react-redux": "^7.1.5",
Expand Down
26 changes: 8 additions & 18 deletions desktop/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2534,10 +2534,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@16.9.53", "@types/react@^16.9.53":
version "16.9.53"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.53.tgz#40cd4f8b8d6b9528aedd1fff8fcffe7a112a3d23"
integrity sha512-4nW60Sd4L7+WMXH1D6jCdVftuW7j4Za6zdp6tJ33Rqv0nk1ZAmQKML9ZLD4H0dehA3FZxXR/GM8gXplf82oNGw==
"@types/react@*", "@types/react@17.0.0", "@types/react@^17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down Expand Up @@ -4678,20 +4678,10 @@ cssstyle@^2.2.0:
dependencies:
cssom "~0.3.6"

csstype@^2.5.7:
version "2.6.14"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.14.tgz#004822a4050345b55ad4dcc00be1d9cf2f4296de"
integrity sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==

csstype@^2.6.7:
version "2.6.13"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.13.tgz#a6893015b90e84dd6e85d0e3b442a1e84f2dbe0f"
integrity sha512-ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A==

csstype@^3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.3.tgz#2b410bbeba38ba9633353aff34b05d9755d065f8"
integrity sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag==
csstype@^2.5.7, csstype@^2.6.7, csstype@^3.0.2, csstype@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==

d3-array@^1.2.0:
version "1.2.4"
Expand Down

0 comments on commit d6d12b3

Please sign in to comment.