Skip to content

Commit c072e6a

Browse files
fix(deps): update react monorepo to v19
1 parent 1ab60d4 commit c072e6a

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@emotion/core": "^10.0.35",
3535
"@emotion/styled": "^10.0.27",
3636
"netlify-cms-ui-default": "^2.15.5",
37-
"react": "^16.8.4",
38-
"react-dom": "^16.8.4",
37+
"react": "^19.0.0",
38+
"react-dom": "^19.0.0",
3939
"react-select": "^3.1.0",
4040
"slugify": "^1.5.0"
4141
},

yarn.lock

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6452,7 +6452,7 @@ loglevel@^1.6.8:
64526452
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.8.0.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114"
64536453
integrity sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==
64546454

6455-
loose-envify@^1.1.0, loose-envify@^1.4.0:
6455+
loose-envify@^1.4.0:
64566456
version "1.4.0"
64576457
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
64586458
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7452,15 +7452,12 @@ react-aria-menubutton@^7.0.0:
74527452
prop-types "^15.6.0"
74537453
teeny-tap "^0.2.0"
74547454

7455-
react-dom@^16.8.4:
7456-
version "16.14.0"
7457-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
7458-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
7455+
react-dom@^19.0.0:
7456+
version "19.2.0"
7457+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8"
7458+
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==
74597459
dependencies:
7460-
loose-envify "^1.1.0"
7461-
object-assign "^4.1.1"
7462-
prop-types "^15.6.2"
7463-
scheduler "^0.19.1"
7460+
scheduler "^0.27.0"
74647461

74657462
react-input-autosize@^3.0.0:
74667463
version "3.0.0"
@@ -7508,14 +7505,10 @@ react-transition-group@^4.0.0, react-transition-group@^4.3.0:
75087505
loose-envify "^1.4.0"
75097506
prop-types "^15.6.2"
75107507

7511-
react@^16.8.4:
7512-
version "16.14.0"
7513-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
7514-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
7515-
dependencies:
7516-
loose-envify "^1.1.0"
7517-
object-assign "^4.1.1"
7518-
prop-types "^15.6.2"
7508+
react@^19.0.0:
7509+
version "19.2.0"
7510+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
7511+
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==
75197512

75207513
read-pkg-up@^7.0.1:
75217514
version "7.0.1"
@@ -7900,13 +7893,10 @@ saxes@^5.0.1:
79007893
dependencies:
79017894
xmlchars "^2.2.0"
79027895

7903-
scheduler@^0.19.1:
7904-
version "0.19.1"
7905-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
7906-
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
7907-
dependencies:
7908-
loose-envify "^1.1.0"
7909-
object-assign "^4.1.1"
7896+
scheduler@^0.27.0:
7897+
version "0.27.0"
7898+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd"
7899+
integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==
79107900

79117901
schema-utils@^1.0.0:
79127902
version "1.0.0"

0 commit comments

Comments
 (0)