Skip to content

Commit

Permalink
fix: bump all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jun 5, 2024
1 parent 7779e06 commit 3b49c16
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions config/biome.base.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"files": {
"ignore": [".next", ".vercel", "*.spec.*", "*.test.*", "build", "dist", "node_modules"],
"ignoreUnknown": true
Expand Down Expand Up @@ -79,7 +79,7 @@
"jsxQuoteStyle": "double",
"quoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "always",
"bracketSpacing": true,
"bracketSameLine": false,
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.87",
"version": "0.0.88",
"sideEffects": false,
"type": "module",
"scripts": {
Expand All @@ -11,27 +11,27 @@
"test": "vitest run --silent --coverage && istanbul-badges-readme"
},
"dependencies": {
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-avatar": "1.1.0-rc.3",
"@radix-ui/react-checkbox": "1.1.0-rc.3",
"@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.4-rc.10",
"@radix-ui/react-select": "2.0.1-rc.11",
"@radix-ui/react-separator": "1.0.3",
"@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.5-rc.10",
"@radix-ui/react-tooltip": "1.0.8-rc.8",
"@radix-ui/react-dropdown-menu": "2.1.0-rc.3",
"@radix-ui/react-label": "2.1.0-rc.3",
"@radix-ui/react-navigation-menu": "1.2.0-rc.3",
"@radix-ui/react-popover": "1.1.0-rc.3",
"@radix-ui/react-progress": "1.1.0-rc.3",
"@radix-ui/react-radio-group": "1.2.0-rc.3",
"@radix-ui/react-select": "2.1.0-rc.3",
"@radix-ui/react-separator": "1.1.0-rc.3",
"@radix-ui/react-slider": "1.2.0-rc.6",
"@radix-ui/react-slot": "1.1.0-rc.3",
"@radix-ui/react-switch": "1.1.0-rc.3",
"@radix-ui/react-tabs": "1.1.0-rc.3",
"@radix-ui/react-tooltip": "1.1.0-rc.3",
"autoprefixer": "10.4.19",
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "0.2.0",
"lucide-react": "0.379.0",
"lucide-react": "0.383.0",
"next-themes": "0.3.0",
"radash": "12.1.0",
"react-hook-form": "7.51.5",
Expand All @@ -41,19 +41,19 @@
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.0-dev.20240527"
"typescript": "5.6.0-dev.20240605"
},
"devDependencies": {
"@biomejs/biome": "1.7.4-nightly.125f34b",
"@biomejs/biome": "1.8.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.12",
"@vitejs/plugin-react-swc": "3.7.0",
"@vitest/coverage-v8": "2.0.0-beta.3",
"happy-dom": "14.11.1",
"@vitest/coverage-v8": "2.0.0-beta.9",
"happy-dom": "14.12.0",
"istanbul-badges-readme": "1.9.0",
"vitest": "2.0.0-beta.3"
"vitest": "2.0.0-beta.9"
},
"peerDependencies": {
"@types/react": "^18",
Expand Down

0 comments on commit 3b49c16

Please sign in to comment.