diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-13 06:20:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 06:20:37 +0000 |
commit | 3fa390f5748d17225e061314f84bbe458b963cf7 (patch) | |
tree | b429f8253d87f3c11b0930ffa31d687d32eb539b /FrontEnd | |
parent | aea8e41def7eab0d4e9f339ff14143f5441ae71d (diff) | |
download | timeline-3fa390f5748d17225e061314f84bbe458b963cf7.tar.gz timeline-3fa390f5748d17225e061314f84bbe458b963cf7.tar.bz2 timeline-3fa390f5748d17225e061314f84bbe458b963cf7.zip |
build(deps-dev): Bump @babel/core from 7.14.0 to 7.14.2 in /FrontEnd
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 'FrontEnd')
-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 b1d2c607..576f97c5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.14.0",
+ "@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|