mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Merge pull request #3565 from thelounge/renovate/babel-monorepo
Update dependency @babel/preset-env to v7.7.6
This commit is contained in:
commit
2d983b94eb
2 changed files with 5 additions and 5 deletions
|
@ -73,7 +73,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.5",
|
||||
"@babel/preset-env": "7.7.5",
|
||||
"@babel/preset-env": "7.7.6",
|
||||
"@fortawesome/fontawesome-free": "5.11.2",
|
||||
"@vue/server-test-utils": "1.0.0-beta.30",
|
||||
"@vue/test-utils": "1.0.0-beta.30",
|
||||
|
|
|
@ -597,10 +597,10 @@
|
|||
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
|
||||
"@babel/preset-env@7.7.5":
|
||||
version "7.7.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.5.tgz#f28573ed493edb4ba763b37fb4fbb85601469370"
|
||||
integrity sha512-wDPbiaZdGzsJuTWlpLHJxmwslwHGLZ8F5v69zX3oAWeTOFWdy4OJHoTKg26oAnFg052v+/LAPY5os9KB0LrOEA==
|
||||
"@babel/preset-env@7.7.6":
|
||||
version "7.7.6"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.6.tgz#39ac600427bbb94eec6b27953f1dfa1d64d457b2"
|
||||
integrity sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ==
|
||||
dependencies:
|
||||
"@babel/helper-module-imports" "^7.7.4"
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
|
|
Loading…
Reference in a new issue