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 | e1c85734bbc3f4e64015ae4ca3733158b7ad6360 (patch) | |
tree | 2432450d799d3f94d3fcaef1f34e4a44eb7f6d05 /FrontEnd/package.json | |
parent | cd7263929191091d3d6cb3d686f740eb75c2c837 (diff) | |
download | timeline-e1c85734bbc3f4e64015ae4ca3733158b7ad6360.tar.gz timeline-e1c85734bbc3f4e64015ae4ca3733158b7ad6360.tar.bz2 timeline-e1c85734bbc3f4e64015ae4ca3733158b7ad6360.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>
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 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",
|