Skip to content

Commit 5756718

Browse files
authoredAug 28, 2020
refactor(redux-devtools-dock-monitor): use @types/parse-key (#619)
1 parent 37191e4 commit 5756718

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed
 

‎packages/redux-devtools-dock-monitor/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"react-dock": "^0.2.4"
4747
},
4848
"devDependencies": {
49+
"@types/parse-key": "^0.2.0",
4950
"@types/react": "^16.9.46",
5051
"react": "^16.13.1",
5152
"redux": "^4.0.5",

‎packages/redux-devtools-dock-monitor/src/parse-key.ts

-12
This file was deleted.

‎yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -3254,6 +3254,11 @@
32543254
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
32553255
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
32563256

3257+
"@types/parse-key@^0.2.0":
3258+
version "0.2.0"
3259+
resolved "https://registry.yarnpkg.com/@types/parse-key/-/parse-key-0.2.0.tgz#28fcbc6d36934db3f956f12b44cdf2615ed8f35f"
3260+
integrity sha512-0AUXJ8rvB/gSBg4I4ZoCLrlX0V++JVubSGYqr+Zcw+3qRZZaMsCznDA9OdFWvkZlIJF0/lMZn0Qtnhug4TzMHQ==
3261+
32573262
"@types/prettier@^2.0.0":
32583263
version "2.0.2"
32593264
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.0.2.tgz#5bb52ee68d0f8efa9cc0099920e56be6cc4e37f3"

0 commit comments

Comments
 (0)
Please sign in to comment.