Skip to content

Commit 90b36fb

Browse files
chore(devdeps): update babel monorepo to v7.18.2 (#811)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9e4caf1 commit 90b36fb

File tree

3 files changed

+443
-404
lines changed

3 files changed

+443
-404
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
],
77
"type": "module",
88
"devDependencies": {
9-
"@babel/core": "7.18.0",
10-
"@babel/eslint-parser": "7.17.0",
11-
"@babel/plugin-transform-runtime": "7.18.0",
12-
"@babel/preset-env": "7.18.0",
9+
"@babel/core": "7.18.2",
10+
"@babel/eslint-parser": "7.18.2",
11+
"@babel/plugin-transform-runtime": "7.18.2",
12+
"@babel/preset-env": "7.18.2",
1313
"@babel/preset-react": "7.17.12",
1414
"@babel/preset-typescript": "7.17.12",
1515
"@commitlint/cli": "17.0.1",

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.0",
28+
"@babel/core": "7.18.2",
2929
"react": "18.1.0",
3030
"react-dom": "18.1.0"
3131
}

0 commit comments

Comments
 (0)