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 | e949b37a2dbf566e946546968349c1dcfb4f0a0c (patch) | |
tree | 3a8587f10ec861eb63fb31007fc8e304cea4f340 /FrontEnd | |
parent | aea8e41def7eab0d4e9f339ff14143f5441ae71d (diff) | |
download | timeline-e949b37a2dbf566e946546968349c1dcfb4f0a0c.tar.gz timeline-e949b37a2dbf566e946546968349c1dcfb4f0a0c.tar.bz2 timeline-e949b37a2dbf566e946546968349c1dcfb4f0a0c.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')
-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",
|