diff options
author | crupest <crupest@outlook.com> | 2021-02-12 18:33:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 18:33:40 +0800 |
commit | a759460ad757922e761a07504bcdea7eeaa07860 (patch) | |
tree | 0feaac8749d9239535744f2f73d36a168ccc68c2 /FrontEnd/package.json | |
parent | 9073182c0f18b4a40416f58f83eb01506ffdd107 (diff) | |
parent | 4767fe5f0a9dfa69344c2f29b5b456099662ed89 (diff) | |
download | timeline-a759460ad757922e761a07504bcdea7eeaa07860.tar.gz timeline-a759460ad757922e761a07504bcdea7eeaa07860.tar.bz2 timeline-a759460ad757922e761a07504bcdea7eeaa07860.zip |
Merge pull request #269 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/preset-env-7.12.16
build(deps-dev): Bump @babel/preset-env from 7.12.13 to 7.12.16 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 11c001ba..7a922867 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -58,7 +58,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.12.13",
+ "@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.16",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|