Skip to content

Commit f746a86

Browse files
chore(deps-dev): bump @babel/core from 7.19.6 to 7.20.2 (#1212)
* chore(deps-dev): bump @babel/core from 7.19.6 to 7.20.2 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.2. - [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.20.2/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 e3a76ca commit f746a86

File tree

2 files changed

+187
-102
lines changed

2 files changed

+187
-102
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"dont-cleanup-after-each.js"
2727
],
2828
"devDependencies": {
29-
"@babel/cli": "^7.18.10",
30-
"@babel/core": "^7.19.1",
29+
"@babel/cli": "^7.19.3",
30+
"@babel/core": "^7.20.2",
3131
"@babel/plugin-proposal-class-properties": "^7.18.6",
3232
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
33-
"@babel/preset-env": "^7.19.1",
33+
"@babel/preset-env": "^7.20.2",
3434
"@babel/preset-flow": "^7.18.6",
3535
"@babel/preset-react": "^7.18.6",
3636
"@babel/preset-typescript": "^7.18.6",

0 commit comments

Comments
 (0)