Skip to content

Commit 0233089

Browse files
committed
chore(projects): update deps & update package.json
1 parent 035df12 commit 0233089

File tree

2 files changed

+343
-375
lines changed

2 files changed

+343
-375
lines changed

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"scripts": {
3535
"build": "pnpm typecheck && unbuild",
3636
"lint": "eslint . --fix",
37-
"format": "soy prettier-format",
37+
"format": "soy prettier-write",
3838
"commit": "soy git-commit",
3939
"cleanup": "soy cleanup",
40-
"update-pkg": "soy update-pkg",
40+
"ncu": "soy ncu",
4141
"publish-pkg": "pnpm -r publish --access public",
4242
"typecheck": "tsc --noEmit",
4343
"release": "soy release && pnpm build && pnpm publish-pkg"
@@ -47,22 +47,24 @@
4747
"convert-gitmoji": "0.1.3",
4848
"dayjs": "1.11.8",
4949
"execa": "7.1.1",
50-
"ofetch": "1.0.1"
50+
"ofetch": "1.1.0"
5151
},
5252
"devDependencies": {
53-
"@soybeanjs/cli": "0.5.2",
53+
"@soybeanjs/cli": "0.6.0",
5454
"@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",
5858
"simple-git-hooks": "2.8.1",
5959
"tsx": "3.12.7",
60-
"typescript": "5.0.4",
60+
"typescript": "5.1.3",
6161
"unbuild": "1.2.1"
6262
},
6363
"simple-git-hooks": {
6464
"commit-msg": "pnpm soy git-commit-verify",
6565
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
6666
},
67-
"github-token": "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"
67+
"soybean": {
68+
"useSoybeanToken": true
69+
}
6870
}

0 commit comments

Comments
 (0)