Skip to content

Commit 7cdb841

Browse files
fix(deps): update react monorepo
1 parent 4693413 commit 7cdb841

File tree

2 files changed

+37
-51
lines changed

2 files changed

+37
-51
lines changed

zucchini-ui-frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-jest-dom": "5.5.0",
3838
"eslint-plugin-prettier": "5.2.3",
3939
"eslint-plugin-react": "7.37.4",
40-
"eslint-plugin-react-hooks": "4.6.2",
40+
"eslint-plugin-react-hooks": "5.1.0",
4141
"eslint-plugin-testing-library": "6.5.0",
4242
"eslint-webpack-plugin": "4.2.0",
4343
"jest": "29.7.0",
@@ -47,7 +47,7 @@
4747
"postcss": "8.5.1",
4848
"postcss-loader": "8.1.1",
4949
"prettier": "3.4.2",
50-
"react-test-renderer": "18.3.1",
50+
"react-test-renderer": "19.0.0",
5151
"redux-freeze": "0.1.7",
5252
"sass": "1.83.4",
5353
"sass-loader": "14.2.1",
@@ -70,9 +70,9 @@
7070
"pure-uuid": "1.8.1",
7171
"query-string": "9.1.1",
7272
"quick-lru": "7.0.0",
73-
"react": "18.3.1",
73+
"react": "19.0.0",
7474
"react-bootstrap": "1.6.8",
75-
"react-dom": "18.3.1",
75+
"react-dom": "19.0.0",
7676
"react-redux": "8.1.3",
7777
"react-router": "6.28.2",
7878
"react-router-dom": "6.28.2",

zucchini-ui-frontend/yarn.lock

Lines changed: 33 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -4637,10 +4637,10 @@ eslint-plugin-prettier@5.2.3:
46374637
prettier-linter-helpers "^1.0.0"
46384638
synckit "^0.9.1"
46394639

4640-
eslint-plugin-react-hooks@4.6.2:
4641-
version "4.6.2"
4642-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
4643-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
4640+
eslint-plugin-react-hooks@5.1.0:
4641+
version "5.1.0"
4642+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
4643+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
46444644

46454645
eslint-plugin-react@7.37.4:
46464646
version "7.37.4"
@@ -6772,7 +6772,7 @@ lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.15:
67726772
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
67736773
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
67746774

6775-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
6775+
loose-envify@^1.0.0, loose-envify@^1.4.0:
67766776
version "1.4.0"
67776777
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
67786778
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7873,18 +7873,12 @@ react-bootstrap@1.6.8:
78737873
uncontrollable "^7.2.1"
78747874
warning "^4.0.3"
78757875

7876-
react-dom@18.3.1:
7877-
version "18.3.1"
7878-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
7879-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
7876+
react-dom@19.0.0:
7877+
version "19.0.0"
7878+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
7879+
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
78807880
dependencies:
7881-
loose-envify "^1.1.0"
7882-
scheduler "^0.23.2"
7883-
7884-
"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0:
7885-
version "18.2.0"
7886-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
7887-
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
7881+
scheduler "^0.25.0"
78887882

78897883
react-is@^16.13.1, react-is@^16.3.2, react-is@^16.7.0:
78907884
version "16.13.1"
@@ -7896,10 +7890,15 @@ react-is@^17.0.1:
78967890
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
78977891
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
78987892

7899-
react-is@^18.3.1:
7900-
version "18.3.1"
7901-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
7902-
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
7893+
react-is@^18.0.0:
7894+
version "18.2.0"
7895+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
7896+
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
7897+
7898+
react-is@^19.0.0:
7899+
version "19.0.0"
7900+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.0.0.tgz#d6669fd389ff022a9684f708cf6fa4962d1fea7a"
7901+
integrity sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==
79037902

79047903
react-lifecycles-compat@^3.0.4:
79057904
version "3.0.4"
@@ -7947,22 +7946,13 @@ react-router@6.28.2:
79477946
dependencies:
79487947
"@remix-run/router" "1.21.1"
79497948

7950-
react-shallow-renderer@^16.15.0:
7951-
version "16.15.0"
7952-
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz#48fb2cf9b23d23cde96708fe5273a7d3446f4457"
7953-
integrity sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==
7949+
react-test-renderer@19.0.0:
7950+
version "19.0.0"
7951+
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-19.0.0.tgz#ca6fa322c58d4bfa34635788fe242a8c3daa4c7d"
7952+
integrity sha512-oX5u9rOQlHzqrE/64CNr0HB0uWxkCQmZNSfozlYvwE71TLVgeZxVf0IjouGEr1v7r1kcDifdAJBeOhdhxsG/DA==
79547953
dependencies:
7955-
object-assign "^4.1.1"
7956-
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
7957-
7958-
react-test-renderer@18.3.1:
7959-
version "18.3.1"
7960-
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-18.3.1.tgz#e693608a1f96283400d4a3afead6893f958b80b4"
7961-
integrity sha512-KkAgygexHUkQqtvvx/otwxtuFu5cVjfzTCtjXLH9boS19/Nbtg84zS7wIQn39G8IlrhThBpQsMKkq5ZHZIYFXA==
7962-
dependencies:
7963-
react-is "^18.3.1"
7964-
react-shallow-renderer "^16.15.0"
7965-
scheduler "^0.23.2"
7954+
react-is "^19.0.0"
7955+
scheduler "^0.25.0"
79667956

79677957
react-transition-group@^4.4.1:
79687958
version "4.4.2"
@@ -7974,12 +7964,10 @@ react-transition-group@^4.4.1:
79747964
loose-envify "^1.4.0"
79757965
prop-types "^15.6.2"
79767966

7977-
react@18.3.1:
7978-
version "18.3.1"
7979-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
7980-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
7981-
dependencies:
7982-
loose-envify "^1.1.0"
7967+
react@19.0.0:
7968+
version "19.0.0"
7969+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
7970+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
79837971

79847972
readable-stream@^2.0.1:
79857973
version "2.3.7"
@@ -8393,12 +8381,10 @@ saxes@^6.0.0:
83938381
dependencies:
83948382
xmlchars "^2.2.0"
83958383

8396-
scheduler@^0.23.2:
8397-
version "0.23.2"
8398-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
8399-
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
8400-
dependencies:
8401-
loose-envify "^1.1.0"
8384+
scheduler@^0.25.0:
8385+
version "0.25.0"
8386+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015"
8387+
integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==
84028388

84038389
schema-utils@^3.1.1:
84048390
version "3.1.1"

0 commit comments

Comments
 (0)