remove unused multi-select

This commit is contained in:
Min RK
2025-03-25 11:58:58 +01:00
parent 24d99afffd
commit b64b4e45c2
2 changed files with 0 additions and 10 deletions

9
jsx/package-lock.json generated
View File

@@ -17,7 +17,6 @@
"react-bootstrap": "^2.10.9",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-multi-select-component": "^4.3.4",
"react-redux": "^9.2.0",
"react-router": "^7.4.0",
"recompose": "npm:react-recompose@^0.33.0",
@@ -8990,14 +8989,6 @@
"version": "3.0.4",
"license": "MIT"
},
"node_modules/react-multi-select-component": {
"version": "4.3.4",
"license": "MIT",
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
}
},
"node_modules/react-redux": {
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.2.0.tgz",

View File

@@ -43,7 +43,6 @@
"react-bootstrap": "^2.10.9",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-multi-select-component": "^4.3.4",
"react-redux": "^9.2.0",
"react-router": "^7.4.0",
"recompose": "npm:react-recompose@^0.33.0",