-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
react-dnd
with HTML5 backend and type definitions
- Loading branch information
1 parent
950c436
commit 1a35156
Showing
2 changed files
with
77 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1499,6 +1499,21 @@ | |
schema-utils "^2.6.5" | ||
source-map "^0.7.3" | ||
|
||
"@react-dnd/asap@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@react-dnd/asap/-/asap-4.0.0.tgz#b300eeed83e9801f51bd66b0337c9a6f04548651" | ||
integrity sha512-0XhqJSc6pPoNnf8DhdsPHtUhRzZALVzYMTzRwV4VI6DJNJ/5xxfL9OQUwb8IH5/2x7lSf7nAZrnzUD+16VyOVQ== | ||
|
||
"@react-dnd/invariant@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@react-dnd/invariant/-/invariant-2.0.0.tgz#09d2e81cd39e0e767d7da62df9325860f24e517e" | ||
integrity sha512-xL4RCQBCBDJ+GRwKTFhGUW8GXa4yoDfJrPbLblc3U09ciS+9ZJXJ3Qrcs/x2IODOdIE5kQxvMmE2UKyqUictUw== | ||
|
||
"@react-dnd/shallowequal@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz#a3031eb54129f2c66b2753f8404266ec7bf67f0a" | ||
integrity sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg== | ||
|
||
"@rollup/plugin-node-resolve@^7.1.1": | ||
version "7.1.3" | ||
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca" | ||
|
@@ -1776,6 +1791,14 @@ | |
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934" | ||
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA== | ||
|
||
"@types/hoist-non-react-statics@^3.3.1": | ||
version "3.3.1" | ||
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" | ||
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== | ||
dependencies: | ||
"@types/react" "*" | ||
hoist-non-react-statics "^3.3.0" | ||
|
||
"@types/html-minifier-terser@^5.0.0": | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50" | ||
|
@@ -1863,6 +1886,20 @@ | |
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" | ||
integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== | ||
|
||
"@types/react-dnd-html5-backend@^3.0.2": | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/@types/react-dnd-html5-backend/-/react-dnd-html5-backend-3.0.2.tgz#f3cc8307cb9563a2896cb9fb48a09660a0e209c9" | ||
integrity sha512-sLKCHGGoXrxbx3QX9Jerg51dRjeUKD+c+HL59ZTkut5GevxJFC8PxsVpcoMchBRd9X+GUyrsaBSXGteWCpMISw== | ||
dependencies: | ||
react-dnd-html5-backend "*" | ||
|
||
"@types/react-dnd@^3.0.2": | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/@types/react-dnd/-/react-dnd-3.0.2.tgz#939e5a8ca5b83f847c3f64dabbe2f49a9fefb192" | ||
integrity sha512-Z1BqHYGFtfSPfWs+kgX4b6wQmwwtqq4/pLo4zdO9xcDUB1ZQP8iWTAYNf3EJ2f0WiVQpSLN8UytP+ILzZHDLYw== | ||
dependencies: | ||
react-dnd "*" | ||
|
||
"@types/react-dom@^16.9.8": | ||
version "16.9.10" | ||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f" | ||
|
@@ -4184,6 +4221,15 @@ dir-glob@^3.0.1: | |
dependencies: | ||
path-type "^4.0.0" | ||
|
||
dnd-core@^11.1.3: | ||
version "11.1.3" | ||
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-11.1.3.tgz#f92099ba7245e49729d2433157031a6267afcc98" | ||
integrity sha512-QugF55dNW+h+vzxVJ/LSJeTeUw9MCJ2cllhmVThVPEtF16ooBkxj0WBE5RB+AceFxMFo1rO6bJKXtqKl+JNnyA== | ||
dependencies: | ||
"@react-dnd/asap" "^4.0.0" | ||
"@react-dnd/invariant" "^2.0.0" | ||
redux "^4.0.4" | ||
|
||
dns-equal@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" | ||
|
@@ -5586,7 +5632,7 @@ hmac-drbg@^1.0.0: | |
minimalistic-assert "^1.0.0" | ||
minimalistic-crypto-utils "^1.0.1" | ||
|
||
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.2: | ||
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: | ||
version "3.3.2" | ||
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" | ||
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== | ||
|
@@ -9224,6 +9270,23 @@ react-dev-utils@^11.0.1: | |
strip-ansi "6.0.0" | ||
text-table "0.2.0" | ||
|
||
react-dnd-html5-backend@*, react-dnd-html5-backend@^11.1.3: | ||
version "11.1.3" | ||
resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-11.1.3.tgz#2749f04f416ec230ea193f5c1fbea2de7dffb8f7" | ||
integrity sha512-/1FjNlJbW/ivkUxlxQd7o3trA5DE33QiRZgxent3zKme8DwF4Nbw3OFVhTRFGaYhHFNL1rZt6Rdj1D78BjnNLw== | ||
dependencies: | ||
dnd-core "^11.1.3" | ||
|
||
react-dnd@*, react-dnd@^11.1.3: | ||
version "11.1.3" | ||
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-11.1.3.tgz#f9844f5699ccc55dfc81462c2c19f726e670c1af" | ||
integrity sha512-8rtzzT8iwHgdSC89VktwhqdKKtfXaAyC4wiqp0SywpHG12TTLvfOoL6xNEIUWXwIEWu+CFfDn4GZJyynCEuHIQ== | ||
dependencies: | ||
"@react-dnd/shallowequal" "^2.0.0" | ||
"@types/hoist-non-react-statics" "^3.3.1" | ||
dnd-core "^11.1.3" | ||
hoist-non-react-statics "^3.3.0" | ||
|
||
react-dom@^17.0.1: | ||
version "17.0.1" | ||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6" | ||
|
@@ -9455,6 +9518,14 @@ redent@^3.0.0: | |
indent-string "^4.0.0" | ||
strip-indent "^3.0.0" | ||
|
||
redux@^4.0.4: | ||
version "4.0.5" | ||
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f" | ||
integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== | ||
dependencies: | ||
loose-envify "^1.4.0" | ||
symbol-observable "^1.2.0" | ||
|
||
regenerate-unicode-properties@^8.2.0: | ||
version "8.2.0" | ||
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec" | ||
|
@@ -10609,7 +10680,7 @@ svgo@^1.0.0, svgo@^1.2.2: | |
unquote "~1.1.1" | ||
util.promisify "~1.0.0" | ||
|
||
[email protected]: | ||
[email protected], symbol-observable@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" | ||
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== | ||
|