diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 08:56:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 08:56:36 +0000 |
commit | 5f8baf2d4f6f95cf8fa68922bc43614235a4de2b (patch) | |
tree | fc3d73b6f71c75bea1043d1abb5de5c535ec7416 | |
parent | ef27f857fb14678871dbb9235e119289828050a3 (diff) | |
download | timeline-5f8baf2d4f6f95cf8fa68922bc43614235a4de2b.tar.gz timeline-5f8baf2d4f6f95cf8fa68922bc43614235a4de2b.tar.bz2 timeline-5f8baf2d4f6f95cf8fa68922bc43614235a4de2b.zip |
build(deps-dev): Bump @babel/core from 7.12.17 to 7.13.1 in /FrontEnd
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.17 to 7.13.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.13.1/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 b2682368..9363c941 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -54,7 +54,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.12.17",
+ "@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
|