Skip to content

Commit 354ec7a

Browse files
fix(deps): update react monorepo
1 parent 71a1101 commit 354ec7a

2 files changed

Lines changed: 37 additions & 51 deletions

File tree

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.5.1",
3939
"eslint-plugin-react": "7.37.5",
40-
"eslint-plugin-react-hooks": "4.6.2",
40+
"eslint-plugin-react-hooks": "5.2.0",
4141
"eslint-plugin-testing-library": "7.5.4",
4242
"eslint-webpack-plugin": "4.2.0",
4343
"jest": "29.7.0",
@@ -47,7 +47,7 @@
4747
"postcss": "8.5.6",
4848
"postcss-loader": "8.1.1",
4949
"prettier": "3.6.2",
50-
"react-test-renderer": "18.3.1",
50+
"react-test-renderer": "19.1.0",
5151
"redux-freeze": "0.1.7",
5252
"sass": "1.89.2",
5353
"sass-loader": "16.0.5",
@@ -70,9 +70,9 @@
7070
"pure-uuid": "1.8.1",
7171
"query-string": "9.2.2",
7272
"quick-lru": "7.0.1",
73-
"react": "18.3.1",
73+
"react": "19.1.0",
7474
"react-bootstrap": "1.6.8",
75-
"react-dom": "18.3.1",
75+
"react-dom": "19.1.0",
7676
"react-redux": "8.1.3",
7777
"react-router": "6.30.1",
7878
"react-router-dom": "6.30.1",

zucchini-ui-frontend/yarn.lock

Lines changed: 33 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -4695,10 +4695,10 @@ eslint-plugin-prettier@5.5.1:
46954695
prettier-linter-helpers "^1.0.0"
46964696
synckit "^0.11.7"
46974697

4698-
eslint-plugin-react-hooks@4.6.2:
4699-
version "4.6.2"
4700-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
4701-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
4698+
eslint-plugin-react-hooks@5.2.0:
4699+
version "5.2.0"
4700+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
4701+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
47024702

47034703
eslint-plugin-react@7.37.5:
47044704
version "7.37.5"
@@ -6878,7 +6878,7 @@ lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.15:
68786878
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
68796879
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
68806880

6881-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
6881+
loose-envify@^1.0.0, loose-envify@^1.4.0:
68826882
version "1.4.0"
68836883
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
68846884
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7991,18 +7991,12 @@ react-bootstrap@1.6.8:
79917991
uncontrollable "^7.2.1"
79927992
warning "^4.0.3"
79937993

7994-
react-dom@18.3.1:
7995-
version "18.3.1"
7996-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
7997-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
7994+
react-dom@19.1.0:
7995+
version "19.1.0"
7996+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623"
7997+
integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==
79987998
dependencies:
7999-
loose-envify "^1.1.0"
8000-
scheduler "^0.23.2"
8001-
8002-
"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0:
8003-
version "18.2.0"
8004-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
8005-
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
7999+
scheduler "^0.26.0"
80068000

80078001
react-is@^16.13.1, react-is@^16.3.2, react-is@^16.7.0:
80088002
version "16.13.1"
@@ -8014,10 +8008,15 @@ react-is@^17.0.1:
80148008
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
80158009
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
80168010

8017-
react-is@^18.3.1:
8018-
version "18.3.1"
8019-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
8020-
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
8011+
react-is@^18.0.0:
8012+
version "18.2.0"
8013+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
8014+
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
8015+
8016+
react-is@^19.1.0:
8017+
version "19.1.0"
8018+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.1.0.tgz#805bce321546b7e14c084989c77022351bbdd11b"
8019+
integrity sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==
80218020

80228021
react-lifecycles-compat@^3.0.4:
80238022
version "3.0.4"
@@ -8065,22 +8064,13 @@ react-router@6.30.1:
80658064
dependencies:
80668065
"@remix-run/router" "1.23.0"
80678066

8068-
react-shallow-renderer@^16.15.0:
8069-
version "16.15.0"
8070-
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz#48fb2cf9b23d23cde96708fe5273a7d3446f4457"
8071-
integrity sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==
8067+
react-test-renderer@19.1.0:
8068+
version "19.1.0"
8069+
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-19.1.0.tgz#89e1baa9e45a6da064b9760f92251d5b8e1f34ab"
8070+
integrity sha512-jXkSl3CpvPYEF+p/eGDLB4sPoDX8pKkYvRl9+rR8HxLY0X04vW7hCm1/0zHoUSjPZ3bDa+wXWNTDVIw/R8aDVw==
80728071
dependencies:
8073-
object-assign "^4.1.1"
8074-
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
8075-
8076-
react-test-renderer@18.3.1:
8077-
version "18.3.1"
8078-
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-18.3.1.tgz#e693608a1f96283400d4a3afead6893f958b80b4"
8079-
integrity sha512-KkAgygexHUkQqtvvx/otwxtuFu5cVjfzTCtjXLH9boS19/Nbtg84zS7wIQn39G8IlrhThBpQsMKkq5ZHZIYFXA==
8080-
dependencies:
8081-
react-is "^18.3.1"
8082-
react-shallow-renderer "^16.15.0"
8083-
scheduler "^0.23.2"
8072+
react-is "^19.1.0"
8073+
scheduler "^0.26.0"
80848074

80858075
react-transition-group@^4.4.1:
80868076
version "4.4.2"
@@ -8092,12 +8082,10 @@ react-transition-group@^4.4.1:
80928082
loose-envify "^1.4.0"
80938083
prop-types "^15.6.2"
80948084

8095-
react@18.3.1:
8096-
version "18.3.1"
8097-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
8098-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
8099-
dependencies:
8100-
loose-envify "^1.1.0"
8085+
react@19.1.0:
8086+
version "19.1.0"
8087+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
8088+
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
81018089

81028090
readable-stream@^2.0.1:
81038091
version "2.3.7"
@@ -8506,12 +8494,10 @@ saxes@^6.0.0:
85068494
dependencies:
85078495
xmlchars "^2.2.0"
85088496

8509-
scheduler@^0.23.2:
8510-
version "0.23.2"
8511-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
8512-
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
8513-
dependencies:
8514-
loose-envify "^1.1.0"
8497+
scheduler@^0.26.0:
8498+
version "0.26.0"
8499+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337"
8500+
integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==
85158501

85168502
schema-utils@^4.0.0:
85178503
version "4.0.0"

0 commit comments

Comments
 (0)