1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-20 13:22:04 +02:00

remove unused deps, fix peerDependencies

This commit is contained in:
Ian Storm Taylor 2019-12-16 16:32:44 -05:00
parent 72b4bf11db
commit c77e1233d4
4 changed files with 3 additions and 10 deletions

View File

@ -22,7 +22,7 @@
"slate-hyperscript": "^0.55.2"
},
"peerDependencies": {
"slate": ">=0.50.0"
"slate": ">=0.55.0"
},
"umdGlobals": {
"slate": "Slate"

View File

@ -20,7 +20,7 @@
"slate": "^0.55.2"
},
"peerDependencies": {
"slate": ">=0.50.0"
"slate": ">=0.55.0"
},
"umdGlobals": {
"slate": "Slate"

View File

@ -15,9 +15,7 @@
],
"dependencies": {
"@types/debounce": "^1.2.0",
"@types/debug": "^4.1.5",
"@types/is-hotkey": "^0.1.1",
"@types/lodash": "^4.14.149",
"debounce": "^1.2.0",
"direction": "^1.0.3",
"is-hotkey": "^0.1.6",
@ -31,7 +29,7 @@
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"slate": ">=0.50.0"
"slate": ">=0.55.0"
},
"umdGlobals": {
"react": "React",

View File

@ -2477,11 +2477,6 @@
resolved "https://registry.yarnpkg.com/@types/debounce/-/debounce-1.2.0.tgz#9ee99259f41018c640b3929e1bb32c3dcecdb192"
integrity sha512-bWG5wapaWgbss9E238T0R6bfo5Fh3OkeoSt245CM7JJwVwpw6MEBCbIxLq5z8KzsE3uJhzcIuQkyiZmzV3M/Dw==
"@types/debug@^4.1.5":
version "4.1.5"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd"
integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==
"@types/eslint-visitor-keys@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"