|
34 | 34 | "scripts": { |
35 | 35 | "build": "pnpm typecheck && unbuild", |
36 | 36 | "lint": "eslint . --fix", |
37 | | - "format": "soy prettier-format", |
| 37 | + "format": "soy prettier-write", |
38 | 38 | "commit": "soy git-commit", |
39 | 39 | "cleanup": "soy cleanup", |
40 | | - "update-pkg": "soy update-pkg", |
| 40 | + "ncu": "soy ncu", |
41 | 41 | "publish-pkg": "pnpm -r publish --access public", |
42 | 42 | "typecheck": "tsc --noEmit", |
43 | 43 | "release": "soy release && pnpm build && pnpm publish-pkg" |
|
47 | 47 | "convert-gitmoji": "0.1.3", |
48 | 48 | "dayjs": "1.11.8", |
49 | 49 | "execa": "7.1.1", |
50 | | - "ofetch": "1.0.1" |
| 50 | + "ofetch": "1.1.0" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@soybeanjs/cli": "0.5.2", |
| 53 | + "@soybeanjs/cli": "0.6.0", |
54 | 54 | "@types/cli-progress": "3.11.0", |
55 | | - "@types/node": "20.2.5", |
56 | | - "eslint": "8.41.0", |
57 | | - "eslint-config-soybeanjs": "0.4.7", |
| 55 | + "@types/node": "20.3.0", |
| 56 | + "eslint": "8.42.0", |
| 57 | + "eslint-config-soybeanjs": "0.4.9", |
58 | 58 | "simple-git-hooks": "2.8.1", |
59 | 59 | "tsx": "3.12.7", |
60 | | - "typescript": "5.0.4", |
| 60 | + "typescript": "5.1.3", |
61 | 61 | "unbuild": "1.2.1" |
62 | 62 | }, |
63 | 63 | "simple-git-hooks": { |
64 | 64 | "commit-msg": "pnpm soy git-commit-verify", |
65 | 65 | "pre-commit": "pnpm typecheck && pnpm soy lint-staged" |
66 | 66 | }, |
67 | | - "github-token": "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" |
| 67 | + "soybean": { |
| 68 | + "useSoybeanToken": true |
| 69 | + } |
68 | 70 | } |
0 commit comments