Skip to content

Commit

Permalink
Update all non-major dependencies (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 5a2fd10 commit 99b3ef2
Show file tree
Hide file tree
Showing 6 changed files with 1,460 additions and 1,641 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@prisma/client": "^5.17.0",
"@radix-ui/react-select": "^2.1.2",
"@vercel/postgres": "^0.10.0",
"cva": "1.0.0-beta.1",
"cva": "1.0.0-beta.2",
"date-fns": "^4.1.0",
"fumadocs-core": "^13.0.1",
"fumadocs-mdx": "^9.0.0",
"fumadocs-ui": "^13.0.1",
"lucide-react": "^0.452.0",
"lucide-react": "^0.462.0",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"next-themes": "^0.4.0",
"prisma": "^5.17.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:16.4
image: postgres:16.6
user: postgres
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fuma-comment",
"private": true,
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.14.2",
"scripts": {
"version": "changeset version",
"release": "turbo run build --filter=./packages/* && changeset publish",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.15"
"next": "14.2.18"
},
"devDependencies": {
"typescript": "^5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@tiptap/react": "^2.5.8",
"@tiptap/suggestion": "^2.5.8",
"class-variance-authority": "^0.7.0",
"lucide-react": "^0.452.0",
"lucide-react": "^0.462.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tippy.js": "^6.3.7"
Expand Down
Loading

0 comments on commit 99b3ef2

Please sign in to comment.