Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 28, 2021
1 parent 2a0bbfb commit 5eefbab
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 44 deletions.
14 changes: 0 additions & 14 deletions docs/.vuepress/markdown/link.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/.vuepress/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
preset: 'sass',
}],
[require('../markdown/highlight')],
[require('../markdown/link')],
[require('../markdown/github')],
['medium-zoom', {
selector: '.theme-default-content :not(a) > img:not(.no-zooming)',
Expand Down
2 changes: 1 addition & 1 deletion docs/api/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebarDepth: 1
noOutboundLinks: true
externalIcon: false
---

# v3 更新日志
Expand Down
8 changes: 3 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
"build": "vuepress build ."
},
"devDependencies": {
"@types/node": "^13.1.8",
"@vuepress/plugin-register-components": "^2.0.0-beta.9",
"@vuepress/plugin-register-components": "^2.0.0-beta.10",
"diacritics": "^1.3.0",
"shiki": "^0.9.3",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"typescript": "^4.2.4",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuepress-vite": "^2.0.0-beta.9"
"vuepress-vite": "^2.0.0-beta.10"
}
}
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,30 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@octokit/rest": "^18.5.2",
"@octokit/rest": "^18.5.3",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.2.16",
"@types/chai": "^4.2.17",
"@types/chai-as-promised": "^7.1.3",
"@types/cross-spawn": "^6.0.2",
"@types/estree": "^0.0.47",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"@types/node": "^15.0.1",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.3.4",
"@types/semver": "^7.3.5",
"@types/sinonjs__fake-timers": "^6.0.2",
"@types/source-map-support": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"c8": "^7.7.1",
"cac": "^6.7.2",
"cac": "^6.7.3",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"del": "^6.0.0",
"esbuild": "^0.11.12",
"eslint": "^7.24.0",
"esbuild": "^0.11.15",
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -75,14 +75,13 @@
"latest-version": "^5.1.0",
"mocha": "^8.3.2",
"nock": "^13.0.11",
"open": "^8.0.6",
"open": "^8.0.7",
"ora": "^5.4.0",
"p-map": "^5.0.0",
"p-map": "^4.0.0",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"koishi-core": "^3.10.0"
},
"devDependencies": {
"@types/ws": "^7.4.1",
"@types/ws": "^7.4.2",
"koishi-test-utils": "^6.0.0-beta.12"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"koishi-core": "^3.10.0"
},
"devDependencies": {
"@types/ws": "^7.4.1",
"@types/ws": "^7.4.2",
"get-port": "^5.1.1",
"koishi-test-utils": "^6.0.0-beta.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/koa__router": "^8.0.4",
"@types/koa-bodyparser": "^4.3.0",
"@types/lru-cache": "^5.1.0",
"@types/ws": "^7.4.1",
"@types/ws": "^7.4.2",
"axios": "^0.21.1",
"fastest-levenshtein": "^1.0.12",
"koa": "^2.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"koishi-utils": "^4.2.2"
},
"devDependencies": {
"@types/chai": "^4.2.16",
"@types/chai": "^4.2.17",
"@types/chai-as-promised": "^7.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"koishi"
],
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"@types/js-yaml": "^4.0.1",
"@types/prompts": "^2.0.10"
},
"dependencies": {
"cac": "^6.7.2",
"cac": "^6.7.3",
"chokidar": "^3.5.1",
"js-yaml": "^4.1.0",
"kleur": "^4.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-eval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@babel/core": "^7.13.16",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"coffeescript": "^2.5.1",
"esbuild": "^0.11.12",
"esbuild": "^0.11.15",
"json5": "^2.2.0",
"typescript": "^4.2.4"
},
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/babel__core": "^7.1.14",
"@types/js-yaml": "^4.0.0",
"@types/js-yaml": "^4.0.1",
"koishi-test-utils": "^6.0.0-beta.12"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"koishi-core": "^3.10.0"
},
"dependencies": {
"@octokit/webhooks-types": "^3.69.1",
"@octokit/webhooks-types": "^3.70.1",
"axios": "^0.21.1",
"marked": "^2.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"devDependencies": {
"@types/pngjs": "^6.0.0",
"@types/react": "^17.0.3",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"koishi-plugin-eval": "^3.1.2",
"koishi-test-utils": "^6.0.0-beta.12"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"echarts": "^5.1.0",
"echarts": "^5.1.1",
"echarts-wordcloud": "^2.0.0",
"koishi-plugin-mongo": "^2.2.3",
"koishi-plugin-mysql": "^3.3.2",
"koishi-test-utils": "^6.0.0-beta.12",
"sass": "^1.32.11",
"vite": "^2.2.1",
"vite": "^2.2.3",
"vue": "^3.0.11",
"vue-echarts": "^6.0.0-rc.4",
"vue-router": "^4.0.5"
Expand Down

0 comments on commit 5eefbab

Please sign in to comment.