Skip to content

Commit

Permalink
clean up unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amiecorso committed Nov 5, 2024
1 parent 8fc49e9 commit 6ba3d9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"vocs": "latest"
},
"devDependencies": {
"@types/node": "^22.8.6",
"dprint": "^0.45.1",
"permissionless": "^0.1.29",
"simple-git-hooks": "^2.11.1",
Expand All @@ -28,5 +27,6 @@
},
"simple-git-hooks": {
"pre-commit": "bun dprint check"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"types": ["node"],

/* Bundler mode */
"moduleResolution": "bundler",
Expand Down

0 comments on commit 6ba3d9b

Please sign in to comment.