mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
fix(schema): add hookable dependency (#9648)
This commit is contained in:
parent
4cb7e425a1
commit
2804c4cdb1
@ -16,8 +16,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/lodash.template": "^4",
|
"@types/lodash.template": "^4",
|
||||||
"@types/semver": "^7",
|
"@types/semver": "^7",
|
||||||
"@vitejs/plugin-vue": "^3.2.0",
|
|
||||||
"@unhead/schema": "^1.0.13",
|
"@unhead/schema": "^1.0.13",
|
||||||
|
"@vitejs/plugin-vue": "^3.2.0",
|
||||||
"nitropack": "^1.0.0",
|
"nitropack": "^1.0.0",
|
||||||
"unbuild": "latest",
|
"unbuild": "latest",
|
||||||
"vite": "~3.2.5"
|
"vite": "~3.2.5"
|
||||||
@ -26,6 +26,7 @@
|
|||||||
"c12": "^1.1.0",
|
"c12": "^1.1.0",
|
||||||
"create-require": "^1.1.1",
|
"create-require": "^1.1.1",
|
||||||
"defu": "^6.1.1",
|
"defu": "^6.1.1",
|
||||||
|
"hookable": "^5.4.2",
|
||||||
"jiti": "^1.16.0",
|
"jiti": "^1.16.0",
|
||||||
"pathe": "^1.0.0",
|
"pathe": "^1.0.0",
|
||||||
"pkg-types": "^1.0.1",
|
"pkg-types": "^1.0.1",
|
||||||
|
@ -515,6 +515,7 @@ importers:
|
|||||||
c12: ^1.1.0
|
c12: ^1.1.0
|
||||||
create-require: ^1.1.1
|
create-require: ^1.1.1
|
||||||
defu: ^6.1.1
|
defu: ^6.1.1
|
||||||
|
hookable: ^5.4.2
|
||||||
jiti: ^1.16.0
|
jiti: ^1.16.0
|
||||||
nitropack: ^1.0.0
|
nitropack: ^1.0.0
|
||||||
pathe: ^1.0.0
|
pathe: ^1.0.0
|
||||||
@ -531,6 +532,7 @@ importers:
|
|||||||
c12: 1.1.0
|
c12: 1.1.0
|
||||||
create-require: 1.1.1
|
create-require: 1.1.1
|
||||||
defu: 6.1.1
|
defu: 6.1.1
|
||||||
|
hookable: 5.4.2
|
||||||
jiti: 1.16.0
|
jiti: 1.16.0
|
||||||
pathe: 1.0.0
|
pathe: 1.0.0
|
||||||
pkg-types: 1.0.1
|
pkg-types: 1.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user