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 7, 2021
1 parent cfe3209 commit 4f80be4
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"devDependencies": {
"@octokit/rest": "^18.5.2",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.2.15",
"@types/chai": "^4.2.16",
"@types/chai-as-promised": "^7.1.3",
"@types/cross-spawn": "^6.0.2",
"@types/estree": "^0.0.47",
"@types/fs-extra": "^9.0.9",
"@types/fs-extra": "^9.0.10",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/rimraf": "^3.0.0",
Expand All @@ -59,7 +59,7 @@
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"del": "^6.0.0",
"esbuild": "^0.11.2",
"esbuild": "^0.11.6",
"eslint": "^7.23.0",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-typescript": "^2.4.0",
Expand All @@ -76,10 +76,10 @@
"latest-version": "^5.1.0",
"mocha": "^8.3.2",
"nock": "^13.0.11",
"open": "^8.0.4",
"open": "^8.0.5",
"ora": "^5.4.0",
"p-map": "^4.0.0",
"prompts": "^2.4.0",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"source-map-support": "^0.5.19",
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.7.1"
},
"devDependencies": {
"@types/ws": "^7.4.0",
"@types/ws": "^7.4.1",
"koishi-test-utils": "^6.0.0-beta.11"
},
"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.7.1"
},
"devDependencies": {
"@types/ws": "^7.4.0",
"@types/ws": "^7.4.1",
"get-port": "^5.1.1",
"koishi-test-utils": "^6.0.0-beta.11"
},
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.0",
"@types/ws": "^7.4.1",
"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.1.3"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/chai": "^4.2.16",
"@types/chai-as-promised": "^7.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/koishi/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"description": "COC / DND Tools for Koishi"
},
"koishi-plugin-eval": {
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"description": "Execute JavaScript in Koishi"
},
"koishi-plugin-github": {
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"kleur": "^4.1.4",
"koishi-core": "^3.7.1",
"koishi-utils": "^4.1.3",
"prompts": "^2.4.0"
"prompts": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koishi-plugin-eval",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"description": "Execute JavaScript in Koishi",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
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.7.1"
},
"dependencies": {
"@octokit/webhooks-definitions": "^3.65.6",
"@octokit/webhooks-definitions": "^3.67.0",
"axios": "^0.21.1",
"marked": "^2.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"mysql"
],
"devDependencies": {
"@types/mongodb": "^3.6.11"
"@types/mongodb": "^3.6.12"
},
"peerDependencies": {
"koishi-core": "^3.7.1"
},
"dependencies": {
"mongodb": "^3.6.5"
"mongodb": "^3.6.6"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@types/ws": "^7.4.0",
"@types/ws": "^7.4.1",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.10",
"@vue/compiler-sfc": "^3.0.11",
"echarts": "^5.0.2",
"echarts-wordcloud": "^2.0.0",
"koishi-plugin-mongo": "^2.2.1",
Expand Down

0 comments on commit 4f80be4

Please sign in to comment.