Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuunen committed Jan 29, 2024
1 parent 090971b commit d3007a7
Show file tree
Hide file tree
Showing 5 changed files with 564 additions and 869 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"arg": "5.0",
"shuutils": "7.4",
"shuutils": "7.7",
"sort-json": "2.0"
},
"description": "Repo cleaning made easy",
Expand Down Expand Up @@ -49,7 +49,7 @@
"build": "pnpm build:app && pnpm mark && echo build success",
"build:app": "esbuild src/index.ts --target=esnext --bundle --platform=node --minify --outfile=dist/repo-check.min.cjs",
"build:start": "pnpm build:app && node .",
"check": "pnpm i && pnpm start && pnpm lint && npm test && echo check success",
"check": "pnpm i && echo install success && pnpm start && pnpm lint && npm test && echo check success",
"dev": "watchlist src -eager -- pnpm build:start",
"lint": "tsc --noEmit && echo tsc success && eslint --cache --fix --ext .js,.ts . && echo eslint success && depcruise src --config && echo lint success",
"mark": "unique-mark dist/repo-check.min.cjs && echo mark success",
Expand All @@ -62,4 +62,4 @@
"test:watch": "vitest --coverage"
},
"version": "1.34.0"
}
}
Loading

0 comments on commit d3007a7

Please sign in to comment.