Skip to content

Commit a4c2242

Browse files
committed
chore(deps): update babel monorepo to v7.21.8
1 parent 0645fd3 commit a4c2242

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"caniuse-lite": "^1.0.30000655"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "7.21.5",
38-
"@babel/eslint-parser": "7.21.3",
37+
"@babel/core": "7.21.8",
38+
"@babel/eslint-parser": "7.21.8",
3939
"@babel/preset-env": "7.21.5",
4040
"@rollup/plugin-babel": "5.3.1",
4141
"ajv": "8.12.0",

yarn.lock

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ __metadata:
5656
languageName: node
5757
linkType: hard
5858

59-
"@babel/core@npm:7.21.5":
60-
version: 7.21.5
61-
resolution: "@babel/core@npm:7.21.5"
59+
"@babel/core@npm:7.21.8":
60+
version: 7.21.8
61+
resolution: "@babel/core@npm:7.21.8"
6262
dependencies:
6363
"@ampproject/remapping": ^2.2.0
6464
"@babel/code-frame": ^7.21.4
6565
"@babel/generator": ^7.21.5
6666
"@babel/helper-compilation-targets": ^7.21.5
6767
"@babel/helper-module-transforms": ^7.21.5
6868
"@babel/helpers": ^7.21.5
69-
"@babel/parser": ^7.21.5
69+
"@babel/parser": ^7.21.8
7070
"@babel/template": ^7.20.7
7171
"@babel/traverse": ^7.21.5
7272
"@babel/types": ^7.21.5
@@ -75,21 +75,21 @@ __metadata:
7575
gensync: ^1.0.0-beta.2
7676
json5: ^2.2.2
7777
semver: ^6.3.0
78-
checksum: d8fad9cb1f48b6f3c108b66c0d810bf7134e50a21ec21c569d1dd0217dc34288b67323fdc0ab273259eba6f7bad28a795f87e4abb2e384047d88ff7462e5dddf
78+
checksum: c5fda3b9c583e44ad0c00531a98cd2c69c3e863b740f8c68058c954af7ba21fb743a5942f08bd8360f8b71bc96ddb8ee24534645568a01768a61eb84fdbcadf2
7979
languageName: node
8080
linkType: hard
8181

82-
"@babel/eslint-parser@npm:7.21.3":
83-
version: 7.21.3
84-
resolution: "@babel/eslint-parser@npm:7.21.3"
82+
"@babel/eslint-parser@npm:7.21.8":
83+
version: 7.21.8
84+
resolution: "@babel/eslint-parser@npm:7.21.8"
8585
dependencies:
8686
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
8787
eslint-visitor-keys: ^2.1.0
8888
semver: ^6.3.0
8989
peerDependencies:
9090
"@babel/core": ">=7.11.0"
9191
eslint: ^7.5.0 || ^8.0.0
92-
checksum: f3e59fcb792f02d12fc76c63585d7fe6244bd396c1c213113c82e8d4569af0e325bb9713a4ce5147b08714d066944a1f6a27412468e6812733320905dffa1f50
92+
checksum: d642e8a2d05616a93d472819d4477378f6e2375aee7ec1a0139dd855681e6587d7b72cef2d01abb6e3023c1de55a3b251162e92e0c0b466c3744212b2cb04a10
9393
languageName: node
9494
linkType: hard
9595

@@ -552,6 +552,15 @@ __metadata:
552552
languageName: node
553553
linkType: hard
554554

555+
"@babel/parser@npm:^7.21.8":
556+
version: 7.21.8
557+
resolution: "@babel/parser@npm:7.21.8"
558+
bin:
559+
parser: ./bin/babel-parser.js
560+
checksum: bab0ebe353f29dfb6bc4e314224f2e5fd02c621d2e88f913c3c034c12a2123fd3df7027868aea641fd3b85c119d01d13d80e5ca7c83a483eb83ed0e00be100c1
561+
languageName: node
562+
linkType: hard
563+
555564
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.18.6":
556565
version: 7.18.6
557566
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.18.6"
@@ -3455,8 +3464,8 @@ fsevents@~2.1.2:
34553464
version: 0.0.0-use.local
34563465
resolution: "postcss-font-family-system-ui@workspace:."
34573466
dependencies:
3458-
"@babel/core": 7.21.5
3459-
"@babel/eslint-parser": 7.21.3
3467+
"@babel/core": 7.21.8
3468+
"@babel/eslint-parser": 7.21.8
34603469
"@babel/preset-env": 7.21.5
34613470
"@rollup/plugin-babel": 5.3.1
34623471
ajv: 8.12.0

0 commit comments

Comments
 (0)