From ef7c864fbddf7e70afbd93a16d5176787328400d Mon Sep 17 00:00:00 2001 From: Haoliang Gao Date: Tue, 13 Jun 2017 01:40:39 +0800 Subject: [PATCH] docs: add ant.design link (#1037) Closes https://github.com/eggjs/egg/issues/492 --- .autod.conf.js | 1 + docs/source/_data/links.yml | 9 +++++++++ package.json | 35 ++++++++++++++++++----------------- 3 files changed, 28 insertions(+), 17 deletions(-) create mode 100644 docs/source/_data/links.yml diff --git a/.autod.conf.js b/.autod.conf.js index 6f857de46c..9f9b068d36 100644 --- a/.autod.conf.js +++ b/.autod.conf.js @@ -25,6 +25,7 @@ module.exports = { keep: [ ], semver: [ + 'eslint@3', 'koa-bodyparser@2', ], test: 'scripts', diff --git a/docs/source/_data/links.yml b/docs/source/_data/links.yml new file mode 100644 index 0000000000..7911ddba75 --- /dev/null +++ b/docs/source/_data/links.yml @@ -0,0 +1,9 @@ +Github: + Organization: https://github.com/eggjs + Examples: https://github.com/eggjs/examples +Community: + Changelog: https://github.com/eggjs/egg/releases + FAQ: https://eggjs.org/zh-cn/faq.html + Issues: https://github.com/eggjs/egg/issues +Links: + Ant Design: https://ant.design diff --git a/package.json b/package.json index af73849ed9..3cb91bbb68 100644 --- a/package.json +++ b/package.json @@ -14,27 +14,27 @@ ], "dependencies": { "accepts": "^1.3.3", - "agentkeepalive": "^3.1.0", + "agentkeepalive": "^3.2.0", "cluster-client": "^1.6.4", "co": "^4.6.0", "debug": "^2.6.8", "delegates": "^1.0.0", - "egg-cluster": "^1.6.4", + "egg-cluster": "^1.7.0", "egg-cookies": "^2.2.1", - "egg-core": "^3.9.0", - "egg-development": "^1.3.0", + "egg-core": "^3.10.0", + "egg-development": "^1.3.1", "egg-i18n": "^1.1.1", - "egg-jsonp": "^1.1.0", + "egg-jsonp": "^1.1.1", "egg-logger": "^1.6.0", - "egg-logrotator": "^2.2.2", - "egg-multipart": "^1.4.0", - "egg-onerror": "^1.4.2", - "egg-schedule": "^2.3.0", - "egg-security": "^1.10.0", - "egg-session": "^2.1.0", - "egg-static": "^1.4.0", - "egg-view": "^1.1.0", - "egg-watcher": "^2.1.2", + "egg-logrotator": "^2.2.3", + "egg-multipart": "^1.5.0", + "egg-onerror": "^1.4.4", + "egg-schedule": "^2.4.1", + "egg-security": "^1.10.1", + "egg-session": "^2.1.1", + "egg-static": "^1.4.1", + "egg-view": "^1.1.1", + "egg-watcher": "^2.1.3", "extend2": "^1.0.0", "graceful": "^1.0.1", "is-type-of": "^1.0.0", @@ -51,9 +51,9 @@ "autod-egg": "^1.0.0", "coffee": "^3.3.2", "egg-alinode": "^1.0.3", - "egg-bin": "^3.4.1", - "egg-doctools": "^1.2.0", - "egg-mock": "^3.7.1", + "egg-bin": "^3.4.2", + "egg-doctools": "^2.0.0", + "egg-mock": "^3.7.2", "egg-plugin-puml": "^2.4.0", "egg-view-nunjucks": "^2.1.2", "eslint": "^3.19.0", @@ -64,6 +64,7 @@ "koa-static": "^3.0.0", "mz-modules": "^1.0.0", "pedding": "^1.1.0", + "runscript": "^1.2.1", "spy": "^1.0.0", "supertest": "^3.0.0", "webstorm-disable-index": "^1.1.2"