fix(kit): add implicit ohash dependency (#6216)

This commit is contained in:
Anthony Fu 2022-07-29 16:44:28 +08:00 committed by GitHub
parent 943dc0e16e
commit d4eba42f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
"knitwork": "^0.1.2", "knitwork": "^0.1.2",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"mlly": "^0.5.5", "mlly": "^0.5.5",
"ohash": "^0.1.4",
"pathe": "^0.3.2", "pathe": "^0.3.2",
"pkg-types": "^0.3.3", "pkg-types": "^0.3.3",
"scule": "^0.2.1", "scule": "^0.2.1",

View File

@ -1663,6 +1663,7 @@ __metadata:
knitwork: ^0.1.2 knitwork: ^0.1.2
lodash.template: ^4.5.0 lodash.template: ^4.5.0
mlly: ^0.5.5 mlly: ^0.5.5
ohash: ^0.1.4
pathe: ^0.3.2 pathe: ^0.3.2
pkg-types: ^0.3.3 pkg-types: ^0.3.3
scule: ^0.2.1 scule: ^0.2.1