Skip to content

Commit b86db7b

Browse files
chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.1 (#1121)
* chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.1 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.13 to 7.19.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.1/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update babel deps Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
1 parent dc8ef60 commit b86db7b

File tree

2 files changed

+258
-184
lines changed

2 files changed

+258
-184
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"dont-cleanup-after-each.js"
2727
],
2828
"devDependencies": {
29-
"@babel/cli": "^7.8.4",
30-
"@babel/core": "^7.9.0",
31-
"@babel/plugin-proposal-class-properties": "^7.8.3",
32-
"@babel/plugin-transform-flow-strip-types": "^7.18.0",
33-
"@babel/preset-env": "^7.9.6",
34-
"@babel/preset-flow": "^7.9.0",
35-
"@babel/preset-react": "^7.9.4",
36-
"@babel/preset-typescript": "^7.16.0",
29+
"@babel/cli": "^7.18.10",
30+
"@babel/core": "^7.19.1",
31+
"@babel/plugin-proposal-class-properties": "^7.18.6",
32+
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
33+
"@babel/preset-env": "^7.19.1",
34+
"@babel/preset-flow": "^7.18.6",
35+
"@babel/preset-react": "^7.18.6",
36+
"@babel/preset-typescript": "^7.18.6",
3737
"@callstack/eslint-config": "^13.0.1",
3838
"@testing-library/jest-native": "~4.0.2",
3939
"@types/jest": "^29.0.2",

0 commit comments

Comments
 (0)