mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 04:20:26 +02:00
remove unused deps, fix peerDependencies
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
"slate-hyperscript": "^0.55.2"
|
"slate-hyperscript": "^0.55.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"slate": ">=0.50.0"
|
"slate": ">=0.55.0"
|
||||||
},
|
},
|
||||||
"umdGlobals": {
|
"umdGlobals": {
|
||||||
"slate": "Slate"
|
"slate": "Slate"
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
"slate": "^0.55.2"
|
"slate": "^0.55.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"slate": ">=0.50.0"
|
"slate": ">=0.55.0"
|
||||||
},
|
},
|
||||||
"umdGlobals": {
|
"umdGlobals": {
|
||||||
"slate": "Slate"
|
"slate": "Slate"
|
||||||
|
@@ -15,9 +15,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/debounce": "^1.2.0",
|
"@types/debounce": "^1.2.0",
|
||||||
"@types/debug": "^4.1.5",
|
|
||||||
"@types/is-hotkey": "^0.1.1",
|
"@types/is-hotkey": "^0.1.1",
|
||||||
"@types/lodash": "^4.14.149",
|
|
||||||
"debounce": "^1.2.0",
|
"debounce": "^1.2.0",
|
||||||
"direction": "^1.0.3",
|
"direction": "^1.0.3",
|
||||||
"is-hotkey": "^0.1.6",
|
"is-hotkey": "^0.1.6",
|
||||||
@@ -31,7 +29,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": ">=16.8.0",
|
"react": ">=16.8.0",
|
||||||
"react-dom": ">=16.8.0",
|
"react-dom": ">=16.8.0",
|
||||||
"slate": ">=0.50.0"
|
"slate": ">=0.55.0"
|
||||||
},
|
},
|
||||||
"umdGlobals": {
|
"umdGlobals": {
|
||||||
"react": "React",
|
"react": "React",
|
||||||
|
@@ -2477,11 +2477,6 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@types/debounce/-/debounce-1.2.0.tgz#9ee99259f41018c640b3929e1bb32c3dcecdb192"
|
resolved "https://registry.yarnpkg.com/@types/debounce/-/debounce-1.2.0.tgz#9ee99259f41018c640b3929e1bb32c3dcecdb192"
|
||||||
integrity sha512-bWG5wapaWgbss9E238T0R6bfo5Fh3OkeoSt245CM7JJwVwpw6MEBCbIxLq5z8KzsE3uJhzcIuQkyiZmzV3M/Dw==
|
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":
|
"@types/eslint-visitor-keys@^1.0.0":
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
|
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
|
||||||
|
Reference in New Issue
Block a user