Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
chore(projects): update deps and use soy lint-staged replace lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 31, 2023
1 parent dcfcf85 commit 604cced
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 166 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,19 @@
"ohmyfetch": "0.4.21"
},
"devDependencies": {
"@soybeanjs/cli": "0.2.11",
"@soybeanjs/cli": "0.4.1",
"@types/node": "20.2.5",
"bumpp": "9.1.0",
"changelogen": "^0.5.3",
"eslint": "8.41.0",
"eslint-config-soybeanjs": "0.4.6",
"lint-staged": "13.2.2",
"eslint-config-soybeanjs": "0.4.8",
"simple-git-hooks": "2.8.1",
"tsx": "^3.12.7",
"typescript": "5.0.4",
"unbuild": "1.2.1"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,mjs,jsx,ts,mts,tsx,json,vue,svelte}": "eslint . --fix",
"*.!{js,mjs,jsx,ts,mts,tsx,json,vue,svelte}": "format"
"pre-commit": "pnpm soy lint-staged"
}
}
Loading

0 comments on commit 604cced

Please sign in to comment.