Skip to content

Commit 447a41d

Browse files
authored
Merge pull request #384 from Blazity/renovate/major-react-monorepo
fix(deps): update react monorepo to v19 (major)
2 parents 726b5bf + 0a3c0c5 commit 447a41d

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typescript-eslint/eslint-plugin": "^8.0.0",
2727
"@typescript-eslint/parser": "^8.0.0",
2828
"@vitest/coverage-v8": "^2.0.0",
29-
"@types/react": "^18.2.15",
29+
"@types/react": "^19.0.0",
3030
"babel-plugin-styled-components": "^2.1.4",
3131
"eslint": "^9.0.0",
3232
"prettier": "^3.0.0",
@@ -42,7 +42,7 @@
4242
"ink": "^4.3.0",
4343
"lodash": "^4.17.21",
4444
"pastel": "^3.0.0",
45-
"react": "^18.2.0",
45+
"react": "^19.0.0",
4646
"zod": "^3.21.4"
4747
}
4848
}

yarn.lock

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -658,17 +658,11 @@
658658
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
659659
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
660660

661-
"@types/prop-types@*":
662-
version "15.7.14"
663-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
664-
integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
665-
666-
"@types/react@^18.2.15":
667-
version "18.3.16"
668-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.16.tgz#5326789125fac98b718d586ad157442ceb44ff28"
669-
integrity sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==
661+
"@types/react@^19.0.0":
662+
version "19.0.1"
663+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.1.tgz#a000d5b78f473732a08cecbead0f3751e550b3df"
664+
integrity sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==
670665
dependencies:
671-
"@types/prop-types" "*"
672666
csstype "^3.0.2"
673667

674668
"@typescript-eslint/eslint-plugin@^8.0.0":
@@ -1995,12 +1989,10 @@ react-reconciler@^0.29.0:
19951989
loose-envify "^1.1.0"
19961990
scheduler "^0.23.0"
19971991

1998-
react@^18.2.0:
1999-
version "18.3.1"
2000-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
2001-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
2002-
dependencies:
2003-
loose-envify "^1.1.0"
1992+
react@^19.0.0:
1993+
version "19.0.0"
1994+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
1995+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
20041996

20051997
read-package-up@^11.0.0:
20061998
version "11.0.0"

0 commit comments

Comments
 (0)