Skip to content

Commit d35b603

Browse files
chore(deps): update react monorepo
1 parent 1e7e99f commit d35b603

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@apollo/client": "3.4.8",
3535
"@testing-library/jest-dom": "5.14.1",
3636
"@testing-library/react": "11.2.7",
37-
"@types/react": "17.0.18",
38-
"@types/react-dom": "17.0.9",
37+
"@types/react": "17.0.71",
38+
"@types/react-dom": "17.0.25",
3939
"@types/seedrandom": "3.0.1",
4040
"jest": "26.6.3",
4141
"jest-extended": "0.11.5",

yarn.lock

+9-18
Original file line numberDiff line numberDiff line change
@@ -872,26 +872,17 @@
872872
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz"
873873
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
874874

875-
"@types/[email protected].9":
876-
version "17.0.9"
877-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
878-
integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==
875+
"@types/[email protected].25":
876+
version "17.0.25"
877+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
878+
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
879879
dependencies:
880-
"@types/react" "*"
880+
"@types/react" "^17"
881881

882-
"@types/react@*":
883-
version "17.0.3"
884-
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.3.tgz"
885-
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
886-
dependencies:
887-
"@types/prop-types" "*"
888-
"@types/scheduler" "*"
889-
csstype "^3.0.2"
890-
891-
892-
version "17.0.18"
893-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.18.tgz#4109cbbd901be9582e5e39e3d77acd7b66bb7fbe"
894-
integrity sha512-YTLgu7oS5zvSqq49X5Iue5oAbVGhgPc5Au29SJC4VeE17V6gASoOxVkUDy9pXFMRFxCWCD9fLeweNFizo3UzOg==
882+
"@types/[email protected]", "@types/react@^17":
883+
version "17.0.71"
884+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.71.tgz#3673d446ad482b1564e44bf853b3ab5bcbc942c4"
885+
integrity sha512-lfqOu9mp16nmaGRrS8deS2Taqhd5Ih0o92Te5Ws6I1py4ytHBcXLqh0YIqVsViqwVI5f+haiFM6hju814BzcmA==
895886
dependencies:
896887
"@types/prop-types" "*"
897888
"@types/scheduler" "*"

0 commit comments

Comments
 (0)