diff options
author | crupest <crupest@outlook.com> | 2021-05-13 14:50:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 14:50:00 +0800 |
commit | 6339cfb798e955587d409d47dec629daedc788a1 (patch) | |
tree | d3cb6f630813926d24628f32d65a4f3a31db3247 /FrontEnd | |
parent | 3087eaec154a56f6939517aec8993158ba7cc06c (diff) | |
parent | b18bb6ab8b0d17a5288617f16bf0eb373dcd63cc (diff) | |
download | timeline-6339cfb798e955587d409d47dec629daedc788a1.tar.gz timeline-6339cfb798e955587d409d47dec629daedc788a1.tar.bz2 timeline-6339cfb798e955587d409d47dec629daedc788a1.zip |
Merge pull request #531 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/preset-env-7.14.2
build(deps-dev): Bump @babel/preset-env from 7.14.1 to 7.14.2 in /FrontEnd
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 c144571a..d0150342 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -63,7 +63,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.14.1",
+ "@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7",
|