Skip to content

Commit

Permalink
chore: ensure oxc-transform is a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 7, 2024
1 parent a68edcb commit 844add6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"test": "bun test",
"typecheck": "bun tsc --noEmit"
},
"dependencies": {
"oxc-transform": "^0.30.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@commitlint/cli": "^19.5.0",
Expand All @@ -58,7 +61,6 @@
"changelogen": "^0.5.7",
"commitizen": "^4.3.1",
"cz-git": "^1.10.1",
"oxc-transform": "^0.30.5",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.2"
Expand Down

0 comments on commit 844add6

Please sign in to comment.