Skip to content

Commit

Permalink
fix: remove canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Dec 9, 2024
1 parent 939a199 commit 32e7e8b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.240",
"version": "0.0.241",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -38,16 +38,15 @@
"@radix-ui/react-tooltip": "1.1.4",
"@react-oauth/google": "0.12.1",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query-devtools": "5.62.2",
"@tanstack/react-query": "5.62.3",
"@tanstack/react-query-devtools": "5.62.3",
"@tanstack/react-table": "8.20.5",
"@total-typescript/ts-reset": "0.6.1",
"@vercel/blob": "0.27.0",
"@vercel/kv": "3.0.0",
"autoprefixer": "10.4.20",
"axios": "1.7.9",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"canvas": "2.11.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.0.0",
Expand Down Expand Up @@ -77,15 +76,15 @@
"recharts": "2.14.1",
"server-only": "0.0.1",
"smol-string": "1.0.3",
"sonner": "1.7.0",
"sonner": "1.7.1",
"tailwind-merge": "2.5.5",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "1.0.7",
"turbo": "2.3.3",
"type-fest": "4.30.0",
"typescript": "5.7.2",
"viem": "2.21.54",
"wagmi": "2.13.3",
"wagmi": "2.13.4",
"ws": "8.18.0",
"zod": "3.23.8"
},
Expand Down

0 comments on commit 32e7e8b

Please sign in to comment.