Skip to content

Commit

Permalink
0.0.268 - fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jan 8, 2025
1 parent 8fd198e commit 85f47d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.267",
"version": "0.0.268",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@react-oauth/google": "0.12.1",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "5.62.16",
"@tanstack/react-query-devtools": "5.62.16",
"@tanstack/react-query": "5.63.0",
"@tanstack/react-query-devtools": "5.63.0",
"@tanstack/react-table": "8.20.6",
"@total-typescript/ts-reset": "0.6.1",
"@types/ws": "8.5.13",
Expand All @@ -54,13 +54,13 @@
"deepmerge": "4.3.1",
"es-toolkit": "1.31.0",
"ethers": "6.13.5",
"framer-motion": "11.16.0",
"framer-motion": "11.16.1",
"google-auth-library": "9.15.0",
"javascript-time-ago": "2.5.11",
"ky": "1.7.4",
"lucide-react": "0.469.0",
"mermaid": "10.9.3",
"next": "15.1.3",
"next": "15.1.4",
"next-extra": "0.6.1",
"next-themes": "0.4.4",
"notion-client": "6.16.0",
Expand All @@ -86,7 +86,7 @@
"turbo": "2.3.3",
"type-fest": "4.31.0",
"typescript": "5.7.2",
"viem": "2.22.3",
"viem": "2.22.4",
"wagmi": "2.14.6",
"ws": "8.18.0",
"zod": "3.24.1"
Expand All @@ -97,7 +97,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "16.3.0",
"happy-dom": "16.5.2",
"istanbul-badges-readme": "1.9.0",
"react": "19.0.0",
"react-dom": "19.0.0"
Expand Down

0 comments on commit 85f47d9

Please sign in to comment.