fix: deps version

This commit is contained in:
Innei
2023-07-30 14:41:24 +08:00
parent de16dde6e9
commit c14e8bfdc6
3 changed files with 767 additions and 2375 deletions

View File

@@ -2,6 +2,7 @@
"author": "Innei <https://innei.ren>",
"private": true,
"license": "AGPLv3",
"packageManager": "pnpm@8.6.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
@@ -20,7 +21,7 @@
"homepage": "https://github.com/mx-space/core#readme",
"issues": "https://github.com/mx-space/core/issues",
"scripts": {
"prepare": "husky install && node scripts/init-project.mjs",
"prepare": "husky install && node scripts/init-project.mjs && corepack enable",
"build": "pnpm -C \"apps/core\" run build",
"dev": "pnpm -C \"apps/core\" run start",
"bundle": "pnpm -C \"apps/core\" run bundle",
@@ -57,4 +58,4 @@
"get-pixels@^3>request": "./external/request",
"typescript": "5.1.6"
}
}
}