Skip to content

Commit

Permalink
fix: all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Dec 4, 2024
1 parent cefb212 commit eace93b
Showing 1 changed file with 59 additions and 16 deletions.
75 changes: 59 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.232",
"version": "0.0.234",
"private": false,
"sideEffects": false,
"type": "module",
Expand All @@ -15,6 +15,11 @@
"story": "ladle serve"
},
"dependencies": {
"@biomejs/biome": "1.9.4",
"@formkit/auto-animate": "0.8.2",
"@neondatabase/serverless": "0.10.4",
"@number-flow/react": "0.4.2",
"@poppinss/intl-formatter": "3.0.3",
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-dialog": "1.1.2",
Expand All @@ -31,38 +36,76 @@
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "1.1.1",
"@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-table": "8.20.5",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@total-typescript/ts-reset": "0.6.1",
"@vercel/blob": "0.26.0",
"@vercel/kv": "3.0.0",
"@vercel/speed-insights": "1.2.0-canary.4",
"@vitejs/plugin-react-swc": "3.7.2",
"autoprefixer": "10.4.20",
"axios": "1.7.8",
"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",
"deepmerge": "4.3.1",
"dotenv": "16.4.7",
"es-toolkit": "1.29.0",
"ethers": "6.13.4",
"framer-motion": "11.13.1",
"google-auth-library": "9.15.0",
"istanbul-badges-readme": "1.9.0",
"javascript-time-ago": "2.5.11",
"ky": "1.7.2",
"lucide-react": "0.465.0",
"mermaid": "10.9.3",
"next": "15.0.4-canary.36",
"next-extra": "0.6.1",
"next-themes": "0.4.3",
"notion-client": "6.16.0",
"notion-types": "6.16.0",
"notion-utils": "6.16.0",
"npm-run-all": "4.1.5",
"nuqs": "2.2.3",
"pino-pretty": "13.0.0",
"pretty-ms": "9.2.0",
"prismjs": "1.29.0",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-hook-form": "7.53.2",
"react-icons": "5.4.0",
"react-notion-x": "6.16.0",
"react-time-ago": "7.3.3",
"recharts": "2.14.1",
"server-only": "0.0.1",
"smol-string": "1.0.3",
"sonner": "1.7.0",
"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",
"vaul": "1.1.1"
"vaul": "1.1.1",
"viem": "2.21.53",
"wagmi": "2.13.3",
"ws": "8.18.0",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@ladle/react": "4.1.2",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "15.11.7",
"istanbul-badges-readme": "1.9.0",
"next-themes": "0.4.3",
"npm-run-all": "4.1.5"
"happy-dom": "15.11.7"
},
"peerDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
"overrides": {
"react-is": "19.0.0-rc-6f23540c7d-20240528"
}
}

0 comments on commit eace93b

Please sign in to comment.