Skip to content

Commit b29e0d9

Browse files
chore: update dependency @types/react to v19
1 parent 3fd5b86 commit b29e0d9

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
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.6.0",
3333
"@storybook/react-vite": "^8.6.0",
3434
"@storybook/testing-library": "^0.2.2",
35-
"@types/react": "^18.3.20",
35+
"@types/react": "^19.1.4",
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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,11 +1853,6 @@
18531853
resolved "https://registry.yarnpkg.com/@types/pretty-hrtime/-/pretty-hrtime-1.0.1.tgz#72a26101dc567b0d68fd956cf42314556e42d601"
18541854
integrity sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==
18551855

1856-
"@types/prop-types@*":
1857-
version "15.7.5"
1858-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
1859-
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
1860-
18611856
"@types/qs@*", "@types/qs@^6.9.5":
18621857
version "6.9.7"
18631858
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
@@ -1873,12 +1868,11 @@
18731868
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716"
18741869
integrity sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==
18751870

1876-
"@types/react@*", "@types/react@^18.3.20":
1877-
version "18.3.20"
1878-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.20.tgz#b0dccda9d2f1bc24d2a04b1d0cb5d0b9a3576ad3"
1879-
integrity sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==
1871+
"@types/react@*", "@types/react@^19.1.4":
1872+
version "19.1.4"
1873+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.4.tgz#4d125f014d6ac26b4759775698db118701e314fe"
1874+
integrity sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==
18801875
dependencies:
1881-
"@types/prop-types" "*"
18821876
csstype "^3.0.2"
18831877

18841878
"@types/resolve@^1.20.2":

0 commit comments

Comments
 (0)