Skip to content

Commit 84f0df3

Browse files
build(deps): bump react-dnd from 9.4.0 to 10.0.2
Bumps [react-dnd](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 cc126e3 commit 84f0df3

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

package.json

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

yarn.lock

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

1410+
"@react-dnd/shallowequal@^2.0.0":
1411+
version "2.0.0"
1412+
resolved "https://registry.yarnpkg.com/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz#a3031eb54129f2c66b2753f8404266ec7bf67f0a"
1413+
integrity sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg==
1414+
14101415
"@storybook/addon-options@^5.2.6":
14111416
version "5.2.6"
14121417
resolved "https://registry.yarnpkg.com/@storybook/addon-options/-/addon-options-5.2.6.tgz#a9b5d3d81a6c4e4004ae8d048c4f06076ae5029e"
@@ -2099,11 +2104,6 @@
20992104
dependencies:
21002105
"@types/node" "*"
21012106

2102-
"@types/shallowequal@^1.1.1":
2103-
version "1.1.1"
2104-
resolved "https://registry.yarnpkg.com/@types/shallowequal/-/shallowequal-1.1.1.tgz#aad262bb3f2b1257d94c71d545268d592575c9b1"
2105-
integrity sha512-Lhni3aX80zbpdxRuWhnuYPm8j8UQaa571lHP/xI4W+7BAFhSIhRReXnqjEgT/XzPoXZTJkCqstFMJ8CZTK6IlQ==
2106-
21072107
"@types/stack-utils@^1.0.1":
21082108
version "1.0.1"
21092109
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -11499,16 +11499,15 @@ react-dnd@2.5.4:
1149911499
lodash "^4.2.0"
1150011500
prop-types "^15.5.10"
1150111501

11502-
react-dnd@^9.4.0:
11503-
version "9.4.0"
11504-
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-9.4.0.tgz#eec87035c6360fb33a44932326b3369af011a41c"
11505-
integrity sha512-jnLF8qKowCKTqSddfCiLx5+sb+HxO1qgdiAgbBeL8yuo5tRYNtKxZYn7+wVwNoyZuWEuM1Gw/Wsdhr+yb2RELQ==
11502+
react-dnd@^10.0.2:
11503+
version "10.0.2"
11504+
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-10.0.2.tgz#a6ad8eb3d9f2c573031f7ce05012e5c767a0b1fc"
11505+
integrity sha512-SC2Ymvntynhoqtf5zaFhZscm9xenCoMofilxPdlwUlaelAzmbl9fw82C4ZJ//+lNm3kWAKXjGDZg2/aWjKEAtg==
1150611506
dependencies:
11507+
"@react-dnd/shallowequal" "^2.0.0"
1150711508
"@types/hoist-non-react-statics" "^3.3.1"
11508-
"@types/shallowequal" "^1.1.1"
11509-
dnd-core "^9.4.0"
11509+
dnd-core "^10.0.2"
1151011510
hoist-non-react-statics "^3.3.0"
11511-
shallowequal "^1.1.0"
1151211511

1151311512
react-docgen@^5.0.0:
1151411513
version "5.1.0"

0 commit comments

Comments
 (0)