diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-30 06:53:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 06:53:54 +0000 |
commit | 8259e4d80053e16357747e4e8c063f4236b1d847 (patch) | |
tree | e856356e0f647aabef1eed51a77079ef65aa5ed9 | |
parent | d9ffccaace8aafff7abfb57bcd6bb852b3967da7 (diff) | |
download | timeline-8259e4d80053e16357747e4e8c063f4236b1d847.tar.gz timeline-8259e4d80053e16357747e4e8c063f4236b1d847.tar.bz2 timeline-8259e4d80053e16357747e4e8c063f4236b1d847.zip |
build(deps-dev): Bump @babel/core from 7.13.16 to 7.14.0 in /FrontEnd
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.0.
- [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.0/packages/babel-core)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 971a93d1..18c3c4ba 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -54,7 +54,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.13.16",
+ "@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|