Skip to content

Commit

Permalink
dep: bump prompts 2.3.0 -> 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 18, 2020
1 parent eb526ea commit 03868f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"devDependencies": {
"@octokit/rest": "^16.43.1",
"@types/cross-spawn": "^6.0.1",
"@types/fs-extra": "^8.0.1",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.0",
"@types/node": "^13.7.1",
"@types/semver": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"cac": "^6.5.6",
"cross-spawn": "^7.0.1",
"del": "^5.1.0",
Expand All @@ -50,8 +50,8 @@
"open": "^7.0.2",
"ora": "^4.0.3",
"p-map": "^3.0.0",
"prompts": "^2.3.0",
"semver": "^7.1.2",
"prompts": "^2.3.1",
"semver": "^7.1.3",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"koishi-plugin-common": "^2.1.2",
"koishi-plugin-schedule": "^1.0.7",
"koishi-utils": "^1.0.3",
"prompts": "^2.3.0"
"prompts": "^2.3.1"
}
}

0 comments on commit 03868f1

Please sign in to comment.