Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jun 14, 2024
1 parent 304df38 commit 8e6515d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/biome.base.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"files": {
"ignore": [".next", ".vercel", "*.spec.*", "*.test.*", "build", "dist", "node_modules"],
"ignoreUnknown": true
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.99",
"version": "0.0.100",
"sideEffects": false,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,17 +31,17 @@
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "0.2.0",
"lucide-react": "0.394.0",
"lucide-react": "0.395.0",
"next-themes": "0.3.0",
"radash": "12.1.0",
"react-hook-form": "7.51.5",
"simplebar-react": "3.2.5",
"simplebar-react": "3.2.6",
"sonner": "1.5.0",
"string-ts": "2.1.1",
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.0-dev.20240613",
"typescript": "5.6.0-dev.20240614",
"vaul": "0.9.1"
},
"devDependencies": {
Expand Down

0 comments on commit 8e6515d

Please sign in to comment.