Skip to content

Commit 9b657b0

Browse files
fix(deps): update babel monorepo to v7.27.0 (#284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf6ffd5 commit 9b657b0

File tree

2 files changed

+110
-65
lines changed

2 files changed

+110
-65
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@babel/core": "7.26.10",
2727
"@babel/preset-env": "7.26.9",
2828
"@babel/preset-react": "^7.26.3",
29-
"@babel/preset-typescript": "7.26.0",
29+
"@babel/preset-typescript": "7.27.0",
3030
"@types/jest": "29.5.14",
31-
"@babel/types": "7.26.10",
31+
"@babel/types": "7.27.0",
3232
"@types/babel__generator": "7.6.8",
3333
"@typescript-eslint/eslint-plugin": "^6.13.1",
3434
"@typescript-eslint/parser": "^6.13.1",
@@ -87,9 +87,9 @@
8787
},
8888
"license": "BSD-3-Clause",
8989
"dependencies": {
90-
"@babel/generator": "7.26.10",
91-
"@babel/parser": "7.26.10",
92-
"@babel/types": "7.26.10",
90+
"@babel/generator": "7.27.0",
91+
"@babel/parser": "7.27.0",
92+
"@babel/types": "7.27.0",
9393
"browserify": "^17.0.0"
9494
}
9595
}

0 commit comments

Comments
 (0)