Skip to content

Commit

Permalink
Update all non-major dependencies (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent f81b400 commit d3996dd
Show file tree
Hide file tree
Showing 5 changed files with 1,019 additions and 632 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fumadocs-core": "^13.0.1",
"fumadocs-mdx": "^9.0.0",
"fumadocs-ui": "^13.0.1",
"lucide-react": "^0.462.0",
"lucide-react": "^0.468.0",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-themes": "^0.4.0",
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": "[email protected].2",
"packageManager": "[email protected].4",
"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.18"
"next": "14.2.20"
},
"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.462.0",
"lucide-react": "^0.468.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tippy.js": "^6.3.7"
Expand Down
Loading

0 comments on commit d3996dd

Please sign in to comment.