add local editor-ext to client package.json

* update vite
This commit is contained in:
Philipinho
2024-10-10 21:57:36 +01:00
parent 384f11f2b7
commit 078361b367
2 changed files with 13 additions and 9 deletions

View File

@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@docmost/editor-ext": "workspace:*",
"@casl/ability": "^6.7.1",
"@casl/react": "^4.0.0",
"@emoji-mart/data": "^1.2.1",
@ -67,6 +68,6 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"vite": "^5.4.8"
}
}