Skip to content

Commit

Permalink
dep: add ms, cac 6.5.6 -> 6.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 11, 2020
1 parent 8813534 commit 723e4a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"@octokit/rest": "^17.0.0",
"@types/cross-spawn": "^6.0.1",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.7",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.0",
"@types/semver": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"cac": "^6.5.6",
"cac": "^6.5.7",
"cross-spawn": "^7.0.1",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
Expand All @@ -49,7 +49,7 @@
"latest-version": "^5.1.0",
"open": "^7.0.2",
"ora": "^4.0.3",
"p-map": "^3.0.0",
"p-map": "^4.0.0",
"prompts": "^2.3.1",
"semver": "^7.1.3",
"ts-jest": "^25.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/koishi-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
],
"devDependencies": {
"@types/js-yaml": "^3.12.2",
"@types/prompts": "^2.0.3"
"@types/prompts": "^2.0.4"
},
"dependencies": {
"cac": "^6.5.6",
"cac": "^6.5.7",
"js-yaml": "^3.13.1",
"kleur": "^3.0.3",
"koishi-core": "^1.10.1",
Expand Down
1 change: 1 addition & 0 deletions packages/koishi-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"escape-string-regexp": "^2.0.0",
"koishi-utils": "^1.0.4",
"leven": "^3.1.0",
"ms": "^2.1.2",
"ws": "^7.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/jest": "^25.1.3"
"@types/jest": "^25.1.4"
},
"dependencies": {
"axios": "^0.19.2",
Expand Down

0 comments on commit 723e4a2

Please sign in to comment.