Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

对依赖引入的建议 #18

Closed
atian25 opened this issue Dec 1, 2017 · 0 comments · Fixed by #19
Closed

对依赖引入的建议 #18

atian25 opened this issue Dec 1, 2017 · 0 comments · Fixed by #19

Comments

@atian25
Copy link
Contributor

atian25 commented Dec 1, 2017

  "dependencies": {
    "blueimp-md5": "2.7.0",
    "egg": "1.8.0",
    "egg-cors": "1.0.0",
    "egg-mongoose": "1.1.1",
    "egg-redis": "1.0.1",
    "egg-validate": "1.0.0",
    "http-assert": "1.2.0",
    "lru-cache": "4.1.1",
    "mocker-dsl-core": "0.1.2",
    "moment": "2.18.1",
    "nodemailer": "4.0.1",
    "path-to-regexp": "1.7.0",
    "ramda": "0.23.0"
  },

建议 egg 的依赖都改为 ^ 的方式,我们会严格遵循 Semver 规则。
而且写死版本是没有用的,因为底层的依赖一样会用最新的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant