1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-03 01:18:43 +02:00

fix: Update react-dnd to the latest version 🚀 (#213)

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot] 2020-08-03 13:39:24 +02:00 committed by GitHub
parent 0d3cbd8294
commit 39513c25c8
2 changed files with 16 additions and 16 deletions

View File

@ -76,8 +76,8 @@
"prettier": "^1.18.2", "prettier": "^1.18.2",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "^16.13.1", "react": "^16.13.1",
"react-dnd": "^10.0.2", "react-dnd": "^11.0.0",
"react-dnd-html5-backend": "^10.0.2", "react-dnd-html5-backend": "^11.0.0",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-mdl": "^2.1.0", "react-mdl": "^2.1.0",
"react-modal": "^3.1.13", "react-modal": "^3.1.13",

View File

@ -3299,10 +3299,10 @@ discontinuous-range@1.0.0:
resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=
dnd-core@^10.0.2: dnd-core@^11.0.0:
version "10.0.2" version "11.0.0"
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-10.0.2.tgz#051dc119682ea1185622f954667670d3d5f6a574" resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-11.0.0.tgz#a5b6455566cbd86d2ea4561fabb28141c921b0b4"
integrity sha512-PrxEjxF0+6Y1n1n1Z9hSWZ1tvnDXv9syL+BccV1r1RC08uWNsyetf8AnWmUF3NgYPwy0HKQJwTqGkZK+1NlaFA== integrity sha512-+g5Y5Wyql/BHAK8xGRYKmpcdltzA4mQOLUoMKMGOT3hCWjuSj3dqIpnSBbRLUhwm51oxAzPhBElYjZ/Utxwx5g==
dependencies: dependencies:
"@react-dnd/asap" "^4.0.0" "@react-dnd/asap" "^4.0.0"
"@react-dnd/invariant" "^2.0.0" "@react-dnd/invariant" "^2.0.0"
@ -7837,21 +7837,21 @@ raw-body@2.4.0:
iconv-lite "0.4.24" iconv-lite "0.4.24"
unpipe "1.0.0" unpipe "1.0.0"
react-dnd-html5-backend@^10.0.2: react-dnd-html5-backend@^11.0.0:
version "10.0.2" version "11.0.0"
resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-10.0.2.tgz#15cb9d2b923f43576a136df854e288cb5969784c" resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-11.0.0.tgz#63b530506bb0e364dd41557b6895a893c86befda"
integrity sha512-ny17gUdInZ6PIGXdzfwPhoztRdNVVvjoJMdG80hkDBamJBeUPuNF2Wv4D3uoQJLjXssX1+i9PhBqc7EpogClwQ== integrity sha512-cjecSS6vh5/BazENECt5LrSdPwleZpc9ldFVgKriRLqlwmuLrlzjiztmEBguYePlz7shvSbCqwDqQSCnJXjlZQ==
dependencies: dependencies:
dnd-core "^10.0.2" dnd-core "^11.0.0"
react-dnd@^10.0.2: react-dnd@^11.0.0:
version "10.0.2" version "11.0.0"
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-10.0.2.tgz#a6ad8eb3d9f2c573031f7ce05012e5c767a0b1fc" resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-11.0.0.tgz#93cbd8f359d9a9042b47d636c399312121242e26"
integrity sha512-SC2Ymvntynhoqtf5zaFhZscm9xenCoMofilxPdlwUlaelAzmbl9fw82C4ZJ//+lNm3kWAKXjGDZg2/aWjKEAtg== integrity sha512-X8qx1iOwHlRMPJpPfoZCgDlS3zAWtHZpZnMXzX8TaBJgxSuGUwC0kCkiyKoWZXwACZSxo0JMFFv3ft/gd9ggww==
dependencies: dependencies:
"@react-dnd/shallowequal" "^2.0.0" "@react-dnd/shallowequal" "^2.0.0"
"@types/hoist-non-react-statics" "^3.3.1" "@types/hoist-non-react-statics" "^3.3.1"
dnd-core "^10.0.2" dnd-core "^11.0.0"
hoist-non-react-statics "^3.3.0" hoist-non-react-statics "^3.3.0"
react-dom@^16.13.1: react-dom@^16.13.1: