Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Aug 7, 2024
1 parent 2d0fece commit 4447d42
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 1,175 deletions.
22 changes: 11 additions & 11 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"@mindfulyze/ui": "workspace:*",
"@mindfulyze/utils": "workspace:*",
"@types/react": "18.3.3",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.3.3"
},
"dependencies": {
"@tiptap/core": "2.4.0",
"@tiptap/extension-typography": "2.4.0",
"@tiptap/html": "2.4.0",
"@tiptap/pm": "2.4.0",
"lucide-react": "0.379.0",
"novel": "0.4.2",
"tailwindcss": "3.4.3",
"@tiptap/core": "2.5.9",
"@tiptap/extension-typography": "2.5.9",
"@tiptap/html": "2.5.9",
"@tiptap/pm": "2.5.9",
"lucide-react": "0.424.0",
"novel": "0.5.0",
"tailwindcss": "3.4.8",
"tiptap-extension-auto-joiner": "0.1.3",
"tiptap-extension-global-drag-handle": "0.1.7",
"use-debounce": "10.0.0"
"tiptap-extension-global-drag-handle": "0.1.10",
"use-debounce": "10.0.2"
}
}
20 changes: 10 additions & 10 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"typescript": "5.3.3"
},
"dependencies": {
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-alert-dialog": "1.0.5",
"@radix-ui/react-avatar": "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-popover": "1.0.7",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"class-variance-authority": "0.7.0",
"lucide-react": "0.424.0",
"next-themes": "0.3.0",
Expand Down
Loading

1 comment on commit 4447d42

@vercel
Copy link

@vercel vercel bot commented on 4447d42 Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.