Skip to content

Commit

Permalink
Fix: forgot to add package
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmullapudi committed Feb 11, 2025
1 parent 02acb61 commit cf4a437
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
1 change: 1 addition & 0 deletions apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@sigma/types": "workspace:*",
"@tegonhq/ui": "0.2.35",
"@tiptap/core": "^2.3.0",
"@tiptap/extension-code-block-lowlight": "^2.11.5",
"@tiptap/extension-collaboration": "^2.8.0",
"@tiptap/extension-collaboration-cursor": "^2.8.0",
"@tiptap/extension-mention": "^2.10.3",
Expand Down
11 changes: 6 additions & 5 deletions packages/editor-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,24 @@
"@sigma/eslint-config": "workspace:*",
"@sigma/typescript-config": "workspace:*",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vercel/style-guide": "^5.2.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"@vercel/style-guide": "^5.2.0",
"eslint-config-turbo": "^2.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-only-warn": "^1.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"tsup": "^8.0.1",
"typescript": "^5.4.5"
},
"dependencies": {
"@tiptap/core": "^2.3.0",
"@tiptap/extension-code-block-lowlight": "^2.11.5",
"@tiptap/extension-collaboration": "^2.8.0",
"@tiptap/extension-collaboration-cursor": "^2.8.0",
"@tiptap/extension-mention": "^2.10.3",
Expand Down
16 changes: 11 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf4a437

Please sign in to comment.