add rimraf

This commit is contained in:
Daniel Lugo 2021-01-18 13:25:30 -04:00
parent 3265ed6a07
commit f7639ecc8e
2 changed files with 8 additions and 0 deletions

View file

@ -81,6 +81,7 @@
"lint-staged": "^10.2.2", "lint-staged": "^10.2.2",
"nodemon": "^1.19.3", "nodemon": "^1.19.3",
"prettier": "^1.18.2", "prettier": "^1.18.2",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"ts-type": "^1.2.16", "ts-type": "^1.2.16",
"typescript": "^4.0.2" "typescript": "^4.0.2"

View file

@ -6078,6 +6078,13 @@ rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3:
dependencies: dependencies:
glob "^7.1.3" glob "^7.1.3"
rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"
rsvp@^4.8.4: rsvp@^4.8.4:
version "4.8.5" version "4.8.5"
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"