Skip to content

Commit d66026e

Browse files
Update babel monorepo to v7.28.5 (#653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c007d21 commit d66026e

File tree

4 files changed

+102
-102
lines changed

4 files changed

+102
-102
lines changed

packages/content-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"access": "public"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "7.28.4",
37+
"@babel/core": "7.28.5",
3838
"@babel/polyfill": "7.12.1",
39-
"@babel/preset-env": "7.28.3",
39+
"@babel/preset-env": "7.28.5",
4040
"@rollup/plugin-json": "6.1.0",
4141
"c8": "10.1.3",
4242
"core-js": "3.46.0",

packages/helpers-gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
"devDependencies": {
3131
"@babel/cli": "7.28.3",
32-
"@babel/core": "7.28.4",
33-
"@babel/preset-env": "7.28.3",
34-
"@babel/preset-react": "7.27.1",
32+
"@babel/core": "7.28.5",
33+
"@babel/preset-env": "7.28.5",
34+
"@babel/preset-react": "7.28.5",
3535
"c8": "10.1.3",
3636
"mocha": "11.7.4",
3737
"react": "18.3.1",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.28.4",
38+
"@babel/core": "7.28.5",
3939
"@babel/polyfill": "7.12.1",
4040
"c8": "10.1.3",
4141
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)