Skip to content

Commit 8c02c03

Browse files
chore(deps): update react monorepo to v19
1 parent a9b6b1d commit 8c02c03

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
@@ -39,8 +39,8 @@
3939
"@biomejs/biome": "1.9.4",
4040
"@types/lodash": "^4.17.16",
4141
"@types/node": "^20",
42-
"@types/react": "^18",
43-
"@types/react-dom": "^18",
42+
"@types/react": "^19.0.0",
43+
"@types/react-dom": "^19.0.0",
4444
"autoprefixer": "^10.0.1",
4545
"eslint": "^8",
4646
"eslint-config-next": "15.3.2",

yarn.lock

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -819,24 +819,16 @@
819819
dependencies:
820820
undici-types "~5.26.4"
821821

822-
"@types/prop-types@*":
823-
version "15.7.12"
824-
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz"
825-
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
822+
"@types/react-dom@^19.0.0":
823+
version "19.2.0"
824+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.0.tgz#97ebfc8400702db00d1177b06ade6720dda641c1"
825+
integrity sha512-brtBs0MnE9SMx7px208g39lRmC5uHZs96caOJfTjFcYSLHNamvaSMfJNagChVNkup2SdtOxKX1FDBkRSJe1ZAg==
826826

827-
"@types/react-dom@^18":
828-
version "18.3.0"
829-
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz"
830-
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
827+
"@types/react@^19.0.0":
828+
version "19.2.1"
829+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.1.tgz#eeb3bf60854c4ffb1e88b6faa4bd4714891ec860"
830+
integrity sha512-1U5NQWh/GylZQ50ZMnnPjkYHEaGhg6t5i/KI0LDDh3t4E3h3T3vzm+GLY2BRzMfIjSBwzm6tginoZl5z0O/qsA==
831831
dependencies:
832-
"@types/react" "*"
833-
834-
"@types/react@*", "@types/react@^18":
835-
version "18.3.3"
836-
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz"
837-
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
838-
dependencies:
839-
"@types/prop-types" "*"
840832
csstype "^3.0.2"
841833

842834
"@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":

0 commit comments

Comments
 (0)