diff options
author | crupest <crupest@outlook.com> | 2021-05-31 20:54:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 20:54:18 +0800 |
commit | 6124fcb9d94c109d376d05c385bffd84452930bd (patch) | |
tree | 0e7bd3db9cc182ff6b04466801c65592a42a2214 /FrontEnd/package.json | |
parent | 4639d3cb4a59627e0669f139014cabdc7d05ffd1 (diff) | |
parent | 8ce0619ef42e329c009d4739769cbedc0ddee776 (diff) | |
download | timeline-6124fcb9d94c109d376d05c385bffd84452930bd.tar.gz timeline-6124fcb9d94c109d376d05c385bffd84452930bd.tar.bz2 timeline-6124fcb9d94c109d376d05c385bffd84452930bd.zip |
Merge pull request #578 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/preset-env-7.14.4
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 c9eb6f26..692ed2a2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -64,7 +64,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.2",
+ "@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.8",
|