aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-03 07:34:04 +0000
committerGitHub <noreply@github.com>2021-02-03 07:34:04 +0000
commit0e48ef9a7eff6a28021e89e1805df8679ff92cd5 (patch)
tree29ea7db76f168bb4445b58ac05a51eda1e906ec9 /FrontEnd/package.json
parent8ab4618d17469009aae2d61f9fb482391b521d34 (diff)
downloadtimeline-0e48ef9a7eff6a28021e89e1805df8679ff92cd5.tar.gz
timeline-0e48ef9a7eff6a28021e89e1805df8679ff92cd5.tar.bz2
timeline-0e48ef9a7eff6a28021e89e1805df8679ff92cd5.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.12.12 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-decorators) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r--FrontEnd/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index f3a13304..74f6151b 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -54,7 +54,7 @@
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
- "@babel/plugin-proposal-decorators": "^7.12.12",
+ "@babel/plugin-proposal-decorators": "^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",