Skip to content

Commit 6082ff4

Browse files
Update babel monorepo to v7.19.0
1 parent 493eeca commit 6082ff4

File tree

5 files changed

+124
-123
lines changed

5 files changed

+124
-123
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.18.13",
33+
"@babel/core": "7.19.0",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.18.10",
35+
"@babel/preset-env": "7.19.0",
3636
"@rollup/plugin-json": "4.1.0",
3737
"c8": "7.12.0",
3838
"core-js": "3.25.0",

packages/helpers-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "7.18.10",
28-
"@babel/core": "7.18.13",
29-
"@babel/preset-env": "7.18.10",
28+
"@babel/core": "7.19.0",
29+
"@babel/preset-env": "7.19.0",
3030
"@babel/preset-react": "7.18.6",
3131
"c8": "7.12.0",
3232
"mocha": "10.0.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.18.13",
34+
"@babel/core": "7.19.0",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.12.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.18.13",
34-
"@babel/preset-env": "7.18.10",
33+
"@babel/core": "7.19.0",
34+
"@babel/preset-env": "7.19.0",
3535
"c8": "7.12.0",
3636
"mocha": "10.0.0",
3737
"rollup": "2.79.0",

0 commit comments

Comments
 (0)