fix: reorder dependencies in package.json and pnpm-lock.yaml

This commit is contained in:
2025-11-15 22:34:39 +07:00
parent 0108af28f6
commit bb427ae332
2 changed files with 8 additions and 47 deletions

View File

@@ -34,10 +34,8 @@
"type:check": "tsc --noEmit",
"prepublish": "pnpm run build && pnpm run type:check && pnpm run test"
},
"dependencies": {
"@clack/prompts": "^0.11.0"
},
"devDependencies": {
"@clack/prompts": "^0.11.0",
"@antfu/eslint-config": "^6.2.0",
"@robonen/tsconfig": "^0.0.2",
"tsdown": "^0.16.4",