This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2 changed files with
5 additions and
4 deletions
|
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
"yarn": "^1.22.10"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/rimraf": "^3.0.0",
|
|
|
|
|
"@types/rimraf": "^3.0.2",
|
|
|
|
|
"@types/tmp": "^0.2.0",
|
|
|
|
|
"debug": "^4.3.2",
|
|
|
|
|
"fs-extra": "^10.0.0",
|
|
|
|
|
|
|
|
|
|
@ -120,9 +120,10 @@
|
|
|
|
|
version "15.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.0.tgz#f0ddca5a61e52627c9dcb771a6039d44694597bc"
|
|
|
|
|
|
|
|
|
|
"@types/rimraf@^3.0.0":
|
|
|
|
|
version "3.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.0.tgz#b9d03f090ece263671898d57bb7bb007023ac19f"
|
|
|
|
|
"@types/rimraf@^3.0.2":
|
|
|
|
|
version "3.0.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.2.tgz#a63d175b331748e5220ad48c901d7bbf1f44eef8"
|
|
|
|
|
integrity sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@types/glob" "*"
|
|
|
|
|
"@types/node" "*"
|
|
|
|
|
|