Skip to content

Commit 2062b2c

Browse files
Update babel monorepo to v7.24.5
1 parent 102cbac commit 2062b2c

File tree

4 files changed

+152
-152
lines changed

4 files changed

+152
-152
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.4",
33+
"@babel/core": "7.24.5",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.24.4",
35+
"@babel/preset-env": "7.24.5",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "9.1.0",
3838
"core-js": "3.37.0",

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.24.1",
28-
"@babel/core": "7.24.4",
29-
"@babel/preset-env": "7.24.4",
27+
"@babel/cli": "7.24.5",
28+
"@babel/core": "7.24.5",
29+
"@babel/preset-env": "7.24.5",
3030
"@babel/preset-react": "7.24.1",
3131
"c8": "9.1.0",
3232
"mocha": "10.4.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.24.4",
34+
"@babel/core": "7.24.5",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "9.1.0",
3737
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)