Skip to content

Commit

Permalink
Fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 29, 2023
1 parent 2843c7f commit 4456316
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"vercel": "32.5.3"
"vercel": "33.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check:types": "tsc --noEmit"
},
"dependencies": {
"@vercel/kv": "0.2.4"
"@vercel/kv": "1.0.1"
}
}

12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"./utils": "./src/utils"
},
"dependencies": {
"@mui/icons-material": "^5.15.0",
"@mui/icons-material": "^5.15.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
Expand All @@ -83,12 +83,12 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"lucide-react": "^0.295.0",
"react-day-picker": "^8.9.1",
"date-fns": "^3.0.6",
"lucide-react": "^0.303.0",
"react-day-picker": "^8.10.0",
"react-icons": "^4.12.0",
"tailwind-merge": "2.0.0",
"tailwindcss": "^3.3.6",
"tailwind-merge": "2.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
}
}

0 comments on commit 4456316

Please sign in to comment.