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.1",
|
|
|
|
|
"@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.1":
|
|
|
|
|
version "3.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.1.tgz#1bbc106f0978742289103e080d4b41b3b4656e58"
|
|
|
|
|
integrity sha512-CAoSlbco40aKZ0CkelBF2g3JeN6aioRaTVnqSX5pWsn/WApm6IDxI4e4tD9D0dY/meCkyyleP1IQDVN13F4maA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@types/glob" "*"
|
|
|
|
|
"@types/node" "*"
|
|
|
|
|
|