fix: site deps

This commit is contained in:
Ayo 2023-10-25 22:21:03 +02:00
parent 1bc9e6cca3
commit d5ec53f1fb
3 changed files with 1208 additions and 352 deletions

1556
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,7 @@
"build:preview": "npm run build && npm run preview"
},
"dependencies": {
"@mcflyjs/cli": "^0.0.2",
"@mcflyjs/cli": "*",
"@mcflyjs/config": "*",
"@mcflyjs/core": "*",
"nitropack": "latest"

View file

@ -9,7 +9,7 @@
"preview": "node .output/server/index.mjs"
},
"dependencies": {
"@mcflyjs/cli": "^0.0.2",
"@mcflyjs/cli": "latest",
"@mcflyjs/config": "latest",
"@mcflyjs/core": "latest",
"nitropack": "latest"