Skip to content

Commit

Permalink
0.0.261 - fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Dec 27, 2024
1 parent f3c23be commit 055ea95
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 37 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ https://www.npmjs.com/package/@risc0/ui

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-41.01%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-78.57%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-72.09%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-41.01%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-41.79%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-79.71%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-73.8%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-41.79%25-red.svg?style=flat) |
23 changes: 0 additions & 23 deletions commit.js

This file was deleted.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.260",
"version": "0.0.261",
"private": false,
"sideEffects": false,
"type": "module",
Expand All @@ -19,7 +19,7 @@
"@biomejs/biome": "1.9.4",
"@formkit/auto-animate": "0.8.2",
"@number-flow/react": "0.4.4",
"@poppinss/intl-formatter": "3.0.3",
"@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",
Expand All @@ -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.8",
"@tanstack/react-query-devtools": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query-devtools": "5.62.11",
"@tanstack/react-table": "8.20.6",
"@total-typescript/ts-reset": "0.6.1",
"@types/ws": "8.5.13",
Expand All @@ -52,15 +52,15 @@
"clsx": "2.1.1",
"cmdk": "1.0.0",
"deepmerge": "4.3.1",
"es-toolkit": "1.30.1",
"es-toolkit": "1.31.0",
"ethers": "6.13.4",
"framer-motion": "11.15.0",
"google-auth-library": "9.15.0",
"javascript-time-ago": "2.5.11",
"ky": "1.7.4",
"lucide-react": "0.468.0",
"lucide-react": "0.469.0",
"mermaid": "10.9.3",
"next": "15.1.2",
"next": "15.1.3",
"next-extra": "0.6.1",
"next-themes": "0.4.4",
"notion-client": "6.16.0",
Expand All @@ -79,24 +79,24 @@
"server-only": "0.0.1",
"smol-string": "1.0.3",
"sonner": "1.7.1",
"tailwind-merge": "2.5.5",
"tailwind-merge": "2.6.0",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"turbo": "2.3.3",
"type-fest": "4.30.2",
"type-fest": "4.31.0",
"typescript": "5.7.2",
"viem": "2.21.55",
"wagmi": "2.14.3",
"viem": "2.21.57",
"wagmi": "2.14.6",
"ws": "8.18.0",
"zod": "3.24.1"
},
"devDependencies": {
"@ladle/react": "4.1.2",
"@ladle/react": "5.0.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "15.11.7",
"happy-dom": "16.0.1",
"istanbul-badges-readme": "1.9.0",
"react": "19.0.0",
"react-dom": "19.0.0"
Expand Down

0 comments on commit 055ea95

Please sign in to comment.