Skip to content

Commit

Permalink
0.0.295 - fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Feb 25, 2025
1 parent d73312d commit 034de32
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.294",
"version": "0.0.295",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@radix-ui/react-tabs": "1.1.3",
"@radix-ui/react-tooltip": "1.1.8",
"@react-oauth/google": "0.12.1",
"@supabase/supabase-js": "2.48.1",
"@supabase/supabase-js": "2.49.1",
"@t3-oss/env-nextjs": "0.12.0",
"@tailwindcss/postcss": "4.0.8",
"@tanstack/match-sorter-utils": "8.19.4",
Expand All @@ -51,7 +51,7 @@
"@vercel/edge-config": "1.4.0",
"@vercel/kv": "3.0.0",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"boring-avatars": "1.11.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
Expand All @@ -63,7 +63,7 @@
"google-auth-library": "9.15.1",
"javascript-time-ago": "2.5.11",
"ky": "1.7.5",
"lucide-react": "0.475.0",
"lucide-react": "0.476.0",
"mermaid": "10.9.3",
"next": "15.1.7",
"next-extra": "0.6.1",
Expand All @@ -85,14 +85,14 @@
"recharts": "2.15.1",
"server-only": "0.0.1",
"sonner": "2.0.1",
"tailwind-merge": "3.0.1",
"tailwind-merge": "3.0.2",
"tailwindcss": "4.0.8",
"tailwindcss-animate": "1.0.7",
"turbo": "2.4.2",
"turbo": "2.4.3",
"type-fest": "4.35.0",
"typescript": "5.7.3",
"viem": "2.23.4",
"wagmi": "2.14.11",
"viem": "2.23.5",
"wagmi": "2.14.12",
"ws": "8.18.1",
"zod": "3.24.2"
},
Expand All @@ -102,7 +102,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "17.1.1",
"happy-dom": "17.1.8",
"istanbul-badges-readme": "1.9.0",
"react": "19.0.0",
"react-dom": "19.0.0"
Expand All @@ -116,5 +116,5 @@
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}

0 comments on commit 034de32

Please sign in to comment.