aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2021-06-02 18:47:16 +0900
committerGitHub <[email protected]>2021-06-02 18:47:16 +0900
commit63e049521ee15d729a65371269bb1cb8ddccf534 (patch)
tree2e0f9d25947265fb5e228d8a5807ca0ccf4ab17c /package.json
parentBump lodash from 4.17.19 to 4.17.21 (#13) (diff)
downloadholo-schedule-63e049521ee15d729a65371269bb1cb8ddccf534.tar.xz
holo-schedule-63e049521ee15d729a65371269bb1cb8ddccf534.zip
Update dependency eslint-plugin-promise to v5 (#12)
Co-authored-by: Renovate Bot <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 641f821..9837289 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"eslint-config-standard": "^16.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
+ "eslint-plugin-promise": "^5.0.0",
"eslint-plugin-standard": "^5.0.0",
"typescript": "^4.0.0"
},