Skip to content

Commit 53d4ab5

Browse files
chore: update dependency @types/react to ^18.3.16 (#640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8cdd4d commit 53d4ab5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@storybook/react": "^8.4.7",
3333
"@storybook/react-vite": "^8.4.7",
3434
"@storybook/testing-library": "^0.2.2",
35-
"@types/react": "^18.3.15",
35+
"@types/react": "^18.3.16",
3636
"@types/react-dom": "^18.3.3",
3737
"@types/styled-components": "^5.1.34",
3838
"@vitejs/plugin-react": "^4.3.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,10 +1870,10 @@
18701870
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.3.tgz#3654138d0da1b0c7916f6ed0dc1cc2b576d47650"
18711871
integrity sha512-uTYkxTLkYp41nq/ULXyXMtkNT1vu5fXJoqad6uTNCOGat5t9cLgF4vMNLBXsTOXpdOI44XzKPY1M5RRm0bQHuw==
18721872

1873-
"@types/react@*", "@types/react@^18.3.15":
1874-
version "18.3.15"
1875-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.15.tgz#14674f041072c2b17062ae2edb0eb95a45787f98"
1876-
integrity sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==
1873+
"@types/react@*", "@types/react@^18.3.16":
1874+
version "18.3.16"
1875+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.16.tgz#5326789125fac98b718d586ad157442ceb44ff28"
1876+
integrity sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==
18771877
dependencies:
18781878
"@types/prop-types" "*"
18791879
csstype "^3.0.2"

0 commit comments

Comments
 (0)