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 | c0be257f312eb25994e9d3c527324185be71c27e (patch) | |
tree | e9be0368b24f6be872ff05d9331e0c8bc5e4bdf6 /FrontEnd/package.json | |
parent | 703addd4ef26456498e2b2d05f027e63cd6d5f07 (diff) | |
download | timeline-c0be257f312eb25994e9d3c527324185be71c27e.tar.gz timeline-c0be257f312eb25994e9d3c527324185be71c27e.tar.bz2 timeline-c0be257f312eb25994e9d3c527324185be71c27e.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>
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 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",
|