Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 31, 2021
1 parent 02691b8 commit a7eb513
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@octokit/rest": "^18.3.5",
"@octokit/rest": "^18.5.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.8",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"@types/fs-extra": "^9.0.9",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.3.4",
"@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.6.0",
"c8": "^7.7.0",
"cac": "^6.7.2",
"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.9.4",
"eslint": "^7.22.0",
"esbuild": "^0.11.2",
"eslint": "^7.23.0",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -68,19 +68,19 @@
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"fs-extra": "^9.1.0",
"globby": "^11.0.2",
"globby": "^11.0.3",
"jest-mock": "^26.6.2",
"json5": "^2.2.0",
"kleur": "^4.1.4",
"latest-version": "^5.1.0",
"mocha": "^8.3.2",
"nock": "^13.0.11",
"open": "^8.0.3",
"open": "^8.0.4",
"ora": "^5.4.0",
"p-map": "^4.0.0",
"prompts": "^2.4.0",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"semver": "^7.3.5",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"koishi"
],
"devDependencies": {
"@types/prompts": "^2.0.9"
"@types/prompts": "^2.0.10"
},
"dependencies": {
"cac": "^6.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"webhook"
],
"devDependencies": {
"@types/marked": "^2.0.0",
"@types/marked": "^2.0.1",
"koishi-plugin-mongo": "^2.2.0",
"koishi-plugin-mysql": "^3.3.0",
"koishi-plugin-puppeteer": "^2.0.0",
Expand All @@ -39,7 +39,7 @@
"koishi-core": "^3.5.1"
},
"dependencies": {
"@octokit/webhooks-definitions": "^3.63.1",
"@octokit/webhooks-definitions": "^3.65.6",
"axios": "^0.21.1",
"marked": "^2.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"mysql"
],
"devDependencies": {
"@types/mongodb": "^3.6.10"
"@types/mongodb": "^3.6.11"
},
"peerDependencies": {
"koishi-core": "^3.5.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@
"devDependencies": {
"@types/ws": "^7.4.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.10",
"echarts": "^5.0.2",
"echarts-wordcloud": "^2.0.0",
"koishi-plugin-mongo": "^2.2.0",
"koishi-plugin-mysql": "^3.3.0",
"koishi-plugin-teach": "^2.0.3",
"koishi-test-utils": "^6.0.0-beta.11",
"sass": "^1.32.8",
"vite": "^2.1.2",
"vite": "^2.1.5",
"vue": "^3.0.7",
"vue-echarts": "^6.0.0-rc.3",
"vue-echarts": "^6.0.0-rc.4",
"vue-router": "^4.0.5"
},
"dependencies": {
"systeminformation": "^5.6.7",
"systeminformation": "^5.6.10",
"ws": "^7.4.4"
}
}

0 comments on commit a7eb513

Please sign in to comment.