Skip to content

Commit 74e72d8

Browse files
chore(deps): update react monorepo (#11435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd2e29a commit 74e72d8

File tree

2 files changed

+50
-57
lines changed

2 files changed

+50
-57
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
"@testing-library/user-event": "^14.6.1",
4242
"@types/jest": "29.5.14",
4343
"@types/node": "^20.17.16",
44-
"@types/react": "^18.3.12",
45-
"@types/react-dom": "^18.3.1",
44+
"@types/react": "^18.3.18",
45+
"@types/react-dom": "^18.3.5",
4646
"babel-jest": "^29.7.0",
4747
"concurrently": "^8.2.2",
4848
"eslint": "^9.19.0",
4949
"eslint-config-prettier": "^9.1.0",
5050
"eslint-plugin-markdown": "^5.1.0",
5151
"eslint-plugin-prettier": "^5.2.3",
5252
"eslint-plugin-react": "^7.37.4",
53-
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
53+
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
5454
"eslint-plugin-react-hooks": "^4.6.2",
5555
"eslint-plugin-testing-library": "^6.5.0",
5656
"fs-extra": "^11.3.0",

yarn.lock

Lines changed: 47 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,23 @@ __metadata:
206206
languageName: node
207207
linkType: hard
208208

209+
"@babel/helper-create-class-features-plugin@npm:^7.18.6":
210+
version: 7.25.9
211+
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.9"
212+
dependencies:
213+
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
214+
"@babel/helper-member-expression-to-functions": "npm:^7.25.9"
215+
"@babel/helper-optimise-call-expression": "npm:^7.25.9"
216+
"@babel/helper-replace-supers": "npm:^7.25.9"
217+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
218+
"@babel/traverse": "npm:^7.25.9"
219+
semver: "npm:^6.3.1"
220+
peerDependencies:
221+
"@babel/core": ^7.0.0
222+
checksum: 10c0/b2bdd39f38056a76b9ba00ec5b209dd84f5c5ebd998d0f4033cf0e73d5f2c357fbb49d1ce52db77a2709fb29ee22321f84a5734dc9914849bdfee9ad12ce8caf
223+
languageName: node
224+
linkType: hard
225+
209226
"@babel/helper-create-class-features-plugin@npm:^7.24.7":
210227
version: 7.24.7
211228
resolution: "@babel/helper-create-class-features-plugin@npm:7.24.7"
@@ -225,23 +242,6 @@ __metadata:
225242
languageName: node
226243
linkType: hard
227244

228-
"@babel/helper-create-class-features-plugin@npm:^7.25.9":
229-
version: 7.25.9
230-
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.9"
231-
dependencies:
232-
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
233-
"@babel/helper-member-expression-to-functions": "npm:^7.25.9"
234-
"@babel/helper-optimise-call-expression": "npm:^7.25.9"
235-
"@babel/helper-replace-supers": "npm:^7.25.9"
236-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
237-
"@babel/traverse": "npm:^7.25.9"
238-
semver: "npm:^6.3.1"
239-
peerDependencies:
240-
"@babel/core": ^7.0.0
241-
checksum: 10c0/b2bdd39f38056a76b9ba00ec5b209dd84f5c5ebd998d0f4033cf0e73d5f2c357fbb49d1ce52db77a2709fb29ee22321f84a5734dc9914849bdfee9ad12ce8caf
242-
languageName: node
243-
linkType: hard
244-
245245
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.24.7":
246246
version: 7.24.7
247247
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.24.7"
@@ -398,13 +398,6 @@ __metadata:
398398
languageName: node
399399
linkType: hard
400400

401-
"@babel/helper-plugin-utils@npm:^7.25.9":
402-
version: 7.25.9
403-
resolution: "@babel/helper-plugin-utils@npm:7.25.9"
404-
checksum: 10c0/483066a1ba36ff16c0116cd24f93de05de746a603a777cd695ac7a1b034928a65a4ecb35f255761ca56626435d7abdb73219eba196f9aa83b6c3c3169325599d
405-
languageName: node
406-
linkType: hard
407-
408401
"@babel/helper-remap-async-to-generator@npm:^7.24.7":
409402
version: 7.24.7
410403
resolution: "@babel/helper-remap-async-to-generator@npm:7.24.7"
@@ -650,6 +643,18 @@ __metadata:
650643
languageName: node
651644
linkType: hard
652645

646+
"@babel/plugin-proposal-private-methods@npm:^7.18.6":
647+
version: 7.18.6
648+
resolution: "@babel/plugin-proposal-private-methods@npm:7.18.6"
649+
dependencies:
650+
"@babel/helper-create-class-features-plugin": "npm:^7.18.6"
651+
"@babel/helper-plugin-utils": "npm:^7.18.6"
652+
peerDependencies:
653+
"@babel/core": ^7.0.0-0
654+
checksum: 10c0/1c273d0ec3d49d0fe80bd754ec0191016e5b3ab4fb1e162ac0c014e9d3c1517a5d973afbf8b6dc9f9c98a8605c79e5f9e8b5ee158a4313fa68d1ff7b02084b6a
655+
languageName: node
656+
linkType: hard
657+
653658
"@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2":
654659
version: 7.21.0-placeholder-for-preset-env.2
655660
resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2"
@@ -1330,18 +1335,6 @@ __metadata:
13301335
languageName: node
13311336
linkType: hard
13321337

1333-
"@babel/plugin-transform-private-methods@npm:^7.25.9":
1334-
version: 7.25.9
1335-
resolution: "@babel/plugin-transform-private-methods@npm:7.25.9"
1336-
dependencies:
1337-
"@babel/helper-create-class-features-plugin": "npm:^7.25.9"
1338-
"@babel/helper-plugin-utils": "npm:^7.25.9"
1339-
peerDependencies:
1340-
"@babel/core": ^7.0.0-0
1341-
checksum: 10c0/64bd71de93d39daefa3e6c878d6f2fd238ed7d4ecfb13b0e771ddbbc131487def3ceb405b62b534a5cbb5043046b504e1b189b0a45229cc75af979a9fbcaa7bd
1342-
languageName: node
1343-
linkType: hard
1344-
13451338
"@babel/plugin-transform-private-property-in-object@npm:^7.24.7":
13461339
version: 7.24.7
13471340
resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.7"
@@ -3805,16 +3798,16 @@ __metadata:
38053798
"@testing-library/user-event": "npm:^14.6.1"
38063799
"@types/jest": "npm:29.5.14"
38073800
"@types/node": "npm:^20.17.16"
3808-
"@types/react": "npm:^18.3.12"
3809-
"@types/react-dom": "npm:^18.3.1"
3801+
"@types/react": "npm:^18.3.18"
3802+
"@types/react-dom": "npm:^18.3.5"
38103803
babel-jest: "npm:^29.7.0"
38113804
concurrently: "npm:^8.2.2"
38123805
eslint: "npm:^9.19.0"
38133806
eslint-config-prettier: "npm:^9.1.0"
38143807
eslint-plugin-markdown: "npm:^5.1.0"
38153808
eslint-plugin-prettier: "npm:^5.2.3"
38163809
eslint-plugin-react: "npm:^7.37.4"
3817-
eslint-plugin-react-compiler: "npm:19.0.0-beta-df7b47d-20241124"
3810+
eslint-plugin-react-compiler: "npm:19.0.0-beta-e552027-20250112"
38183811
eslint-plugin-react-hooks: "npm:^4.6.2"
38193812
eslint-plugin-testing-library: "npm:^6.5.0"
38203813
fs-extra: "npm:^11.3.0"
@@ -5108,12 +5101,12 @@ __metadata:
51085101
languageName: node
51095102
linkType: hard
51105103

5111-
"@types/react-dom@npm:^18.3.1":
5112-
version: 18.3.1
5113-
resolution: "@types/react-dom@npm:18.3.1"
5114-
dependencies:
5115-
"@types/react": "npm:*"
5116-
checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb
5104+
"@types/react-dom@npm:^18.3.5":
5105+
version: 18.3.5
5106+
resolution: "@types/react-dom@npm:18.3.5"
5107+
peerDependencies:
5108+
"@types/react": ^18.0.0
5109+
checksum: 10c0/b163d35a6b32a79f5782574a7aeb12a31a647e248792bf437e6d596e2676961c394c5e3c6e91d1ce44ae90441dbaf93158efb4f051c0d61e2612f1cb04ce4faa
51175110
languageName: node
51185111
linkType: hard
51195112

@@ -5148,13 +5141,13 @@ __metadata:
51485141
languageName: node
51495142
linkType: hard
51505143

5151-
"@types/react@npm:^18.3.12":
5152-
version: 18.3.12
5153-
resolution: "@types/react@npm:18.3.12"
5144+
"@types/react@npm:^18.3.18":
5145+
version: 18.3.18
5146+
resolution: "@types/react@npm:18.3.18"
51545147
dependencies:
51555148
"@types/prop-types": "npm:*"
51565149
csstype: "npm:^3.0.2"
5157-
checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290
5150+
checksum: 10c0/8fb2b00672072135d0858dc9db07873ea107cc238b6228aaa2a9afd1ef7a64a7074078250db38afbeb19064be8ea6af5eac32d404efdd5f45e093cc4829d87f8
51585151
languageName: node
51595152
linkType: hard
51605153

@@ -10068,19 +10061,19 @@ __metadata:
1006810061
languageName: node
1006910062
linkType: hard
1007010063

10071-
"eslint-plugin-react-compiler@npm:19.0.0-beta-df7b47d-20241124":
10072-
version: 19.0.0-beta-df7b47d-20241124
10073-
resolution: "eslint-plugin-react-compiler@npm:19.0.0-beta-df7b47d-20241124"
10064+
"eslint-plugin-react-compiler@npm:19.0.0-beta-e552027-20250112":
10065+
version: 19.0.0-beta-e552027-20250112
10066+
resolution: "eslint-plugin-react-compiler@npm:19.0.0-beta-e552027-20250112"
1007410067
dependencies:
1007510068
"@babel/core": "npm:^7.24.4"
1007610069
"@babel/parser": "npm:^7.24.4"
10077-
"@babel/plugin-transform-private-methods": "npm:^7.25.9"
10070+
"@babel/plugin-proposal-private-methods": "npm:^7.18.6"
1007810071
hermes-parser: "npm:^0.25.1"
1007910072
zod: "npm:^3.22.4"
1008010073
zod-validation-error: "npm:^3.0.3"
1008110074
peerDependencies:
1008210075
eslint: ">=7"
10083-
checksum: 10c0/0f9d215d922fda2b452bb0eb203f90acf2fd5233a663151f976210778fd266cf1ddb5499a3a652b476ed30ee7393db3a411338287e712020f2e66c9680da927c
10076+
checksum: 10c0/d54bb2def851f79d88376ef108d5f682c07de820c9561a09051a8a5f3a4dbff0c22c8d014ad5e88db5f4db27947a371f497a8b07ddc561575f1601e47e0df6e4
1008410077
languageName: node
1008510078
linkType: hard
1008610079

0 commit comments

Comments
 (0)