Skip to content

Commit

Permalink
feat: 补充 core-js 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
imsunhao committed Sep 24, 2019
1 parent 55cbbec commit 805a99d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bestminr/start",
"version": "1.7.8",
"version": "1.7.9",
"license": "MIT",
"files": [
"bin/*",
Expand All @@ -24,6 +24,7 @@
"compression": "^1.7.3",
"consola": "2.2.4",
"cookie-parser": "^1.4.3",
"core-js": "3",
"express": "^4.17.1",
"http-proxy-middleware": "^0.19.0",
"lru-cache": "^4.1.3",
Expand Down
5 changes: 5 additions & 0 deletions packages/start/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ core-js-pure@^3.0.0:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.2.1.tgz#879a23699cff46175bfd2d09158b5c50645a3c45"
integrity sha512-+qpvnYrsi/JDeQTArB7NnNc2VoMYLE1YSkziCDHgjexC2KH7OFiGhLUd3urxfyWmNjSwSW7NYXPWHMhuIJx9Ow==

core-js@3:
version "3.2.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09"
integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==

dayjs@^1.7.7:
version "1.8.16"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.16.tgz#2a3771de537255191b947957af2fd90012e71e64"
Expand Down

0 comments on commit 805a99d

Please sign in to comment.