Skip to content

Commit 9a72d9c

Browse files
chore(deps): update react monorepo
1 parent 945d8e8 commit 9a72d9c

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"eslint-plugin-json": "3.1.0",
3333
"eslint-plugin-jsx-a11y": "6.10.2",
3434
"eslint-plugin-react": "7.37.5",
35-
"eslint-plugin-react-hooks": "4.6.2"
35+
"eslint-plugin-react-hooks": "6.1.1"
3636
},
3737
"dependencies": {
3838
"lodash": "^4.17.14",
3939
"prop-types": "^15.6.2",
4040
"underscore.string": "^3.3.5"
4141
},
4242
"peerDependencies": {
43-
"react": "^16.8.3 || ^17.0.0",
43+
"react": "^16.8.3 || ^17.0.0 || ^19.0.0",
4444
"react-native": "*",
4545
"react-native-web-ui-components": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
4646
},

yarn.lock

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
4747
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
4848

49-
49+
"@babel/[email protected]", "@babel/core@^7.24.4":
5050
version "7.28.4"
5151
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
5252
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
@@ -291,6 +291,13 @@
291291
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
292292
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
293293

294+
"@babel/parser@^7.24.4", "@babel/parser@^7.28.4":
295+
version "7.28.4"
296+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
297+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
298+
dependencies:
299+
"@babel/types" "^7.28.4"
300+
294301
"@babel/parser@^7.27.1", "@babel/parser@^7.27.2":
295302
version "7.27.2"
296303
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
@@ -305,13 +312,6 @@
305312
dependencies:
306313
"@babel/types" "^7.28.2"
307314

308-
"@babel/parser@^7.28.4":
309-
version "7.28.4"
310-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
311-
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
312-
dependencies:
313-
"@babel/types" "^7.28.4"
314-
315315
316316
version "7.18.6"
317317
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -1939,10 +1939,15 @@ [email protected]:
19391939
safe-regex-test "^1.0.3"
19401940
string.prototype.includes "^2.0.1"
19411941

1942-
1943-
version "4.6.2"
1944-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
1945-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
1942+
1943+
version "6.1.1"
1944+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.1.1.tgz#c04c051e382444bb62cdca9cf4df68ffe0845b8a"
1945+
integrity sha512-St9EKZzOAQF704nt2oJvAKZHjhrpg25ClQoaAlHmPZuajFldVLqRDW4VBNAS01NzeiQF0m0qhG1ZA807K6aVaQ==
1946+
dependencies:
1947+
"@babel/core" "^7.24.4"
1948+
"@babel/parser" "^7.24.4"
1949+
zod "^3.22.4 || ^4.0.0"
1950+
zod-validation-error "^3.0.3 || ^4.0.0"
19461951

19471952
19481953
version "7.37.5"
@@ -4617,3 +4622,13 @@ yallist@^3.0.2:
46174622
version "3.1.1"
46184623
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
46194624
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
4625+
4626+
"zod-validation-error@^3.0.3 || ^4.0.0":
4627+
version "4.0.2"
4628+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
4629+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
4630+
4631+
"zod@^3.22.4 || ^4.0.0":
4632+
version "4.1.11"
4633+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.11.tgz#4aab62f76cfd45e6c6166519ba31b2ea019f75f5"
4634+
integrity sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==

0 commit comments

Comments
 (0)