diff options
author | dependabot[bot] | 2021-05-13 06:37:35 +0000 |
---|---|---|
committer | vitalyster | 2021-05-13 10:14:52 +0300 |
commit | d7dd3e23806d592888888dd93d04640481705d3b (patch) | |
tree | b1dfb41ca39c0efe84fdce033f8581537c97e983 /package.json | |
parent | 2abc3184899a1e23106edae4890d433cd0b260fb (diff) |
Bump @babel/core from 7.14.0 to 7.14.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.0 to 7.14.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.14.2/packages/babel-core)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 70fa2f08..2da25e9d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@babel/core": "^7.14.0", + "@babel/core": "^7.14.2", "@babel/preset-env": "^7.14.1", "babel-loader": "^8.2.2", "concurrently": "^6.1.0", |