Skip to content

Commit daa90ce

Browse files
fix(deps): update react monorepo
1 parent 51859ef commit daa90ce

File tree

4 files changed

+32
-39
lines changed

4 files changed

+32
-39
lines changed

example-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"history": "5.3.0",
2020
"jest-fetch-mock": "3.0.3",
2121
"node-sass": "7.0.3",
22-
"react": "17.0.2",
23-
"react-dom": "17.0.2",
22+
"react": "19.0.0",
23+
"react-dom": "19.0.0",
2424
"react-html-parser": "2.0.2",
2525
"react-redux": "8.0.2",
2626
"react-router-dom": "6.3.0",
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/jest": "27.5.2",
3838
"@types/node": "17.0.35",
39-
"@types/react": "17.0.45",
40-
"@types/react-dom": "17.0.17",
39+
"@types/react": "19.0.5",
40+
"@types/react-dom": "19.0.3",
4141
"@types/react-html-parser": "2.0.2",
4242
"@types/react-redux": "7.1.24",
4343
"@types/redux-mock-store": "1.0.3",

example-app/yarn.lock

Lines changed: 22 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,12 +2701,10 @@
27012701
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
27022702
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
27032703

2704-
2705-
version "17.0.17"
2706-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
2707-
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
2708-
dependencies:
2709-
"@types/react" "^17"
2704+
2705+
version "19.0.3"
2706+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
2707+
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==
27102708

27112709
27122710
version "2.0.2"
@@ -2735,13 +2733,11 @@
27352733
"@types/scheduler" "*"
27362734
csstype "^3.0.2"
27372735

2738-
"@types/react@17.0.45", "@types/react@^17":
2739-
version "17.0.45"
2740-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
2741-
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==
2736+
"@types/react@19.0.5":
2737+
version "19.0.5"
2738+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.5.tgz#1196ef3a0a03dffe0ab02ddd7ae1e3590376cffd"
2739+
integrity sha512-i4OQzFiqsUCfoBns/KHpz+4QcvfjoCsTUi+mugo3lrSRA3+x0gJVvhZhAJrwLGEqz4EXiFVP4hPnOugx+m2uhg==
27422740
dependencies:
2743-
"@types/prop-types" "*"
2744-
"@types/scheduler" "*"
27452741
csstype "^3.0.2"
27462742

27472743
@@ -7331,7 +7327,7 @@ lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17
73317327
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
73327328
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
73337329

7334-
loose-envify@^1.1.0, loose-envify@^1.4.0:
7330+
loose-envify@^1.4.0:
73357331
version "1.4.0"
73367332
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
73377333
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -8974,14 +8970,12 @@ react-dev-utils@^12.0.1:
89748970
strip-ansi "^6.0.1"
89758971
text-table "^0.2.0"
89768972

8977-
react-dom@17.0.2:
8978-
version "17.0.2"
8979-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
8980-
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
8973+
react-dom@19.0.0:
8974+
version "19.0.0"
8975+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
8976+
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
89818977
dependencies:
8982-
loose-envify "^1.1.0"
8983-
object-assign "^4.1.1"
8984-
scheduler "^0.20.2"
8978+
scheduler "^0.25.0"
89858979

89868980
react-error-overlay@^6.0.11:
89878981
version "6.0.11"
@@ -9097,13 +9091,10 @@ [email protected]:
90979091
optionalDependencies:
90989092
fsevents "^2.3.2"
90999093

9100-
9101-
version "17.0.2"
9102-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
9103-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
9104-
dependencies:
9105-
loose-envify "^1.1.0"
9106-
object-assign "^4.1.1"
9094+
9095+
version "19.0.0"
9096+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
9097+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
91079098

91089099
read-pkg-up@^4.0.0:
91099100
version "4.0.0"
@@ -9522,13 +9513,10 @@ saxes@^5.0.1:
95229513
dependencies:
95239514
xmlchars "^2.2.0"
95249515

9525-
scheduler@^0.20.2:
9526-
version "0.20.2"
9527-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
9528-
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
9529-
dependencies:
9530-
loose-envify "^1.1.0"
9531-
object-assign "^4.1.1"
9516+
scheduler@^0.25.0:
9517+
version "0.25.0"
9518+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015"
9519+
integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==
95329520

95339521
95349522
version "2.7.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-jsx-a11y": "6.5.1",
3232
"eslint-plugin-prettier": "4.0.0",
3333
"eslint-plugin-react": "7.33.2",
34-
"eslint-plugin-react-hooks": "4.5.0",
34+
"eslint-plugin-react-hooks": "5.1.0",
3535
"eslint-plugin-sonarjs": "0.13.0",
3636
"husky": "4.3.8",
3737
"lint-staged": "12.5.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,6 +5120,11 @@ [email protected]:
51205120
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad"
51215121
integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==
51225122

5123+
5124+
version "5.1.0"
5125+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
5126+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
5127+
51235128
51245129
version "7.30.0"
51255130
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3"

0 commit comments

Comments
 (0)