Skip to content

Commit c2f5aa0

Browse files
committed
Update babel monorepo to v7.22.10
1 parent e1e0d2d commit c2f5aa0

File tree

5 files changed

+121
-130
lines changed

5 files changed

+121
-130
lines changed

packages/content-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.22.9",
33+
"@babel/core": "7.22.10",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.22.9",
35+
"@babel/preset-env": "7.22.10",
3636
"@rollup/plugin-json": "6.0.0",
3737
"c8": "7.13.0",
3838
"core-js": "3.32.1",

packages/helpers-gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "7.22.9",
28-
"@babel/core": "7.22.9",
29-
"@babel/preset-env": "7.22.9",
27+
"@babel/cli": "7.22.10",
28+
"@babel/core": "7.22.10",
29+
"@babel/preset-env": "7.22.10",
3030
"@babel/preset-react": "7.22.5",
3131
"c8": "7.13.0",
3232
"mocha": "10.2.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.22.9",
34+
"@babel/core": "7.22.10",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.13.0",
3737
"istanbul": "0.4.5",

packages/timezone-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.22.9",
34-
"@babel/preset-env": "7.22.9",
33+
"@babel/core": "7.22.10",
34+
"@babel/preset-env": "7.22.10",
3535
"c8": "7.13.0",
3636
"mocha": "10.2.0",
3737
"rollup": "2.79.1",

0 commit comments

Comments
 (0)