Skip to content

Commit

Permalink
dep: cac: ^6.5.7 -> 6.5.8, prompts: ^2.3.1 -> 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 26, 2020
1 parent 6e6ff06 commit fe43409
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,37 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@octokit/rest": "^17.1.0",
"@octokit/rest": "^17.1.3",
"@types/cross-spawn": "^6.0.1",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/semver": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"cac": "^6.5.7",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"cac": "^6.5.8",
"cross-spawn": "^7.0.1",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.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",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"jest": "^25.1.0",
"jest": "^25.2.1",
"kleur": "^3.0.3",
"latest-version": "^5.1.0",
"open": "^7.0.3",
"ora": "^4.0.3",
"p-map": "^4.0.0",
"prompts": "^2.3.1",
"prompts": "^2.3.2",
"semver": "^7.1.3",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
}
}
6 changes: 3 additions & 3 deletions packages/koishi-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"koishi"
],
"devDependencies": {
"@types/js-yaml": "^3.12.2",
"@types/js-yaml": "^3.12.3",
"@types/prompts": "^2.0.5"
},
"dependencies": {
"cac": "^6.5.7",
"cac": "^6.5.8",
"js-yaml": "^3.13.1",
"kleur": "^3.0.3",
"koishi-core": "^1.11.2",
"koishi-plugin-common": "^2.1.8",
"koishi-plugin-schedule": "^1.0.13",
"koishi-utils": "^1.0.4",
"prompts": "^2.3.1"
"prompts": "^2.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/koishi-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/ws": "^7.2.2",
"@types/ws": "^7.2.3",
"get-port": "^5.1.1",
"koishi-database-memory": "^1.1.7",
"koishi-test-utils": "^3.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"utilities"
],
"peerDependencies": {
"jest": "^25.1.0"
"jest": "^25.2.1"
},
"devDependencies": {
"@types/debug": "^4.1.5",
Expand Down

0 comments on commit fe43409

Please sign in to comment.