aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-02 03:37:03 +0000
committerGitHub <noreply@github.com>2021-03-02 03:37:03 +0000
commit1020be153b9e9277843b8661e3bc978c1b20be78 (patch)
tree3e3de98664935c8e7130d0f7f80b4228714b4177 /FrontEnd
parentd498a4d1b419450f5b1f196c4a4aee5130b92326 (diff)
downloadtimeline-1020be153b9e9277843b8661e3bc978c1b20be78.tar.gz
timeline-1020be153b9e9277843b8661e3bc978c1b20be78.tar.bz2
timeline-1020be153b9e9277843b8661e3bc978c1b20be78.zip
build(deps-dev): Bump @babel/plugin-proposal-optional-chaining
Bumps [@babel/plugin-proposal-optional-chaining](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-optional-chaining) from 7.13.0 to 7.13.8. - [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.13.8/packages/babel-plugin-proposal-optional-chaining) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 1f3a03e3..b42dd834 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -58,7 +58,7 @@
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
- "@babel/plugin-proposal-optional-chaining": "^7.13.0",
+ "@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",