Skip to content

Commit 0abda44

Browse files
chore(devdeps): update babel monorepo to v7.18.9 (#889)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6096055 commit 0abda44

File tree

3 files changed

+551
-546
lines changed

3 files changed

+551
-546
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.6",
10-
"@babel/eslint-parser": "7.18.2",
11-
"@babel/plugin-transform-runtime": "7.18.6",
12-
"@babel/preset-env": "7.18.6",
9+
"@babel/core": "7.18.9",
10+
"@babel/eslint-parser": "7.18.9",
11+
"@babel/plugin-transform-runtime": "7.18.9",
12+
"@babel/preset-env": "7.18.9",
1313
"@babel/preset-react": "7.18.6",
1414
"@babel/preset-typescript": "7.18.6",
1515
"@commitlint/cli": "17.0.3",

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

0 commit comments

Comments
 (0)