diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:25:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:25:55 +0000 |
commit | 98ad2cfa53fff9bc5e0864bb7e455ebc9c1e4b11 (patch) | |
tree | 1c66341e3dbb6d0342064239de410588e7c3b693 | |
parent | 60ffbafc66e4da7e997a11ae1f6b38fecef4f4ee (diff) | |
download | timeline-98ad2cfa53fff9bc5e0864bb7e455ebc9c1e4b11.tar.gz timeline-98ad2cfa53fff9bc5e0864bb7e455ebc9c1e4b11.tar.bz2 timeline-98ad2cfa53fff9bc5e0864bb7e455ebc9c1e4b11.zip |
build(deps-dev): Bump @babel/plugin-proposal-class-properties
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.12.1 to 7.12.13.
- [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.12.13/packages/babel-plugin-proposal-class-properties)
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 fb5e14ab..956f56bf 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -53,7 +53,7 @@ },
"devDependencies": {
"@babel/core": "^7.12.13",
- "@babel/plugin-proposal-class-properties": "^7.12.1",
+ "@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|