Skip to content

Commit

Permalink
Update dependency @types/react to ^18.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 8592875 commit 666d5c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/cors": "^2.8.14",
"@types/d3": "^7.4.0",
"@types/node": "^18.15.10",
"@types/react": "^18.0.30",
"@types/react": "^18.2.27",
"@types/topojson": "^3.2.3",
"bezier-easing": "^2.1.0",
"clsx": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.0.30":
version "18.0.30"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.30.tgz#83944e679fc7aeab3f042b76d63c4d755b56b7c4"
integrity sha512-AnME2cHDH11Pxt/yYX6r0w448BfTwQOLEhQEjCdwB7QskEI7EKtxhGUsExTQe/MsY3D9D5rMtu62WRocw9A8FA==
"@types/react@*", "@types/react@^18.2.27":
version "18.2.27"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.27.tgz#746e52b06f3ccd5d7a724fd53769b70792601440"
integrity sha512-Wfv7B7FZiR2r3MIqbAlXoY1+tXm4bOqfz4oRr+nyXdBqapDBZ0l/IGcSlAfvxIHEEJjkPU0MYAc/BlFPOcrgLw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 666d5c9

Please sign in to comment.