diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json index 87b78c8d1f..2b4612881c 100644 --- a/kafka-ui-react-app/package-lock.json +++ b/kafka-ui-react-app/package-lock.json @@ -18398,6 +18398,7 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, "requires": { "glob": "^7.1.3" } diff --git a/kafka-ui-react-app/package.json b/kafka-ui-react-app/package.json index c4e237f187..71dca68a70 100644 --- a/kafka-ui-react-app/package.json +++ b/kafka-ui-react-app/package.json @@ -35,7 +35,6 @@ "react-router-dom": "^5.2.0", "redux": "^4.1.1", "redux-thunk": "^2.3.0", - "rimraf": "^3.0.2", "sass": "^1.43.4", "styled-components": "^5.3.1", "typesafe-actions": "^5.1.0", @@ -127,6 +126,7 @@ "react-scripts": "5.0.0", "react-test-renderer": "^17.0.2", "redux-mock-store": "^1.5.4", + "rimraf": "^3.0.2", "ts-jest": "^26.5.4", "ts-node": "^10.2.0", "typescript": "^4.3.5"