Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed Mar 17, 2024
1 parent 6c7eaa7 commit 2df6921
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -46,23 +46,23 @@
"postinstall": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.0.0",
"@types/node": "^20.9.1",
"@typescript-eslint/parser": "^6.11.0",
"bumpp": "^9.2.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"esno": "^4.0.0",
"lint-staged": "^15.1.0",
"@antfu/eslint-config": "^2.8.3",
"@types/node": "^20.11.28",
"@typescript-eslint/parser": "^7.2.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"esno": "^4.7.0",
"lint-staged": "^15.2.2",
"picocolors": "^1.0.0",
"prettier": "^3.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"tsup": "^8.0.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^1.0.4"
"simple-git-hooks": "^2.11.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.4.0"
},
"simple-git-hooks": {
"pre-commit": "bun run lint && bun run typecheck && bun lint-staged",
Expand Down

0 comments on commit 2df6921

Please sign in to comment.