remove @types/hasha from devDependencies

It's not neeeded, hasha includes types already.
This commit is contained in:
Dmitry Muhomor 2023-08-28 18:21:37 +03:00 committed by Daniel Micay
parent 456fddae1b
commit e46c929e60
2 changed files with 8 additions and 16 deletions

View file

@ -29,7 +29,6 @@
"@oclif/test": "^1", "@oclif/test": "^1",
"@types/chai": "^4", "@types/chai": "^4",
"@types/cli-progress": "^3.9.2", "@types/cli-progress": "^3.9.2",
"@types/hasha": "^3.0.1",
"@types/jsdom": "^21.1.2", "@types/jsdom": "^21.1.2",
"@types/mocha": "^5", "@types/mocha": "^5",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",

View file

@ -376,13 +376,6 @@
"@types/minimatch" "*" "@types/minimatch" "*"
"@types/node" "*" "@types/node" "*"
"@types/hasha@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/hasha/-/hasha-3.0.1.tgz#376531c4da8076b0769a5d684eb5cd27506bb901"
integrity sha512-BcVM5IwNV9HqEWCYa/ldX3xipzyfSsrC4+JVeA4nuLjRATdMhgAg1oH6eUDTl0lhvjSJYuLiVVTJxHZh4GAqig==
dependencies:
hasha "*"
"@types/jsdom@^21.1.2": "@types/jsdom@^21.1.2":
version "21.1.2" version "21.1.2"
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-21.1.2.tgz#d04db019ad62174d28c63c927761f2f196825f04" resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-21.1.2.tgz#d04db019ad62174d28c63c927761f2f196825f04"
@ -1717,14 +1710,6 @@ has@^1.0.3:
dependencies: dependencies:
function-bind "^1.1.1" function-bind "^1.1.1"
hasha@*, hasha@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1"
integrity sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==
dependencies:
is-stream "^2.0.0"
type-fest "^0.8.0"
hasha@^3.0.0: hasha@^3.0.0:
version "3.0.0" version "3.0.0"
resolved "https://registry.yarnpkg.com/hasha/-/hasha-3.0.0.tgz#52a32fab8569d41ca69a61ff1a214f8eb7c8bd39" resolved "https://registry.yarnpkg.com/hasha/-/hasha-3.0.0.tgz#52a32fab8569d41ca69a61ff1a214f8eb7c8bd39"
@ -1732,6 +1717,14 @@ hasha@^3.0.0:
dependencies: dependencies:
is-stream "^1.0.1" is-stream "^1.0.1"
hasha@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1"
integrity sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==
dependencies:
is-stream "^2.0.0"
type-fest "^0.8.0"
hosted-git-info@^2.1.4: hosted-git-info@^2.1.4:
version "2.8.9" version "2.8.9"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"