mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-16 19:40:58 +03:00
refactor(redux-devtools-dock-monitor): use @types/parse-key (#619)
This commit is contained in:
parent
37191e46e6
commit
5756718554
|
@ -46,6 +46,7 @@
|
|||
"react-dock": "^0.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/parse-key": "^0.2.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
"redux": "^4.0.5",
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
declare module 'parse-key' {
|
||||
interface KeyObject {
|
||||
name: string;
|
||||
ctrl: boolean;
|
||||
meta: boolean;
|
||||
shift: boolean;
|
||||
alt: boolean;
|
||||
sequence: string;
|
||||
}
|
||||
|
||||
export default function parse(s: string): KeyObject;
|
||||
}
|
|
@ -3254,6 +3254,11 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
|
||||
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
||||
|
||||
"@types/parse-key@^0.2.0":
|
||||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/parse-key/-/parse-key-0.2.0.tgz#28fcbc6d36934db3f956f12b44cdf2615ed8f35f"
|
||||
integrity sha512-0AUXJ8rvB/gSBg4I4ZoCLrlX0V++JVubSGYqr+Zcw+3qRZZaMsCznDA9OdFWvkZlIJF0/lMZn0Qtnhug4TzMHQ==
|
||||
|
||||
"@types/prettier@^2.0.0":
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.0.2.tgz#5bb52ee68d0f8efa9cc0099920e56be6cc4e37f3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user