diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:25:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:25:59 +0000 |
commit | 599cae30ff9e9b65c77f2b3326c3857cd7893193 (patch) | |
tree | c542ae9f985a0fc2545a486a02e2cfd05426ec1d | |
parent | 60ffbafc66e4da7e997a11ae1f6b38fecef4f4ee (diff) | |
download | timeline-599cae30ff9e9b65c77f2b3326c3857cd7893193.tar.gz timeline-599cae30ff9e9b65c77f2b3326c3857cd7893193.tar.bz2 timeline-599cae30ff9e9b65c77f2b3326c3857cd7893193.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.7 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-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 fb5e14ab..e6758083 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
- "@babel/plugin-proposal-optional-chaining": "^7.12.7",
+ "@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.13",
|