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

This commit is contained in:
Mgrdich 2022-04-04 12:59:51 +04:00 committed by GitHub
parent 688b86a557
commit 4b517c83a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"
}

View file

@ -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"