Skip to content

Commit d76244b

Browse files
Update babel monorepo to ^7.27.1 (#542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80e2411 commit d76244b

File tree

2 files changed

+821
-8
lines changed

2 files changed

+821
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"format": "yarn lint --fix & yarn prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.26.10",
18-
"@babel/preset-env": "^7.26.9",
19-
"@babel/preset-react": "^7.26.3",
20-
"@babel/preset-typescript": "^7.27.0",
17+
"@babel/core": "^7.27.1",
18+
"@babel/preset-env": "^7.27.1",
19+
"@babel/preset-react": "^7.27.1",
20+
"@babel/preset-typescript": "^7.27.1",
2121
"@types/node-fetch": "^2.6.12",
2222
"@types/react": "^18.2.79",
2323
"@types/react-dom": "^18.2.25",

0 commit comments

Comments
 (0)