Skip to content

Commit 40ca836

Browse files
chore: update dependency @types/react to ^18.3.18 (#644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3696d63 commit 40ca836

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.17",
35+
"@types/react": "^18.3.18",
3636
"@types/react-dom": "^18.3.5",
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.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716"
18711871
integrity sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==
18721872

1873-
"@types/react@*", "@types/react@^18.3.17":
1874-
version "18.3.17"
1875-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.17.tgz#d86ca0e081c7a5e979b7db175f9515a41038cea7"
1876-
integrity sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==
1873+
"@types/react@*", "@types/react@^18.3.18":
1874+
version "18.3.18"
1875+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
1876+
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
18771877
dependencies:
18781878
"@types/prop-types" "*"
18791879
csstype "^3.0.2"

0 commit comments

Comments
 (0)