Skip to content

Commit

Permalink
fix: pin esm to 3.2.20 (#5464)
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Apr 4, 2019
1 parent f00a675 commit 53915c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"esm": "^3.2.22",
"esm": "3.2.20",
"express": "^4.16.4",
"finalhandler": "^1.1.1",
"fork-ts-checker-webpack-plugin": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"boxen": "^3.0.0",
"chalk": "^2.4.2",
"consola": "^2.5.8",
"esm": "^3.2.22",
"esm": "3.2.20",
"execa": "^1.0.0",
"exit": "^0.1.2",
"fs-extra": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nuxt/vue-renderer": "2.6.0",
"consola": "^2.5.8",
"debug": "^4.1.1",
"esm": "^3.2.22",
"esm": "3.2.20",
"fs-extra": "^7.0.1",
"hash-sum": "^1.0.2",
"std-env": "^2.2.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4555,10 +4555,10 @@ eslint@^5.16.0:
table "^5.2.3"
text-table "^0.2.0"

esm@^3.2.22:
version "3.2.22"
resolved "https://registry.npmjs.org/esm/-/esm-3.2.22.tgz#5062c2e22fee3ccfee4e8f20da768330da90d6e3"
integrity sha512-z8YG7U44L82j1XrdEJcqZOLUnjxco8pO453gKOlaMD1/md1n/5QrscAmYG+oKUspsmDLuBFZrpbxI6aQ67yRxA==
esm@3.2.20:
version "3.2.20"
resolved "https://registry.npmjs.org/esm/-/esm-3.2.20.tgz#44f125117863427cdece7223baa411fc739c1939"
integrity sha512-NA92qDA8C/qGX/xMinDGa3+cSPs4wQoFxskRrSnDo/9UloifhONFm4sl4G+JsyCqM007z2K+BfQlH5rMta4K1Q==

espree@^4.1.0:
version "4.1.0"
Expand Down

0 comments on commit 53915c5

Please sign in to comment.