chore: fix deps
This commit is contained in:
parent
b0ea97c644
commit
798e25753f
3 changed files with 13 additions and 399 deletions
|
@ -21,5 +21,8 @@
|
|||
"dependencies": {
|
||||
"@mcflyjs/core": "latest",
|
||||
"web-component-base": "^2.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nitropack": "^2.9.2"
|
||||
}
|
||||
}
|
||||
|
|
403
pnpm-lock.yaml
403
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -11,9 +11,9 @@
|
|||
"build:preview": "pnpm run build && pnpm run preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mcflyjs/cli": "*",
|
||||
"@mcflyjs/config": "*",
|
||||
"@mcflyjs/core": "*",
|
||||
"@mcflyjs/cli": "workspace:*",
|
||||
"@mcflyjs/config": "workspace:*",
|
||||
"@mcflyjs/core": "workspace:*",
|
||||
"nitropack": "latest"
|
||||
},
|
||||
"version": "0.0.1",
|
||||
|
|
Loading…
Reference in a new issue