Skip to content

Commit 82a8f9f

Browse files
chore(devdeps): update babel monorepo to v7.19.0 (#979)
1 parent d767c6e commit 82a8f9f

File tree

3 files changed

+534
-483
lines changed

3 files changed

+534
-483
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
],
77
"type": "module",
88
"devDependencies": {
9-
"@babel/core": "7.18.13",
9+
"@babel/core": "7.19.0",
1010
"@babel/eslint-parser": "7.18.9",
1111
"@babel/plugin-transform-runtime": "7.18.10",
12-
"@babel/preset-env": "7.18.10",
12+
"@babel/preset-env": "7.19.0",
1313
"@babel/preset-react": "7.18.6",
1414
"@babel/preset-typescript": "7.18.6",
1515
"@commitlint/cli": "17.1.2",

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

0 commit comments

Comments
 (0)