diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 07:51:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 07:51:00 +0000 |
commit | 3b181e6583162568c9afe0ffad3b42902fb88a67 (patch) | |
tree | 6e6875f5ac785b3fcf3337d214ccfca5db072412 | |
parent | 58af292db2c07e96dc916fb75d8bd782ece0dbc1 (diff) | |
download | timeline-3b181e6583162568c9afe0ffad3b42902fb88a67.tar.gz timeline-3b181e6583162568c9afe0ffad3b42902fb88a67.tar.bz2 timeline-3b181e6583162568c9afe0ffad3b42902fb88a67.zip |
build(deps-dev): Bump @babel/plugin-proposal-nullish-coalescing-operator
Bumps [@babel/plugin-proposal-nullish-coalescing-operator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-nullish-coalescing-operator) from 7.12.13 to 7.13.0.
- [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.0/packages/babel-plugin-proposal-nullish-coalescing-operator)
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 b8bc24ad..29229a36 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@babel/core": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.0",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.17",
|