diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-19 07:07:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 07:07:49 +0000 |
commit | 50656a0638ecd329fac8c387a5ce87697f6c1228 (patch) | |
tree | 54e81c08086404914425c14af4647b4e2e2fc6ae | |
parent | c87aca7157a3585bd2089ef624b7f837c4dd7395 (diff) | |
download | timeline-50656a0638ecd329fac8c387a5ce87697f6c1228.tar.gz timeline-50656a0638ecd329fac8c387a5ce87697f6c1228.tar.bz2 timeline-50656a0638ecd329fac8c387a5ce87697f6c1228.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.12.16 to 7.12.17.
- [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.17/packages/babel-plugin-proposal-optional-chaining)
Signed-off-by: dependabot[bot] <support@github.com>
-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 c31118fa..26dfb105 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.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
- "@babel/plugin-proposal-optional-chaining": "^7.12.16",
+ "@babel/plugin-proposal-optional-chaining": "^7.12.17",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
|