diff --git a/package-lock.json b/package-lock.json index faecd61..14c91e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,6 @@ "@types/js-cookie": "^3.0.1", "@types/node": "^16.11.36", "@types/react": "^17.0.19", - "@types/react-beautiful-dnd": "^13.1.2", "@types/react-csv": "^1.1.2", "@types/react-dom": "^17.0.9", "@types/shortid": "^0.0.29", @@ -3258,15 +3257,6 @@ "csstype": "^3.0.2" } }, - "node_modules/@types/react-beautiful-dnd": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.2.tgz", - "integrity": "sha512-+OvPkB8CdE/bGdXKyIhc/Lm2U7UAYCCJgsqmopFmh9gbAudmslkI8eOrPDjg4JhwSE6wytz4a3/wRjKtovHVJg==", - "dev": true, - "dependencies": { - "@types/react": "*" - } - }, "node_modules/@types/react-csv": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@types/react-csv/-/react-csv-1.1.2.tgz", @@ -16865,15 +16855,6 @@ "csstype": "^3.0.2" } }, - "@types/react-beautiful-dnd": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.2.tgz", - "integrity": "sha512-+OvPkB8CdE/bGdXKyIhc/Lm2U7UAYCCJgsqmopFmh9gbAudmslkI8eOrPDjg4JhwSE6wytz4a3/wRjKtovHVJg==", - "dev": true, - "requires": { - "@types/react": "*" - } - }, "@types/react-csv": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@types/react-csv/-/react-csv-1.1.2.tgz", diff --git a/package.json b/package.json index 0160f03..2f95c40 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "@types/js-cookie": "^3.0.1", "@types/node": "^16.11.36", "@types/react": "^17.0.19", - "@types/react-beautiful-dnd": "^13.1.2", "@types/react-csv": "^1.1.2", "@types/react-dom": "^17.0.9", "@types/shortid": "^0.0.29",