Skip to content

Commit

Permalink
0.0.275 - fix: bump radix
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jan 25, 2025
1 parent 8d15d1f commit 20e4b43
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.274",
"version": "0.0.275",
"private": false,
"sideEffects": false,
"type": "module",
Expand All @@ -22,28 +22,28 @@
"@poppinss/intl-formatter": "3.0.4",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-dialog": "1.1.5",
"@radix-ui/react-dropdown-menu": "2.1.5",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-navigation-menu": "1.2.3",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-navigation-menu": "1.2.4",
"@radix-ui/react-popover": "1.1.5",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-select": "2.1.4",
"@radix-ui/react-select": "2.1.5",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-tooltip": "1.1.6",
"@radix-ui/react-tooltip": "1.1.7",
"@react-oauth/google": "0.12.1",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "5.64.2",
"@tanstack/react-query-devtools": "5.64.2",
"@tanstack/react-table": "8.20.6",
"@total-typescript/ts-reset": "0.6.1",
"@types/ws": "8.5.13",
"@types/ws": "8.5.14",
"@vercel/blob": "0.27.1",
"@vercel/kv": "3.0.0",
"autoprefixer": "10.4.20",
Expand All @@ -54,11 +54,11 @@
"deepmerge": "4.3.1",
"es-toolkit": "1.31.0",
"ethers": "6.13.5",
"framer-motion": "11.18.0",
"google-auth-library": "9.15.0",
"framer-motion": "12.0.5",
"google-auth-library": "9.15.1",
"javascript-time-ago": "2.5.11",
"ky": "1.7.4",
"lucide-react": "0.473.0",
"lucide-react": "0.474.0",
"lz-string": "1.5.0",
"mermaid": "10.9.3",
"next": "15.1.6",
Expand All @@ -84,10 +84,10 @@
"tailwind-merge": "2.6.0",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"turbo": "2.3.3",
"turbo": "2.3.4",
"type-fest": "4.33.0",
"typescript": "5.7.3",
"viem": "2.22.11",
"viem": "2.22.14",
"wagmi": "2.14.9",
"ws": "8.18.0",
"zod": "3.24.1"
Expand All @@ -98,7 +98,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "16.5.3",
"happy-dom": "16.7.2",
"istanbul-badges-readme": "1.9.0",
"react": "19.0.0",
"react-dom": "19.0.0"
Expand Down

0 comments on commit 20e4b43

Please sign in to comment.