diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-24 06:56:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 06:56:51 +0000 |
commit | 98494da5ba88668a0c12471f233abacfc048b242 (patch) | |
tree | a4227dbd4fa6b5207d86838628252015378b5194 /FrontEnd | |
parent | 8701675627f8970fa19afc9716f05120adf31545 (diff) | |
download | timeline-98494da5ba88668a0c12471f233abacfc048b242.tar.gz timeline-98494da5ba88668a0c12471f233abacfc048b242.tar.bz2 timeline-98494da5ba88668a0c12471f233abacfc048b242.zip |
build(deps-dev): Bump @babel/preset-env in /FrontEnd
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.0 to 7.13.5.
- [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.5/packages/babel-preset-env)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 9363c941..f99626a4 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@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.13.0",
+ "@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|