mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 17:11:15 +10:00
update packages
This commit is contained in:
@ -16,13 +16,14 @@
|
|||||||
"@mantine/modals": "^7.2.2",
|
"@mantine/modals": "^7.2.2",
|
||||||
"@mantine/notifications": "^7.2.2",
|
"@mantine/notifications": "^7.2.2",
|
||||||
"@mantine/spotlight": "^7.2.2",
|
"@mantine/spotlight": "^7.2.2",
|
||||||
"@tabler/icons-react": "^2.40.0",
|
"@tabler/icons-react": "^2.42.0",
|
||||||
"@tanstack/react-query": "^5.8.3",
|
"@tanstack/react-query": "^5.8.6",
|
||||||
"@tiptap/extension-code-block": "^2.1.12",
|
"@tiptap/extension-code-block": "^2.1.12",
|
||||||
"@tiptap/extension-collaboration": "^2.1.12",
|
"@tiptap/extension-collaboration": "^2.1.12",
|
||||||
"@tiptap/extension-collaboration-cursor": "^2.1.12",
|
"@tiptap/extension-collaboration-cursor": "^2.1.12",
|
||||||
"@tiptap/extension-color": "^2.1.12",
|
"@tiptap/extension-color": "^2.1.12",
|
||||||
"@tiptap/extension-document": "^2.1.12",
|
"@tiptap/extension-document": "^2.1.12",
|
||||||
|
"@tiptap/extension-focus": "^2.1.12",
|
||||||
"@tiptap/extension-heading": "^2.1.12",
|
"@tiptap/extension-heading": "^2.1.12",
|
||||||
"@tiptap/extension-highlight": "^2.1.12",
|
"@tiptap/extension-highlight": "^2.1.12",
|
||||||
"@tiptap/extension-link": "^2.1.12",
|
"@tiptap/extension-link": "^2.1.12",
|
||||||
@ -43,7 +44,7 @@
|
|||||||
"@tiptap/react": "^2.1.12",
|
"@tiptap/react": "^2.1.12",
|
||||||
"@tiptap/starter-kit": "^2.1.12",
|
"@tiptap/starter-kit": "^2.1.12",
|
||||||
"@tiptap/suggestion": "^2.1.12",
|
"@tiptap/suggestion": "^2.1.12",
|
||||||
"axios": "^1.6.0",
|
"axios": "^1.6.2",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^2.30.0",
|
||||||
"jotai": "^2.5.1",
|
"jotai": "^2.5.1",
|
||||||
@ -52,34 +53,33 @@
|
|||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-arborist": "^3.2.0",
|
"react-arborist": "^3.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-hot-toast": "^2.4.1",
|
"react-router-dom": "^6.20.0",
|
||||||
"react-router-dom": "^6.18.0",
|
|
||||||
"socket.io-client": "^4.7.2",
|
"socket.io-client": "^4.7.2",
|
||||||
"tippy.js": "^6.3.7",
|
"tippy.js": "^6.3.7",
|
||||||
"uuid": "^9.0.1",
|
"uuid": "^9.0.1",
|
||||||
"y-indexeddb": "^9.0.12",
|
"y-indexeddb": "^9.0.12",
|
||||||
"yjs": "^13.6.8",
|
"yjs": "^13.6.10",
|
||||||
"zod": "^3.22.4"
|
"zod": "^3.22.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tanstack/eslint-plugin-query": "^5.8.3",
|
"@tanstack/eslint-plugin-query": "^5.8.4",
|
||||||
"@types/js-cookie": "^3.0.4",
|
"@types/js-cookie": "^3.0.6",
|
||||||
"@types/node": "20.8.6",
|
"@types/node": "20.10.0",
|
||||||
"@types/react": "^18.2.29",
|
"@types/react": "^18.2.38",
|
||||||
"@types/react-dom": "^18.2.14",
|
"@types/react-dom": "^18.2.17",
|
||||||
"@types/uuid": "^9.0.7",
|
"@types/uuid": "^9.0.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
||||||
"@typescript-eslint/parser": "^6.0.0",
|
"@typescript-eslint/parser": "^6.12.0",
|
||||||
"@vitejs/plugin-react": "^4.0.3",
|
"@vitejs/plugin-react": "^4.2.0",
|
||||||
"eslint": "^8.51.0",
|
"eslint": "^8.54.0",
|
||||||
"eslint-plugin-react-hooks": "^4.6.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",
|
"optics-ts": "^2.4.1",
|
||||||
"postcss": "^8.4.31",
|
"postcss": "^8.4.31",
|
||||||
"postcss-preset-mantine": "^1.11.0",
|
"postcss-preset-mantine": "^1.11.0",
|
||||||
"postcss-simple-vars": "^7.0.1",
|
"postcss-simple-vars": "^7.0.1",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.1.0",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.3.2",
|
||||||
"vite": "^4.4.5"
|
"vite": "^5.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,23 +27,23 @@
|
|||||||
"migration:show": "npm run typeorm migration:show"
|
"migration:show": "npm run typeorm migration:show"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.431.0",
|
"@aws-sdk/client-s3": "^3.456.0",
|
||||||
"@aws-sdk/s3-request-presigner": "^3.431.0",
|
"@aws-sdk/s3-request-presigner": "^3.456.0",
|
||||||
"@hocuspocus/server": "^2.8.1",
|
"@hocuspocus/server": "^2.8.1",
|
||||||
"@hocuspocus/transformer": "^2.8.1",
|
"@hocuspocus/transformer": "^2.8.1",
|
||||||
"@nestjs/common": "^10.2.7",
|
"@nestjs/common": "^10.2.10",
|
||||||
"@nestjs/config": "^3.1.1",
|
"@nestjs/config": "^3.1.1",
|
||||||
"@nestjs/core": "^10.2.7",
|
"@nestjs/core": "^10.2.10",
|
||||||
"@nestjs/jwt": "^10.1.1",
|
"@nestjs/jwt": "^10.2.0",
|
||||||
"@nestjs/mapped-types": "^2.0.2",
|
"@nestjs/mapped-types": "^2.0.4",
|
||||||
"@nestjs/platform-fastify": "^10.2.7",
|
"@nestjs/platform-fastify": "^10.2.10",
|
||||||
"@nestjs/platform-socket.io": "^10.2.7",
|
"@nestjs/platform-socket.io": "^10.2.10",
|
||||||
"@nestjs/typeorm": "^10.0.0",
|
"@nestjs/typeorm": "^10.0.1",
|
||||||
"@nestjs/websockets": "^10.2.7",
|
"@nestjs/websockets": "^10.2.10",
|
||||||
"bcrypt": "^5.1.1",
|
"bcrypt": "^5.1.1",
|
||||||
"class-transformer": "^0.5.1",
|
"class-transformer": "^0.5.1",
|
||||||
"class-validator": "^0.14.0",
|
"class-validator": "^0.14.0",
|
||||||
"fastify": "^4.24.2",
|
"fastify": "^4.24.3",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
"mime-types": "^2.1.35",
|
"mime-types": "^2.1.35",
|
||||||
"pg": "^8.11.3",
|
"pg": "^8.11.3",
|
||||||
@ -55,21 +55,21 @@
|
|||||||
"ws": "^8.14.2"
|
"ws": "^8.14.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nestjs/cli": "^10.1.18",
|
"@nestjs/cli": "^10.2.1",
|
||||||
"@nestjs/schematics": "^10.0.2",
|
"@nestjs/schematics": "^10.0.3",
|
||||||
"@nestjs/testing": "^10.2.7",
|
"@nestjs/testing": "^10.2.10",
|
||||||
"@types/bcrypt": "^5.0.0",
|
"@types/bcrypt": "^5.0.2",
|
||||||
"@types/debounce": "^1.2.4",
|
"@types/debounce": "^1.2.4",
|
||||||
"@types/fs-extra": "^11.0.2",
|
"@types/fs-extra": "^11.0.4",
|
||||||
"@types/jest": "^29.5.5",
|
"@types/jest": "^29.5.10",
|
||||||
"@types/mime-types": "^2.1.2",
|
"@types/mime-types": "^2.1.4",
|
||||||
"@types/node": "^20.8.6",
|
"@types/node": "^20.10.0",
|
||||||
"@types/supertest": "^2.0.14",
|
"@types/supertest": "^2.0.16",
|
||||||
"@types/uuid": "^9.0.5",
|
"@types/uuid": "^9.0.7",
|
||||||
"@types/ws": "^8.5.7",
|
"@types/ws": "^8.5.10",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||||
"@typescript-eslint/parser": "^5.62.0",
|
"@typescript-eslint/parser": "^5.62.0",
|
||||||
"eslint": "^8.51.0",
|
"eslint": "^8.54.0",
|
||||||
"eslint-config-prettier": "^8.10.0",
|
"eslint-config-prettier": "^8.10.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
@ -77,10 +77,10 @@
|
|||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"supertest": "^6.3.3",
|
"supertest": "^6.3.3",
|
||||||
"ts-jest": "^29.1.1",
|
"ts-jest": "^29.1.1",
|
||||||
"ts-loader": "^9.5.0",
|
"ts-loader": "^9.5.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsconfig-paths": "^4.2.0",
|
"tsconfig-paths": "^4.2.0",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.3.2"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"moduleFileExtensions": [
|
"moduleFileExtensions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user