Skip to content

Commit c3402b9

Browse files
chore(devdeps): update babel monorepo to v7.18.6 (#866)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfaf3a9 commit c3402b9

File tree

3 files changed

+696
-684
lines changed

3 files changed

+696
-684
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
],
77
"type": "module",
88
"devDependencies": {
9-
"@babel/core": "7.18.5",
9+
"@babel/core": "7.18.6",
1010
"@babel/eslint-parser": "7.18.2",
11-
"@babel/plugin-transform-runtime": "7.18.5",
12-
"@babel/preset-env": "7.18.2",
13-
"@babel/preset-react": "7.17.12",
14-
"@babel/preset-typescript": "7.17.12",
11+
"@babel/plugin-transform-runtime": "7.18.6",
12+
"@babel/preset-env": "7.18.6",
13+
"@babel/preset-react": "7.18.6",
14+
"@babel/preset-typescript": "7.18.6",
1515
"@commitlint/cli": "17.0.3",
1616
"@commitlint/config-conventional": "17.0.3",
1717
"@rollup/plugin-babel": "5.3.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.5",
28+
"@babel/core": "7.18.6",
2929
"react": "18.2.0",
3030
"react-dom": "18.2.0"
3131
}

0 commit comments

Comments
 (0)