Skip to content

Commit

Permalink
fix: missing packages in utils and live
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramveeraghanta committed Dec 22, 2024
1 parent 60f7edc commit 1ee0661
Show file tree
Hide file tree
Showing 3 changed files with 2,980 additions and 2,892 deletions.
1 change: 1 addition & 0 deletions live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@hocuspocus/extension-logger": "^2.11.3",
"@hocuspocus/extension-redis": "^2.13.5",
"@hocuspocus/server": "^2.11.3",
"@plane/constants": "*",
"@plane/editor": "*",
"@plane/types": "*",
"@sentry/node": "^8.28.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"clsx": "^2.1.1",
"isomorphic-dompurify": "^2.16.0",
"react": "^18.3.1",
"tailwind-merge": "^2.5.5"
"tailwind-merge": "^2.5.5",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@plane/eslint-config": "*",
"@types/node": "^22.5.4",
"@types/react": "^18.3.11",
"@types/zxcvbn": "^4.4.5",
"tsup": "^7.2.0",
"typescript": "^5.3.3"
}
Expand Down
Loading

0 comments on commit 1ee0661

Please sign in to comment.