From 18392ba40f2b0d2f46b8da22a330765c60aa0a76 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 10:45:39 +0000 Subject: [PATCH] build(deps): bump react-dnd from 7.7.0 to 9.5.1 in /UI Bumps [react-dnd](https://github.com/react-dnd/react-dnd) from 7.7.0 to 9.5.1. - [Release notes](https://github.com/react-dnd/react-dnd/releases) - [Changelog](https://github.com/react-dnd/react-dnd/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-dnd/react-dnd/compare/v7.7.0...v9.5.1) Signed-off-by: dependabot-preview[bot] --- UI/package-lock.json | 45 ++++++++++++++++++++++++++++++++++++-------- UI/package.json | 2 +- 2 files changed, 38 insertions(+), 9 deletions(-) diff --git a/UI/package-lock.json b/UI/package-lock.json index df2fba1..b4c8516 100644 --- a/UI/package-lock.json +++ b/UI/package-lock.json @@ -1281,6 +1281,11 @@ "loader-utils": "^1.2.3" } }, + "@types/asap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/asap/-/asap-2.0.0.tgz", + "integrity": "sha512-upIS0Gt9Mc8eEpCbYMZ1K8rhNosfKUtimNcINce+zLwJF5UpM3Vv7yz3S5l/1IX+DxTa8lTkUjqynvjRXyJzsg==" + }, "@types/babel__core": { "version": "7.1.3", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz", @@ -1332,6 +1337,11 @@ "hoist-non-react-statics": "^3.3.0" } }, + "@types/invariant": { + "version": "2.2.30", + "resolved": "https://registry.npmjs.org/@types/invariant/-/invariant-2.2.30.tgz", + "integrity": "sha512-98fB+yo7imSD2F7PF7GIpELNgtLNgo5wjivu0W5V4jx+KVVJxo6p/qN4zdzSTBWy4/sN3pPyXwnhRSD28QX+ag==" + }, "@types/istanbul-lib-coverage": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", @@ -1370,14 +1380,19 @@ "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==" }, "@types/react": { - "version": "16.9.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.11.tgz", - "integrity": "sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==", + "version": "16.9.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.13.tgz", + "integrity": "sha512-LikzRslbiufJYHyzbHSW0GrAiff8QYLMBFeZmSxzCYGXKxi8m/1PHX+rsVOwhr7mJNq+VIu2Dhf7U6mjFERK6w==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" } }, + "@types/shallowequal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/shallowequal/-/shallowequal-1.1.1.tgz", + "integrity": "sha512-Lhni3aX80zbpdxRuWhnuYPm8j8UQaa571lHP/xI4W+7BAFhSIhRReXnqjEgT/XzPoXZTJkCqstFMJ8CZTK6IlQ==" + }, "@types/stack-utils": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz", @@ -11742,15 +11757,29 @@ } }, "react-dnd": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-7.7.0.tgz", - "integrity": "sha512-anpJDKMgdXE6kXvtBFmIAe1fuaexpVy7meUyNjiTfCnjQ1mRvnttGTVvcW9fMKijsUQYadiyvzd3BRxteFuVXg==", + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-9.5.1.tgz", + "integrity": "sha512-j2MvziPNLsxXkb3kIJzLvvOv/TQ4sysp6U4CmxAXd4C884dXm/9UGdB7K1wkTW3ZxVpI1K7XhKbX0JgNlPfLcA==", "requires": { "@types/hoist-non-react-statics": "^3.3.1", - "dnd-core": "^7.7.0", + "@types/shallowequal": "^1.1.1", + "dnd-core": "^9.5.1", "hoist-non-react-statics": "^3.3.0", - "invariant": "^2.1.0", "shallowequal": "^1.1.0" + }, + "dependencies": { + "dnd-core": { + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/dnd-core/-/dnd-core-9.5.1.tgz", + "integrity": "sha512-/yEWFF2jg51yyB8uA2UbvBr9Qis0Oo/4p9cqHLEKZdxzHHVSPfq0a/ool8NG6dIS6Q4uN+oKGObY0rNWiopJDA==", + "requires": { + "@types/asap": "^2.0.0", + "@types/invariant": "^2.2.30", + "asap": "^2.0.6", + "invariant": "^2.2.4", + "redux": "^4.0.4" + } + } } }, "react-dnd-html5-backend": { diff --git a/UI/package.json b/UI/package.json index e9ef74b..0820814 100644 --- a/UI/package.json +++ b/UI/package.json @@ -10,7 +10,7 @@ "prop-types": "^15.7.2", "react": "^16.12.0", "react-custom-scrollbars": "^4.2.1", - "react-dnd": "^7.0.0", + "react-dnd": "^9.5.1", "react-dnd-html5-backend": "^7.0.0", "react-dom": "^16.12.0", "react-immutable-proptypes": "^2.1.0",