Skip to content

Commit e288a7d

Browse files
Update babel monorepo to v7.25.8
1 parent 5c7270f commit e288a7d

File tree

4 files changed

+90
-222
lines changed

4 files changed

+90
-222
lines changed

packages/content-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.25.7",
33+
"@babel/core": "7.25.8",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.25.7",
35+
"@babel/preset-env": "7.25.8",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "10.1.2",
3838
"core-js": "3.38.1",

packages/helpers-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "7.25.7",
28-
"@babel/core": "7.25.7",
29-
"@babel/preset-env": "7.25.7",
28+
"@babel/core": "7.25.8",
29+
"@babel/preset-env": "7.25.8",
3030
"@babel/preset-react": "7.25.7",
3131
"c8": "10.1.2",
3232
"mocha": "10.7.3",

packages/helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.25.7",
34+
"@babel/core": "7.25.8",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "10.1.2",
3737
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)