Skip to content

Commit

Permalink
fix: latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed May 21, 2024
1 parent 2026f17 commit db10f2e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 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-46.29%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-76.19%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-56%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-46.29%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-48.29%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-76.19%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-56%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-48.29%25-red.svg?style=flat) |
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.78",
"version": "0.0.79",
"sideEffects": false,
"type": "module",
"scripts": {
Expand All @@ -13,35 +13,35 @@
"dependencies": {
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-dialog": "1.0.6-rc.5",
"@radix-ui/react-dropdown-menu": "2.0.7-rc.10",
"@radix-ui/react-label": "2.0.3-rc.6",
"@radix-ui/react-navigation-menu": "1.1.5-rc.9",
"@radix-ui/react-popover": "1.0.8-rc.8",
"@radix-ui/react-progress": "1.0.3",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-radio-group": "1.1.4-rc.10",
"@radix-ui/react-select": "2.0.1-rc.11",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slider": "1.1.2",
"@radix-ui/react-slider": "1.2.0-rc.2",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@radix-ui/react-tabs": "1.0.5-rc.10",
"@radix-ui/react-tooltip": "1.0.8-rc.8",
"autoprefixer": "10.4.19",
"class-variance-authority": "0.7.0",
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "0.2.0",
"lodash-es": "4.17.21",
"lucide-react": "0.378.0",
"lucide-react": "0.379.0",
"next-themes": "0.3.0",
"react-hook-form": "7.51.4",
"react-hook-form": "7.51.5",
"simplebar-react": "3.2.5",
"sonner": "1.4.41",
"string-ts": "2.1.1",
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "1.0.7",
"typescript": "5.4.5"
"typescript": "5.5.0-dev.20240521"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
Expand All @@ -51,10 +51,10 @@
"@types/jest": "29.5.12",
"@types/lodash-es": "4.17.12",
"@vitejs/plugin-react-swc": "3.6.0",
"@vitest/coverage-v8": "1.6.0",
"happy-dom": "14.10.1",
"@vitest/coverage-v8": "2.0.0-beta.3",
"happy-dom": "14.11.0",
"istanbul-badges-readme": "1.9.0",
"vitest": "1.6.0"
"vitest": "2.0.0-beta.3"
},
"peerDependencies": {
"@types/react": "^18",
Expand Down

0 comments on commit db10f2e

Please sign in to comment.