Skip to content

Commit b0ea013

Browse files
build(deps-dev): bump react-dnd-touch-backend from 9.4.0 to 11.1.2
Bumps [react-dnd-touch-backend](https://github.com/react-dnd/react-dnd) from 9.4.0 to 11.1.2. - [Release notes](https://github.com/react-dnd/react-dnd/releases) - [Changelog](https://github.com/react-dnd/react-dnd/blob/master/CHANGELOG.md) - [Commits](react-dnd/react-dnd@v9.4.0...v11.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1c1ed8c commit b0ea013

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"react": "^16.11.0",
114114
"react-addons-shallow-compare": "^15.6.2",
115115
"react-dnd-test-backend": "^10.0.2",
116-
"react-dnd-touch-backend": "^9.4.0",
116+
"react-dnd-touch-backend": "^11.1.2",
117117
"react-dom": "^16.11.0",
118118
"react-hot-loader": "^4.12.17",
119119
"react-sortable-tree-theme-file-explorer": "^2.0.0",

yarn.lock

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5256,6 +5256,15 @@ dnd-core@^10.0.2:
52565256
"@react-dnd/invariant" "^2.0.0"
52575257
redux "^4.0.4"
52585258

5259+
dnd-core@^11.1.1:
5260+
version "11.1.1"
5261+
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-11.1.1.tgz#2356ad0406e6a9d65a263b3307ce8f47f517cf94"
5262+
integrity sha512-sSqNSTYnxE+j/cZTFL2BogtUuCXKkzYCGv9dKqBwBkYrwdCzayQdYt/91Gr2Je6aOBEw+c9LVVAb1GL9mvVWwQ==
5263+
dependencies:
5264+
"@react-dnd/asap" "^4.0.0"
5265+
"@react-dnd/invariant" "^2.0.0"
5266+
redux "^4.0.4"
5267+
52595268
dnd-core@^2.5.4:
52605269
version "2.6.0"
52615270
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-2.6.0.tgz#12bad66d58742c6e5f7cf2943fb6859440f809c4"
@@ -11668,14 +11677,13 @@ react-dnd-test-backend@^10.0.2:
1166811677
dependencies:
1166911678
dnd-core "^10.0.2"
1167011679

11671-
react-dnd-touch-backend@^9.4.0:
11672-
version "9.4.0"
11673-
resolved "https://registry.yarnpkg.com/react-dnd-touch-backend/-/react-dnd-touch-backend-9.4.0.tgz#6784e71fad0904723e33e6710caafe36c62192a4"
11674-
integrity sha512-yJjFhgslriSTIEXQ/Q5MrLnETJaoyRct+AsJ//e96WOH2pUNMGSxkl8RIb/IMhNysVnMc8frLIyT8dQxXAcmGA==
11680+
react-dnd-touch-backend@^11.1.2:
11681+
version "11.1.2"
11682+
resolved "https://registry.yarnpkg.com/react-dnd-touch-backend/-/react-dnd-touch-backend-11.1.2.tgz#03762609e930d016edae7a99053ea69b8f2a3769"
11683+
integrity sha512-jI4gSDI7vry73f5xQ5CJkXQ0TwAo5nFWQe8hXREsQ3D2VBj1lEfrvCTSSWx6oHvIFEh49tvvNGE2M3SU+bvibg==
1167511684
dependencies:
11676-
"@types/invariant" "^2.2.30"
11677-
dnd-core "^9.4.0"
11678-
invariant "^2.2.4"
11685+
"@react-dnd/invariant" "^2.0.0"
11686+
dnd-core "^11.1.1"
1167911687

1168011688
react-dnd@2.5.4:
1168111689
version "2.5.4"

0 commit comments

Comments
 (0)