Skip to content

Commit

Permalink
chore: add biome as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 30, 2024
1 parent 6971f02 commit 5785a55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.54",
"version": "0.0.55",
"sideEffects": false,
"type": "module",
"scripts": {
Expand All @@ -11,6 +11,7 @@
"test": "bun test spec"
},
"dependencies": {
"@biomejs/biome": "1.7.2",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-dialog": "1.0.5",
Expand All @@ -34,7 +35,7 @@
"clsx": "2.1.1",
"cmdk": "0.2.0",
"lodash-es": "4.17.21",
"lucide-react": "0.375.0",
"lucide-react": "0.376.0",
"next-themes": "0.3.0",
"react-hook-form": "7.51.3",
"sonner": "1.4.41",
Expand Down

0 comments on commit 5785a55

Please sign in to comment.