fix(deps): update dependency is-hotkey to ^0.2.0 (#4652)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2020-11-30 13:12:40 +02:00
committed by GitHub
parent bbf64751fb
commit 7828e15453
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
},
"dependencies": {
"is-hotkey": "^0.1.4",
"is-hotkey": "^0.2.0",
"mdast-util-definitions": "^1.2.3",
"mdast-util-to-string": "^1.0.5",
"react-select": "^2.4.3",