Skip to content

Commit 09ea556

Browse files
chore(devdeps): update babel monorepo to v7.18.5 (#840)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0eaa58e commit 09ea556

File tree

3 files changed

+362
-387
lines changed

3 files changed

+362
-387
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
],
77
"type": "module",
88
"devDependencies": {
9-
"@babel/core": "7.18.2",
9+
"@babel/core": "7.18.5",
1010
"@babel/eslint-parser": "7.18.2",
11-
"@babel/plugin-transform-runtime": "7.18.2",
11+
"@babel/plugin-transform-runtime": "7.18.5",
1212
"@babel/preset-env": "7.18.2",
1313
"@babel/preset-react": "7.17.12",
1414
"@babel/preset-typescript": "7.17.12",

packages/jest-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react": "^18.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.18.2",
28+
"@babel/core": "7.18.5",
2929
"react": "18.1.0",
3030
"react-dom": "18.1.0"
3131
}

0 commit comments

Comments
 (0)