Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit d6fdbf5

Browse files
chore: update dependency @types/react to v19
1 parent d8dfe44 commit d6fdbf5

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
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"eslint": "^9.15.0",
3636
"vitest": "^29.7.0",
37-
"@types/react": "^18.3.16",
37+
"@types/react": "^19.0.1",
3838
"jest": "^29.7.0",
3939
"react": "^18.3.1",
4040
"standard-version": "^9.3.2",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -945,17 +945,11 @@
945945
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
946946
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
947947

948-
"@types/prop-types@*":
949-
version "15.7.13"
950-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451"
951-
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
952-
953-
"@types/react@^18.3.16":
954-
version "18.3.16"
955-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.16.tgz#5326789125fac98b718d586ad157442ceb44ff28"
956-
integrity sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==
948+
"@types/react@^19.0.1":
949+
version "19.0.1"
950+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.1.tgz#a000d5b78f473732a08cecbead0f3751e550b3df"
951+
integrity sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==
957952
dependencies:
958-
"@types/prop-types" "*"
959953
csstype "^3.0.2"
960954

961955
"@types/stack-utils@^2.0.0":

0 commit comments

Comments
 (0)