Skip to content

Commit e325c3e

Browse files
build(deps): bump react-dnd from 9.4.0 to 11.0.0
Bumps [react-dnd](https://github.com/react-dnd/react-dnd) from 9.4.0 to 11.0.0. - [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.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1c1ed8c commit e325c3e

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"frontend-collective-react-dnd-scrollzone": "^1.0.2",
7070
"lodash.isequal": "^4.5.0",
7171
"prop-types": "^15.6.1",
72-
"react-dnd": "^9.4.0",
72+
"react-dnd": "^11.0.0",
7373
"react-dnd-html5-backend": "^10.0.2",
7474
"react-lifecycles-compat": "^3.0.4",
7575
"react-virtualized": "^9.21.2"

yarn.lock

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,11 @@
13501350
resolved "https://registry.yarnpkg.com/@react-dnd/invariant/-/invariant-2.0.0.tgz#09d2e81cd39e0e767d7da62df9325860f24e517e"
13511351
integrity sha512-xL4RCQBCBDJ+GRwKTFhGUW8GXa4yoDfJrPbLblc3U09ciS+9ZJXJ3Qrcs/x2IODOdIE5kQxvMmE2UKyqUictUw==
13521352

1353+
"@react-dnd/shallowequal@^2.0.0":
1354+
version "2.0.0"
1355+
resolved "https://registry.yarnpkg.com/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz#a3031eb54129f2c66b2753f8404266ec7bf67f0a"
1356+
integrity sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg==
1357+
13531358
"@storybook/addon-storyshots@^5.2.6":
13541359
version "5.3.17"
13551360
resolved "https://registry.yarnpkg.com/@storybook/addon-storyshots/-/addon-storyshots-5.3.17.tgz#eb8a5ccfd506a520e661b636792f81945a7732e6"
@@ -2284,11 +2289,6 @@
22842289
dependencies:
22852290
"@types/node" "*"
22862291

2287-
"@types/shallowequal@^1.1.1":
2288-
version "1.1.1"
2289-
resolved "https://registry.yarnpkg.com/@types/shallowequal/-/shallowequal-1.1.1.tgz#aad262bb3f2b1257d94c71d545268d592575c9b1"
2290-
integrity sha512-Lhni3aX80zbpdxRuWhnuYPm8j8UQaa571lHP/xI4W+7BAFhSIhRReXnqjEgT/XzPoXZTJkCqstFMJ8CZTK6IlQ==
2291-
22922292
"@types/stack-utils@^1.0.1":
22932293
version "1.0.1"
22942294
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -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.0.0:
5260+
version "11.0.0"
5261+
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-11.0.0.tgz#a5b6455566cbd86d2ea4561fabb28141c921b0b4"
5262+
integrity sha512-+g5Y5Wyql/BHAK8xGRYKmpcdltzA4mQOLUoMKMGOT3hCWjuSj3dqIpnSBbRLUhwm51oxAzPhBElYjZ/Utxwx5g==
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"
@@ -11689,16 +11698,15 @@ react-dnd@2.5.4:
1168911698
lodash "^4.2.0"
1169011699
prop-types "^15.5.10"
1169111700

11692-
react-dnd@^9.4.0:
11693-
version "9.4.0"
11694-
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-9.4.0.tgz#eec87035c6360fb33a44932326b3369af011a41c"
11695-
integrity sha512-jnLF8qKowCKTqSddfCiLx5+sb+HxO1qgdiAgbBeL8yuo5tRYNtKxZYn7+wVwNoyZuWEuM1Gw/Wsdhr+yb2RELQ==
11701+
react-dnd@^11.0.0:
11702+
version "11.0.0"
11703+
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-11.0.0.tgz#93cbd8f359d9a9042b47d636c399312121242e26"
11704+
integrity sha512-X8qx1iOwHlRMPJpPfoZCgDlS3zAWtHZpZnMXzX8TaBJgxSuGUwC0kCkiyKoWZXwACZSxo0JMFFv3ft/gd9ggww==
1169611705
dependencies:
11706+
"@react-dnd/shallowequal" "^2.0.0"
1169711707
"@types/hoist-non-react-statics" "^3.3.1"
11698-
"@types/shallowequal" "^1.1.1"
11699-
dnd-core "^9.4.0"
11708+
dnd-core "^11.0.0"
1170011709
hoist-non-react-statics "^3.3.0"
11701-
shallowequal "^1.1.0"
1170211710

1170311711
react-docgen@^5.0.0:
1170411712
version "5.1.0"

0 commit comments

Comments
 (0)