Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 4, 2021
1 parent fb1559e commit 7292440
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@octokit/rest": "^18.2.1",
"@octokit/rest": "^18.3.2",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.7",
"@types/fs-extra": "^9.0.8",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"@types/rimraf": "^3.0.0",
Expand All @@ -52,13 +52,13 @@
"@typescript-eslint/parser": "^3.10.1",
"c8": "^7.6.0",
"cac": "^6.7.2",
"chai": "^4.3.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"del": "^6.0.0",
"esbuild": "^0.8.52",
"eslint": "^7.20.0",
"esbuild": "^0.8.55",
"eslint": "^7.21.0",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -73,8 +73,8 @@
"kleur": "^4.1.4",
"latest-version": "^5.1.0",
"mocha": "^8.3.0",
"nock": "^13.0.8",
"open": "^7.4.2",
"nock": "^13.0.10",
"open": "^8.0.2",
"ora": "^5.3.0",
"p-map": "^4.0.0",
"prompts": "^2.4.0",
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 @@ -29,7 +29,7 @@
"koishi"
],
"devDependencies": {
"@types/koa": "^2.13.0",
"@types/koa": "^2.13.1",
"koishi-test-utils": "^6.0.0-beta.9"
},
"dependencies": {
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 @@ -35,7 +35,7 @@
"utilities"
],
"dependencies": {
"chai": "^4.3.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.1.1",
"koishi-core": "^3.0.0",
"koishi-utils": "^4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"js-yaml": "^4.0.0",
"json5": "^2.2.0",
"simple-git": "^2.35.2",
"simple-git": "^2.36.0",
"typescript": "^4.2.2"
},
"devDependencies": {
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 @@ -37,7 +37,7 @@
"koishi-utils": "^4.0.1"
},
"dependencies": {
"@octokit/webhooks-definitions": "^3.62.3",
"@octokit/webhooks-definitions": "^3.62.5",
"axios": "^0.21.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/mysql": "^2.15.17"
"@types/mysql": "^2.15.18"
},
"peerDependencies": {
"koishi-core": "^3.0.0",
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 @@ -39,6 +39,6 @@
"dependencies": {
"chrome-finder": "^1.0.7",
"pngjs": "^6.0.0",
"puppeteer-core": "^7.1.0"
"puppeteer-core": "^8.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"koishi-core": "^3.0.0"
},
"dependencies": {
"vue": "^3.0.6"
"vue": "^3.0.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.6",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"sass": "^1.32.8",
"vite": "^2.0.3"
"vite": "^2.0.5"
}
}

0 comments on commit 7292440

Please sign in to comment.