chore: added missing dependencies in packages (#2540)

This commit is contained in:
Henit Chobisa 2023-10-26 12:37:24 +05:30 committed by GitHub
parent a49f00bd39
commit 993b388f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,7 @@
"next-themes": "^0.2.1" "next-themes": "^0.2.1"
}, },
"dependencies": { "dependencies": {
"react-moveable" : "^0.54.2",
"@blueprintjs/popover2": "^2.0.10", "@blueprintjs/popover2": "^2.0.10",
"@tiptap/core": "^2.1.7", "@tiptap/core": "^2.1.7",
"@tiptap/extension-color": "^2.1.11", "@tiptap/extension-color": "^2.1.11",

View File

@ -16,6 +16,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
}, },
"devDependencies": { "devDependencies": {
"@types/react-color" : "^3.0.9",
"@types/node": "^20.5.2", "@types/node": "^20.5.2",
"@types/react": "18.2.0", "@types/react": "18.2.0",
"@types/react-dom": "18.2.0", "@types/react-dom": "18.2.0",

View File

@ -16,6 +16,8 @@
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.13", "@headlessui/react": "^1.7.13",
"@mui/material": "^5.14.1", "@mui/material": "^5.14.1",
"@plane/ui" : "*",
"@plane/lite-text-editor" : "*",
"@plane/rich-text-editor": "*", "@plane/rich-text-editor": "*",
"axios": "^1.3.4", "axios": "^1.3.4",
"clsx": "^2.0.0", "clsx": "^2.0.0",