Skip to content

Commit

Permalink
fix: Lock esm to 3.0.28 to prevent error at build time
Browse files Browse the repository at this point in the history
Latest releases of esm seem to cause errors at build time (TypeError: Cannot read property 'options'
of null), we'll lock the version to 3.0.28 for the moment

Fixes #85
  • Loading branch information
paulgv committed May 10, 2018
1 parent 8123a4d commit e909837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"acorn": "^5.5.3",
"cookie": "^0.3.1",
"esm": "^3.0.28",
"esm": "3.0.28",
"fs": "^0.0.1-security",
"vue-i18n": "^7.5.0",
"vue-i18n-extensions": "^0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,7 @@ eslint@^4.19.1:
table "4.0.2"
text-table "~0.2.0"

esm@^3.0.28:
esm@3.0.28, esm@^3.0.28:
version "3.0.28"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.28.tgz#1b912958328eb1c40538e7d24ce6bf3638bb83df"

Expand Down

0 comments on commit e909837

Please sign in to comment.