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 | 0870f344f08216f282df0817b3307d35ad061554 (patch) | |
tree | daa5ff1b64012e177d92cf628b3ce237bcdf7320 /FrontEnd/package.json | |
parent | 8c45b528ed5b222c3270459fb40a6f3c802b9df0 (diff) | |
download | timeline-0870f344f08216f282df0817b3307d35ad061554.tar.gz timeline-0870f344f08216f282df0817b3307d35ad061554.tar.bz2 timeline-0870f344f08216f282df0817b3307d35ad061554.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>
Diffstat (limited to 'FrontEnd/package.json')
-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",
|