Fix missing lexical dependencies

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-04 12:23:34 +01:00
parent 3c39aa86c9
commit fdab9de39f
2 changed files with 345 additions and 78 deletions

View File

@@ -11,6 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lexical/react": "^0.27.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.3",
@@ -27,6 +28,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fuse.js": "^7.1.0",
"lexical": "^0.27.0",
"lucide-react": "^0.475.0",
"posthog-js": "^1.215.1",
"react": "^18.3.1",
@@ -42,8 +44,8 @@
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@probo/esbuild-plugin-postcss": "^0.0.1",
"@eslint/js": "^9.21.0",
"@probo/esbuild-plugin-postcss": "^0.0.1",
"@probo/tsconfig": "^0.0.1",
"@tailwindcss/postcss": "^4.0.9",
"@types/babel-core": "^6.25.10",