Skip to content

Commit

Permalink
fix: bump deps dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Nov 5, 2024
1 parent 9528def commit f96add2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-36.94%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-79.51%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-72%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-36.94%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-36.14%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-79.51%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-72%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-36.14%25-red.svg?style=flat) |
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.203",
"version": "0.0.205",
"private": false,
"sideEffects": false,
"type": "module",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.1",
Expand All @@ -37,7 +37,7 @@
"cmdk": "1.0.0",
"deepmerge": "4.3.1",
"lucide-react": "0.454.0",
"next-themes": "0.4.1",
"next-themes": "0.4.3",
"p-safe": "1.0.0",
"react-hook-form": "7.52.2",
"recharts": "2.13.3",
Expand All @@ -57,7 +57,7 @@
"@testing-library/react-hooks": "8.0.1",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "15.7.4",
"happy-dom": "15.9.0",
"istanbul-badges-readme": "1.9.0",
"npm-run-all": "4.1.5"
},
Expand Down

0 comments on commit f96add2

Please sign in to comment.