Skip to content

Commit 8da260c

Browse files
fix(deps): update babel monorepo (minor) (#248)
Co-authored-by: plural-copilot[bot] <172153387+plural-copilot[bot]@users.noreply.github.com>
1 parent 2a8aa41 commit 8da260c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"packageManager": "[email protected]",
2626
"dependencies": {
2727
"@babel/core": "7.26.0",
28-
"@babel/eslint-parser": "7.25.9",
28+
"@babel/eslint-parser": "7.26.5",
2929
"@babel/preset-env": "7.26.0",
30-
"@babel/preset-react": "7.25.9",
30+
"@babel/preset-react": "7.26.3",
3131
"@pluralsh/eslint-config-pluralsh": "1.4.44",
3232
"@types/node": "18.19.26",
3333
"@typescript-eslint/eslint-plugin": "6.21.0",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@ __metadata:
7070
languageName: node
7171
linkType: hard
7272

73-
"@babel/eslint-parser@npm:7.25.9":
74-
version: 7.25.9
75-
resolution: "@babel/eslint-parser@npm:7.25.9"
73+
"@babel/eslint-parser@npm:7.26.5":
74+
version: 7.26.5
75+
resolution: "@babel/eslint-parser@npm:7.26.5"
7676
dependencies:
7777
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
7878
eslint-visitor-keys: ^2.1.0
7979
semver: ^6.3.1
8080
peerDependencies:
8181
"@babel/core": ^7.11.0
8282
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
83-
checksum: dd2afa122b62a5b07c1e71d1c23b2cd4d655d96609eb2ba1b1ae3ec6f415f4365b77d6669ff859aa7b75952fb63a1d29c5db6e5811fc4012841491cb2dee36e4
83+
checksum: 3ed969eabc940aa29a2e5bef525674b47ebccb8dfe686737e84fed2b09fbf4bd23c2503936ed340bde2a870fc1917668ec7ab357b97bab504aceb84e9608d213
8484
languageName: node
8585
linkType: hard
8686

@@ -1244,9 +1244,9 @@ __metadata:
12441244
languageName: node
12451245
linkType: hard
12461246

1247-
"@babel/preset-react@npm:7.25.9":
1248-
version: 7.25.9
1249-
resolution: "@babel/preset-react@npm:7.25.9"
1247+
"@babel/preset-react@npm:7.26.3":
1248+
version: 7.26.3
1249+
resolution: "@babel/preset-react@npm:7.26.3"
12501250
dependencies:
12511251
"@babel/helper-plugin-utils": ^7.25.9
12521252
"@babel/helper-validator-option": ^7.25.9
@@ -1256,7 +1256,7 @@ __metadata:
12561256
"@babel/plugin-transform-react-pure-annotations": ^7.25.9
12571257
peerDependencies:
12581258
"@babel/core": ^7.0.0-0
1259-
checksum: b5650c07a744ab4024c04fae002c9043235b4ad8687de8bf759135b9c6186553f4f53fde0a4583ce4c019560b79c176f39c745cdf77645af07071d26d8ba84ce
1259+
checksum: 9c76f145026715c8e4a1f6c44f208918e700227d8d8a8068f4ae10d87031d23eb8b483e508cd4452d65066f731b7a8169527e66e83ffe165595e8db7899dd859
12601260
languageName: node
12611261
linkType: hard
12621262

@@ -1549,9 +1549,9 @@ __metadata:
15491549
resolution: "@pluralsh/eslint-config-typescript@workspace:."
15501550
dependencies:
15511551
"@babel/core": 7.26.0
1552-
"@babel/eslint-parser": 7.25.9
1552+
"@babel/eslint-parser": 7.26.5
15531553
"@babel/preset-env": 7.26.0
1554-
"@babel/preset-react": 7.25.9
1554+
"@babel/preset-react": 7.26.3
15551555
"@pluralsh/eslint-config-pluralsh": 1.4.44
15561556
"@types/node": 18.19.26
15571557
"@typescript-eslint/eslint-plugin": 6.21.0

0 commit comments

Comments
 (0)