Skip to content

Commit 14ccf5e

Browse files
committed
🐛 Fix the esm version because of #14.
1 parent cc70895 commit 14ccf5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chalk": "^2.4.1",
3030
"cli-table": "^0.3.1",
3131
"connect-history-api-fallback": "^1.5.0",
32-
"esm": "^3.0.84",
32+
"esm": "3.2.20",
3333
"express": "^4.16.3",
3434
"express-list-endpoints": "^3.0.1",
3535
"nodemon": "^1.18.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,10 +2430,10 @@ eslint@^4.10.0:
24302430
table "4.0.2"
24312431
text-table "~0.2.0"
24322432

2433-
esm@^3.0.84:
2434-
version "3.2.4"
2435-
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.4.tgz#0b728b5d6043061bf552197407bf2c630717812b"
2436-
integrity sha512-wOuWtQCkkwD1WKQN/k3RsyGSSN+AmiUzdKftn8vaC+uV9JesYmQlODJxgXaaRz0LaaFIlUxZaUu5NPiUAjKAAA==
2433+
esm@3.2.20:
2434+
version "3.2.20"
2435+
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.20.tgz#44f125117863427cdece7223baa411fc739c1939"
2436+
integrity sha512-NA92qDA8C/qGX/xMinDGa3+cSPs4wQoFxskRrSnDo/9UloifhONFm4sl4G+JsyCqM007z2K+BfQlH5rMta4K1Q==
24372437

24382438
espree@^3.5.4:
24392439
version "3.5.4"

0 commit comments

Comments
 (0)