diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-04 07:02:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 07:02:37 +0000 |
commit | 18af383618824567e4af5974501785e70cc532d2 (patch) | |
tree | 6c748b7e09b2d4361725ee2d1773842b7f5f17af /FrontEnd | |
parent | 7c08cb08521bb6962ebe77e227d1df8e027328ba (diff) | |
download | timeline-18af383618824567e4af5974501785e70cc532d2.tar.gz timeline-18af383618824567e4af5974501785e70cc532d2.tar.bz2 timeline-18af383618824567e4af5974501785e70cc532d2.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.14.0 to 7.14.1.
- [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.14.1/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 e2fd5e85..ac260867 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.14.0",
+ "@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|