diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-13 06:23:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 06:23:13 +0000 |
commit | 69c93a9fb03e1ed20c390181c36171306e8f88f7 (patch) | |
tree | a76efe657b5bef7c48f9db89a64d1c89a5c267f1 /FrontEnd/package.json | |
parent | 6b19be9d57d06d9a079ed8f947d44628421bef18 (diff) | |
download | timeline-69c93a9fb03e1ed20c390181c36171306e8f88f7.tar.gz timeline-69c93a9fb03e1ed20c390181c36171306e8f88f7.tar.bz2 timeline-69c93a9fb03e1ed20c390181c36171306e8f88f7.zip |
build(deps-dev): Bump @babel/plugin-proposal-decorators in /FrontEnd
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.13.15 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-plugin-proposal-decorators)
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 b1d2c607..e67df55b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.12.13",
- "@babel/plugin-proposal-decorators": "^7.13.15",
+ "@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|