Skip to content

Commit ab409f7

Browse files
build(deps): bump react-dnd-html5-backend from 9.4.0 to 10.0.2
Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 9.4.0 to 10.0.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...v10.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cd8f423 commit ab409f7

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"lodash.isequal": "^4.5.0",
7474
"prop-types": "^15.6.1",
7575
"react-dnd": "^9.4.0",
76-
"react-dnd-html5-backend": "^9.3.4",
76+
"react-dnd-html5-backend": "^10.0.2",
7777
"react-lifecycles-compat": "^3.0.4",
7878
"react-virtualized": "^9.21.2"
7979
},

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,16 @@
12781278
react-lifecycles-compat "^3.0.4"
12791279
warning "^3.0.0"
12801280

1281+
"@react-dnd/asap@^4.0.0":
1282+
version "4.0.0"
1283+
resolved "https://registry.yarnpkg.com/@react-dnd/asap/-/asap-4.0.0.tgz#b300eeed83e9801f51bd66b0337c9a6f04548651"
1284+
integrity sha512-0XhqJSc6pPoNnf8DhdsPHtUhRzZALVzYMTzRwV4VI6DJNJ/5xxfL9OQUwb8IH5/2x7lSf7nAZrnzUD+16VyOVQ==
1285+
1286+
"@react-dnd/invariant@^2.0.0":
1287+
version "2.0.0"
1288+
resolved "https://registry.yarnpkg.com/@react-dnd/invariant/-/invariant-2.0.0.tgz#09d2e81cd39e0e767d7da62df9325860f24e517e"
1289+
integrity sha512-xL4RCQBCBDJ+GRwKTFhGUW8GXa4yoDfJrPbLblc3U09ciS+9ZJXJ3Qrcs/x2IODOdIE5kQxvMmE2UKyqUictUw==
1290+
12811291
"@storybook/addon-options@^5.2.6":
12821292
version "5.2.6"
12831293
resolved "https://registry.yarnpkg.com/@storybook/addon-options/-/addon-options-5.2.6.tgz#a9b5d3d81a6c4e4004ae8d048c4f06076ae5029e"
@@ -4734,6 +4744,15 @@ disposables@^1.0.1:
47344744
resolved "https://registry.yarnpkg.com/disposables/-/disposables-1.0.2.tgz#36c6a674475f55a2d6913567a601444e487b4b6e"
47354745
integrity sha1-NsamdEdfVaLWkTVnpgFETkh7S24=
47364746

4747+
dnd-core@^10.0.2:
4748+
version "10.0.2"
4749+
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-10.0.2.tgz#051dc119682ea1185622f954667670d3d5f6a574"
4750+
integrity sha512-PrxEjxF0+6Y1n1n1Z9hSWZ1tvnDXv9syL+BccV1r1RC08uWNsyetf8AnWmUF3NgYPwy0HKQJwTqGkZK+1NlaFA==
4751+
dependencies:
4752+
"@react-dnd/asap" "^4.0.0"
4753+
"@react-dnd/invariant" "^2.0.0"
4754+
redux "^4.0.4"
4755+
47374756
dnd-core@^2.5.4:
47384757
version "2.6.0"
47394758
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-2.6.0.tgz#12bad66d58742c6e5f7cf2943fb6859440f809c4"
@@ -10900,12 +10919,12 @@ react-dnd-html5-backend@2.5.4:
1090010919
dependencies:
1090110920
lodash "^4.2.0"
1090210921

10903-
react-dnd-html5-backend@^9.3.4:
10904-
version "9.4.0"
10905-
resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-9.4.0.tgz#5b1d192f57d103298657cde1fe0eabdbf2726311"
10906-
integrity sha512-gehPwLp505F6RoFkQiDX7Q4mbpbyfyT0TbIoZop/m4vkBw6yUE/QLrnxBQdNpDPSwL/9XkZxxd/PrbeMCQ+WrQ==
10922+
react-dnd-html5-backend@^10.0.2:
10923+
version "10.0.2"
10924+
resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-10.0.2.tgz#15cb9d2b923f43576a136df854e288cb5969784c"
10925+
integrity sha512-ny17gUdInZ6PIGXdzfwPhoztRdNVVvjoJMdG80hkDBamJBeUPuNF2Wv4D3uoQJLjXssX1+i9PhBqc7EpogClwQ==
1090710926
dependencies:
10908-
dnd-core "^9.4.0"
10927+
dnd-core "^10.0.2"
1090910928

1091010929
react-dnd-scrollzone@^4.0.0:
1091110930
version "4.0.0"

0 commit comments

Comments
 (0)