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 19, 2021
1 parent cc0e6f6 commit db4ed6c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.8",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.34",
"@types/node": "^14.14.35",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.3.4",
"@types/sinonjs__fake-timers": "^6.0.2",
Expand All @@ -53,13 +53,13 @@
"@typescript-eslint/parser": "^3.10.1",
"c8": "^7.6.0",
"cac": "^6.7.2",
"chai": "^4.3.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.9.1",
"eslint": "^7.21.0",
"esbuild": "^0.9.4",
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -75,8 +75,8 @@
"latest-version": "^5.1.0",
"mocha": "^8.3.2",
"nock": "^13.0.11",
"open": "^8.0.2",
"ora": "^5.3.0",
"open": "^8.0.3",
"ora": "^5.4.0",
"p-map": "^4.0.0",
"prompts": "^2.4.0",
"rimraf": "^3.0.2",
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.3",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"koishi-core": "^3.2.1",
"koishi-utils": "^4.0.2"
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.36.2",
"simple-git": "^2.37.0",
"typescript": "^4.2.3"
},
"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.2"
},
"dependencies": {
"@octokit/webhooks-definitions": "^3.62.5",
"@octokit/webhooks-definitions": "^3.63.1",
"axios": "^0.21.1"
}
}
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.9"
"@types/mongodb": "^3.6.10"
},
"peerDependencies": {
"koishi-core": "^3.2.1"
},
"dependencies": {
"mongodb": "^3.6.4"
"mongodb": "^3.6.5"
}
}

0 comments on commit db4ed6c

Please sign in to comment.