chore: fix dependency version

This commit is contained in:
DIYgod 2019-08-03 14:20:53 +08:00
parent 0c713496a8
commit 3d2a38aea5
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 11 additions and 11 deletions

View File

@ -118,6 +118,16 @@ pageClass: routes
</Route>
## 书趣阁
### 小说更新
<Route author="ActonGen" example="/novel/shuquge/8659" path="/novel/shuquge/:id" :paramsDesc="['小说 id, 可在对应小说页 URL 中找到, 例如 `8659`']">
举例网址http://www.shuquge.com/txt/8659/index.html
</Route>
## 文学迷
### 小说更新
@ -139,13 +149,3 @@ pageClass: routes
### 主页
<Route author="kt286" example="/zreading" path="/zreading" />
## 书趣阁
### 小说更新
<Route author="ActonGen" example="/novel/shuquge/8659" path="/novel/shuquge/:id" :paramsDesc="['小说 id, 可在对应小说页 URL 中找到, 例如 `8659`']">
举例网址http://www.shuquge.com/txt/8659/index.html
</Route>

View File

@ -51,7 +51,7 @@
"yorkie": "2.0.0"
},
"dependencies": {
"@postlight/mercury-parser": "^2.1.1",
"@postlight/mercury-parser": "2.1.1",
"art-template": "4.13.2",
"cheerio": "1.0.0-rc.3",
"co-redis": "2.1.1",