Skip to content

Commit c5e8812

Browse files
Update babel monorepo to v7.24.7
1 parent 7812b26 commit c5e8812

File tree

4 files changed

+657
-649
lines changed

4 files changed

+657
-649
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.24.6",
33+
"@babel/core": "7.24.7",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.24.6",
35+
"@babel/preset-env": "7.24.7",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "9.1.0",
3838
"core-js": "3.37.1",

packages/helpers-gatsby/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "7.24.6",
28-
"@babel/core": "7.24.6",
29-
"@babel/preset-env": "7.24.6",
30-
"@babel/preset-react": "7.24.6",
27+
"@babel/cli": "7.24.7",
28+
"@babel/core": "7.24.7",
29+
"@babel/preset-env": "7.24.7",
30+
"@babel/preset-react": "7.24.7",
3131
"c8": "9.1.0",
3232
"mocha": "10.4.0",
3333
"react": "18.3.1",

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.24.6",
34+
"@babel/core": "7.24.7",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "9.1.0",
3737
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)