Skip to content

Commit

Permalink
Merge pull request canonical#866 from canonical/renovate/react-18.x
Browse files Browse the repository at this point in the history
Update dependency @types/react to v18
  • Loading branch information
ClementChaumel authored Feb 14, 2023
2 parents 6334d74 + e1333ff commit 31de981
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.18.12",
"@types/react": "17.0.53",
"@types/react": "18.0.28",
"@types/react-dom": "17.0.18",
"@types/react-table": "7.7.14",
"classnames": "2.3.2",
Expand All @@ -96,7 +96,7 @@
"react-useportal": "1.0.17"
},
"resolutions": {
"@types/react": "17.0.53",
"@types/react": "18.0.28",
"@types/react-dom": "17.0.18",
"postcss": "^8.3.11"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2975,10 +2975,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.53", "@types/react@^17":
version "17.0.53"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab"
integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==
"@types/react@*", "@types/react@18.0.28", "@types/react@^17":
version "18.0.28"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 31de981

Please sign in to comment.