fix(schema): add hookable dependency (#9648)

This commit is contained in:
三咲智子 Kevin Deng 2022-12-12 19:44:19 +08:00 committed by GitHub
parent 4cb7e425a1
commit 2804c4cdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -16,8 +16,8 @@
"devDependencies": {
"@types/lodash.template": "^4",
"@types/semver": "^7",
"@vitejs/plugin-vue": "^3.2.0",
"@unhead/schema": "^1.0.13",
"@vitejs/plugin-vue": "^3.2.0",
"nitropack": "^1.0.0",
"unbuild": "latest",
"vite": "~3.2.5"
@ -26,6 +26,7 @@
"c12": "^1.1.0",
"create-require": "^1.1.1",
"defu": "^6.1.1",
"hookable": "^5.4.2",
"jiti": "^1.16.0",
"pathe": "^1.0.0",
"pkg-types": "^1.0.1",

View File

@ -515,6 +515,7 @@ importers:
c12: ^1.1.0
create-require: ^1.1.1
defu: ^6.1.1
hookable: ^5.4.2
jiti: ^1.16.0
nitropack: ^1.0.0
pathe: ^1.0.0
@ -531,6 +532,7 @@ importers:
c12: 1.1.0
create-require: 1.1.1
defu: 6.1.1
hookable: 5.4.2
jiti: 1.16.0
pathe: 1.0.0
pkg-types: 1.0.1