mirror of
https://github.com/docmost/docmost.git
synced 2026-05-20 16:44:05 +08:00
Update dependencies
* add 'use client' to more components * install more tiptap extensions
This commit is contained in:
+38
-29
@@ -10,47 +10,56 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hocuspocus/provider": "^2.5.0",
|
||||
"@mantine/core": "^7.0.2",
|
||||
"@mantine/form": "^7.0.2",
|
||||
"@mantine/hooks": "^7.0.2",
|
||||
"@mantine/spotlight": "^7.0.2",
|
||||
"@tabler/icons-react": "^2.32.0",
|
||||
"@tanstack/react-query": "^4.33.0",
|
||||
"@tanstack/react-table": "^8.9.3",
|
||||
"@tiptap/extension-collaboration": "^2.1.8",
|
||||
"@tiptap/extension-collaboration-cursor": "^2.1.8",
|
||||
"@tiptap/extension-document": "^2.1.8",
|
||||
"@tiptap/extension-heading": "^2.1.8",
|
||||
"@tiptap/extension-placeholder": "^2.1.8",
|
||||
"@tiptap/pm": "^2.1.8",
|
||||
"@tiptap/react": "^2.1.8",
|
||||
"@tiptap/starter-kit": "^2.1.8",
|
||||
"axios": "^1.4.0",
|
||||
"@hocuspocus/provider": "^2.7.0",
|
||||
"@mantine/core": "^7.1.3",
|
||||
"@mantine/form": "^7.1.3",
|
||||
"@mantine/hooks": "^7.1.3",
|
||||
"@mantine/spotlight": "^7.1.3",
|
||||
"@mantine/tiptap": "^7.1.3",
|
||||
"@tabler/icons-react": "^2.39.0",
|
||||
"@tanstack/react-query": "^4.36.1",
|
||||
"@tanstack/react-table": "^8.10.7",
|
||||
"@tiptap/extension-collaboration": "^2.1.12",
|
||||
"@tiptap/extension-collaboration-cursor": "^2.1.12",
|
||||
"@tiptap/extension-document": "^2.1.12",
|
||||
"@tiptap/extension-heading": "^2.1.12",
|
||||
"@tiptap/extension-highlight": "^2.1.12",
|
||||
"@tiptap/extension-link": "^2.1.12",
|
||||
"@tiptap/extension-placeholder": "^2.1.12",
|
||||
"@tiptap/extension-subscript": "^2.1.12",
|
||||
"@tiptap/extension-superscript": "^2.1.12",
|
||||
"@tiptap/extension-text-align": "^2.1.12",
|
||||
"@tiptap/extension-underline": "^2.1.12",
|
||||
"@tiptap/pm": "^2.1.12",
|
||||
"@tiptap/react": "^2.1.12",
|
||||
"@tiptap/starter-kit": "^2.1.12",
|
||||
"axios": "^1.5.1",
|
||||
"clsx": "^2.0.0",
|
||||
"jotai": "^2.3.1",
|
||||
"jotai": "^2.4.3",
|
||||
"jotai-optics": "^0.3.1",
|
||||
"js-cookie": "^3.0.5",
|
||||
"next": "13.5.3",
|
||||
"next": "13.5.5",
|
||||
"react": "18.2.0",
|
||||
"react-arborist": "^3.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"socket.io-client": "^4.7.2",
|
||||
"typescript": "5.2.2",
|
||||
"uuid": "^9.0.1",
|
||||
"yjs": "^13.6.7",
|
||||
"zod": "^3.22.2"
|
||||
"y-indexeddb": "^9.0.11",
|
||||
"yjs": "^13.6.8",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-cookie": "^3.0.3",
|
||||
"@types/node": "20.4.8",
|
||||
"@types/react": "18.2.18",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"eslint": "8.46.0",
|
||||
"eslint-config-next": "13.4.13",
|
||||
"@types/js-cookie": "^3.0.4",
|
||||
"@types/node": "20.8.6",
|
||||
"@types/react": "18.2.28",
|
||||
"@types/react-dom": "18.2.13",
|
||||
"eslint": "8.51.0",
|
||||
"eslint-config-next": "13.5.5",
|
||||
"optics-ts": "^2.4.1",
|
||||
"postcss": "^8.4.30",
|
||||
"postcss-preset-mantine": "^1.7.0",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-preset-mantine": "^1.9.0",
|
||||
"postcss-simple-vars": "^7.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user