Skip to content

Commit 3380acc

Browse files
fix(deps): update react monorepo
1 parent be55022 commit 3380acc

File tree

2 files changed

+27
-47
lines changed

2 files changed

+27
-47
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
},
1010
"dependencies": {
1111
"next": "12.3.4",
12-
"react": "17.0.2",
13-
"react-dom": "17.0.2"
12+
"react": "19.1.1",
13+
"react-dom": "19.1.1"
1414
},
1515
"devDependencies": {
1616
"@next/eslint-plugin-next": "^12.0.9",
1717
"@types/node": "^17.0.13",
18-
"@types/react": "^17.0.38",
18+
"@types/react": "^19.0.0",
1919
"@typescript-eslint/eslint-plugin": "^5.10.2",
2020
"@typescript-eslint/parser": "^5.10.2",
2121
"eslint": "^8.8.0",
2222
"eslint-config-prettier": "^8.3.0",
2323
"eslint-plugin-prettier": "^4.0.0",
2424
"eslint-plugin-react": "^7.28.0",
25-
"eslint-plugin-react-hooks": "^4.3.0",
25+
"eslint-plugin-react-hooks": "^5.0.0",
2626
"prettier": "^2.5.1",
2727
"typescript": "^4.5.5"
2828
}

yarn.lock

Lines changed: 23 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -146,25 +146,13 @@
146146
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.13.tgz#5ed7ed7c662948335fcad6c412bb42d99ea754e3"
147147
integrity sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw==
148148

149-
"@types/prop-types@*":
150-
version "15.7.3"
151-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
152-
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
153-
154-
"@types/react@^17.0.38":
155-
version "17.0.38"
156-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd"
157-
integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==
158-
dependencies:
159-
"@types/prop-types" "*"
160-
"@types/scheduler" "*"
149+
"@types/react@^19.0.0":
150+
version "19.1.15"
151+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.15.tgz#cf854cdf6624f79e34633ddf6dc1e104be459908"
152+
integrity sha512-+kLxJpaJzXybyDyFXYADyP1cznTO8HSuBpenGlnKOAkH4hyNINiywvXS/tGJhsrGGP/gM185RA3xpjY0Yg4erA==
153+
dependencies:
161154
csstype "^3.0.2"
162155

163-
"@types/scheduler@*":
164-
version "0.16.1"
165-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
166-
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
167-
168156
"@typescript-eslint/eslint-plugin@^5.10.2":
169157
version "5.10.2"
170158
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
@@ -516,10 +504,10 @@ eslint-plugin-prettier@^4.0.0:
516504
dependencies:
517505
prettier-linter-helpers "^1.0.0"
518506

519-
eslint-plugin-react-hooks@^4.3.0:
520-
version "4.3.0"
521-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
522-
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
507+
eslint-plugin-react-hooks@^5.0.0:
508+
version "5.2.0"
509+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
510+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
523511

524512
eslint-plugin-react@^7.28.0:
525513
version "7.28.0"
@@ -1056,7 +1044,7 @@ lodash.merge@^4.6.2:
10561044
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
10571045
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
10581046

1059-
loose-envify@^1.1.0, loose-envify@^1.4.0:
1047+
loose-envify@^1.4.0:
10601048
version "1.4.0"
10611049
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
10621050
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -1297,27 +1285,22 @@ queue-microtask@^1.2.2:
12971285
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
12981286
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
12991287

1300-
react-dom@17.0.2:
1301-
version "17.0.2"
1302-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
1303-
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
1288+
react-dom@19.1.1:
1289+
version "19.1.1"
1290+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.1.tgz#2daa9ff7f3ae384aeb30e76d5ee38c046dc89893"
1291+
integrity sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==
13041292
dependencies:
1305-
loose-envify "^1.1.0"
1306-
object-assign "^4.1.1"
1307-
scheduler "^0.20.2"
1293+
scheduler "^0.26.0"
13081294

13091295
react-is@^16.8.1:
13101296
version "16.13.1"
13111297
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
13121298
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
13131299

1314-
react@17.0.2:
1315-
version "17.0.2"
1316-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
1317-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
1318-
dependencies:
1319-
loose-envify "^1.1.0"
1320-
object-assign "^4.1.1"
1300+
react@19.1.1:
1301+
version "19.1.1"
1302+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
1303+
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
13211304

13221305
regexp.prototype.flags@^1.3.1:
13231306
version "1.3.1"
@@ -1364,13 +1347,10 @@ run-parallel@^1.1.9:
13641347
dependencies:
13651348
queue-microtask "^1.2.2"
13661349

1367-
scheduler@^0.20.2:
1368-
version "0.20.2"
1369-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
1370-
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
1371-
dependencies:
1372-
loose-envify "^1.1.0"
1373-
object-assign "^4.1.1"
1350+
scheduler@^0.26.0:
1351+
version "0.26.0"
1352+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337"
1353+
integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==
13741354

13751355
semver@^6.3.0:
13761356
version "6.3.0"

0 commit comments

Comments
 (0)