mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
chore(deps): unpin and update esm (#5804)
This commit is contained in:
parent
9ae23f7a23
commit
5ae03d0d4b
@ -52,7 +52,7 @@
|
|||||||
"eslint-plugin-promise": "^4.1.1",
|
"eslint-plugin-promise": "^4.1.1",
|
||||||
"eslint-plugin-standard": "^4.0.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
"eslint-plugin-vue": "^5.2.2",
|
"eslint-plugin-vue": "^5.2.2",
|
||||||
"esm": "3.2.20",
|
"esm": "^3.2.25",
|
||||||
"execa": "^1.0.0",
|
"execa": "^1.0.0",
|
||||||
"express": "^4.17.0",
|
"express": "^4.17.0",
|
||||||
"finalhandler": "^1.1.2",
|
"finalhandler": "^1.1.2",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"boxen": "^3.2.0",
|
"boxen": "^3.2.0",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"consola": "^2.6.2",
|
"consola": "^2.6.2",
|
||||||
"esm": "3.2.20",
|
"esm": "^3.2.25",
|
||||||
"execa": "^1.0.0",
|
"execa": "^1.0.0",
|
||||||
"exit": "^0.1.2",
|
"exit": "^0.1.2",
|
||||||
"fs-extra": "^8.0.1",
|
"fs-extra": "^8.0.1",
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"@nuxt/vue-renderer": "2.7.1",
|
"@nuxt/vue-renderer": "2.7.1",
|
||||||
"consola": "^2.6.2",
|
"consola": "^2.6.2",
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"esm": "3.2.20",
|
"esm": "^3.2.25",
|
||||||
"fs-extra": "^8.0.1",
|
"fs-extra": "^8.0.1",
|
||||||
"hash-sum": "^1.0.2",
|
"hash-sum": "^1.0.2",
|
||||||
"std-env": "^2.2.1"
|
"std-env": "^2.2.1"
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
],
|
],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"thread-loader",
|
"thread-loader",
|
||||||
"core-js",
|
"core-js"
|
||||||
"esm"
|
|
||||||
],
|
],
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
@ -4643,10 +4643,10 @@ eslint@^5.16.0:
|
|||||||
table "^5.2.3"
|
table "^5.2.3"
|
||||||
text-table "^0.2.0"
|
text-table "^0.2.0"
|
||||||
|
|
||||||
esm@3.2.20:
|
esm@^3.2.25:
|
||||||
version "3.2.20"
|
version "3.2.25"
|
||||||
resolved "https://registry.npmjs.org/esm/-/esm-3.2.20.tgz#44f125117863427cdece7223baa411fc739c1939"
|
resolved "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
|
||||||
integrity sha512-NA92qDA8C/qGX/xMinDGa3+cSPs4wQoFxskRrSnDo/9UloifhONFm4sl4G+JsyCqM007z2K+BfQlH5rMta4K1Q==
|
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
|
||||||
|
|
||||||
espree@^4.1.0:
|
espree@^4.1.0:
|
||||||
version "4.1.0"
|
version "4.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user