update packages

This commit is contained in:
Philipinho
2023-11-24 18:03:17 +00:00
parent aeb549add4
commit 21abde1054
2 changed files with 44 additions and 44 deletions

View File

@@ -16,13 +16,14 @@
"@mantine/modals": "^7.2.2",
"@mantine/notifications": "^7.2.2",
"@mantine/spotlight": "^7.2.2",
"@tabler/icons-react": "^2.40.0",
"@tanstack/react-query": "^5.8.3",
"@tabler/icons-react": "^2.42.0",
"@tanstack/react-query": "^5.8.6",
"@tiptap/extension-code-block": "^2.1.12",
"@tiptap/extension-collaboration": "^2.1.12",
"@tiptap/extension-collaboration-cursor": "^2.1.12",
"@tiptap/extension-color": "^2.1.12",
"@tiptap/extension-document": "^2.1.12",
"@tiptap/extension-focus": "^2.1.12",
"@tiptap/extension-heading": "^2.1.12",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
@@ -43,7 +44,7 @@
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/suggestion": "^2.1.12",
"axios": "^1.6.0",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"jotai": "^2.5.1",
@@ -52,34 +53,33 @@
"react": "^18.2.0",
"react-arborist": "^3.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.18.0",
"react-router-dom": "^6.20.0",
"socket.io-client": "^4.7.2",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1",
"y-indexeddb": "^9.0.12",
"yjs": "^13.6.8",
"yjs": "^13.6.10",
"zod": "^3.22.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.8.3",
"@types/js-cookie": "^3.0.4",
"@types/node": "20.8.6",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@tanstack/eslint-plugin-query": "^5.8.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.51.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-react-refresh": "^0.4.4",
"optics-ts": "^2.4.1",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.5"
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
}
}