Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 12a75da commit 356b924
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@testing-library/react": "12.1.5",
"@types/jest": "27.5.2",
"@types/node": "16.18.63",
"@types/react": "17.0.70",
"@types/react-dom": "17.0.23",
"@types/react": "17.0.71",
"@types/react-dom": "17.0.24",
"@types/react-gravatar": "2.6.13",
"@types/react-helmet": "6.1.9",
"@types/theme-ui": "0.3.7",
Expand Down Expand Up @@ -112,7 +112,7 @@
"typescript": "4.9.5"
},
"resolutions": {
"**/@types/react": "17.0.70",
"**/@types/react-dom": "17.0.23"
"**/@types/react": "17.0.71",
"**/@types/react-dom": "17.0.24"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3372,10 +3372,10 @@
dependencies:
"@types/react" "*"

"@types/[email protected].23", "@types/react-dom@<18.0.0":
version "17.0.23"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.23.tgz#55b98df6b27595c8ca84e04e5b5df0f86bca7d24"
integrity sha512-lnJAZfMEDxfvELeeT24w4rnUYwpzUzQAOTfJQbWYnLcx8AEfz+fXJDCbowIBqNK/Bi4D6j8ovT8Qsda2OtDApA==
"@types/[email protected].24", "@types/react-dom@<18.0.0":
version "17.0.24"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.24.tgz#23a1f2528d71d9a5b4ffa58788adde9b8f29d444"
integrity sha512-9TXTs2CPADeEQ4N5cnWRCqmOZN8O/nl1Dn11dWtj2faZEu0wJnx0it4N8/uAVGH7w2CJ/+sPcv2zMCXkqfeR9A==
dependencies:
"@types/react" "^17"

Expand All @@ -3393,10 +3393,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].70", "@types/react@^17":
version "17.0.70"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.70.tgz#35301a9cb94ba1a65dc306b7ce169a2c4fda1986"
integrity sha512-yqYMK49/cnqw+T8R9/C+RNjRddYmPDGI5lKHi3bOYceQCBAh8X2ngSbZP0gnVeyvHr0T7wEgIIGKT1usNol08w==
"@types/react@*", "@types/[email protected].71", "@types/react@^17":
version "17.0.71"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.71.tgz#3673d446ad482b1564e44bf853b3ab5bcbc942c4"
integrity sha512-lfqOu9mp16nmaGRrS8deS2Taqhd5Ih0o92Te5Ws6I1py4ytHBcXLqh0YIqVsViqwVI5f+haiFM6hju814BzcmA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 356b924

Please sign in to comment.