Browse Source

Add rimraf in dev-dependencies and remove from dependencies (#1798)

Mgrdich 3 years ago
parent
commit
4b517c83a0
2 changed files with 2 additions and 1 deletions
  1. 1 0
      kafka-ui-react-app/package-lock.json
  2. 1 1
      kafka-ui-react-app/package.json

+ 1 - 0
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"
       }

+ 1 - 1
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"