Skip to content

Commit

Permalink
Merge ab367b5 into 1c1ed8c
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jun 1, 2020
2 parents 1c1ed8c + ab367b5 commit 0de1c20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"react": "^16.11.0",
"react-addons-shallow-compare": "^15.6.2",
"react-dnd-test-backend": "^10.0.2",
"react-dnd-touch-backend": "^9.4.0",
"react-dnd-touch-backend": "^11.1.3",
"react-dom": "^16.11.0",
"react-hot-loader": "^4.12.17",
"react-sortable-tree-theme-file-explorer": "^2.0.0",
Expand Down
22 changes: 15 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5256,6 +5256,15 @@ dnd-core@^10.0.2:
"@react-dnd/invariant" "^2.0.0"
redux "^4.0.4"

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"

dnd-core@^2.5.4:
version "2.6.0"
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-2.6.0.tgz#12bad66d58742c6e5f7cf2943fb6859440f809c4"
Expand Down Expand Up @@ -11668,14 +11677,13 @@ react-dnd-test-backend@^10.0.2:
dependencies:
dnd-core "^10.0.2"

react-dnd-touch-backend@^9.4.0:
version "9.4.0"
resolved "https://registry.yarnpkg.com/react-dnd-touch-backend/-/react-dnd-touch-backend-9.4.0.tgz#6784e71fad0904723e33e6710caafe36c62192a4"
integrity sha512-yJjFhgslriSTIEXQ/Q5MrLnETJaoyRct+AsJ//e96WOH2pUNMGSxkl8RIb/IMhNysVnMc8frLIyT8dQxXAcmGA==
react-dnd-touch-backend@^11.1.3:
version "11.1.3"
resolved "https://registry.yarnpkg.com/react-dnd-touch-backend/-/react-dnd-touch-backend-11.1.3.tgz#df721eee4fcec98388216c7e7cc10b170aef7aab"
integrity sha512-8lz4fxfYwUuJ6Y2seQYwh8+OfwKcbBX0CIbz7AwXfBYz54Wg2nIDU6CP8Dyybt/Wyx4D3oXmTPEaOMB62uqJvQ==
dependencies:
"@types/invariant" "^2.2.30"
dnd-core "^9.4.0"
invariant "^2.2.4"
"@react-dnd/invariant" "^2.0.0"
dnd-core "^11.1.3"

react-dnd@2.5.4:
version "2.5.4"
Expand Down

0 comments on commit 0de1c20

Please sign in to comment.