diff --git a/admin/package.json b/admin/package.json index c38215cbc02..3dfc48e3149 100644 --- a/admin/package.json +++ b/admin/package.json @@ -25,7 +25,7 @@ "autoprefixer": "10.4.14", "axios": "^1.7.9", "lodash": "^4.17.21", - "lucide-react": "^0.356.0", + "lucide-react": "^0.469.0", "mobx": "^6.12.0", "mobx-react": "^9.1.1", "next": "^14.2.20", diff --git a/packages/constants/.prettierignore b/packages/constants/.prettierignore new file mode 100644 index 00000000000..e841c6b328b --- /dev/null +++ b/packages/constants/.prettierignore @@ -0,0 +1,5 @@ +.next +.turbo +out/ +dist/ +build/ \ No newline at end of file diff --git a/packages/constants/.prettierrc b/packages/constants/.prettierrc new file mode 100644 index 00000000000..87d988f1b26 --- /dev/null +++ b/packages/constants/.prettierrc @@ -0,0 +1,5 @@ +{ + "printWidth": 120, + "tabWidth": 2, + "trailingComma": "es5" +} diff --git a/packages/editor/package.json b/packages/editor/package.json index 31d5960b676..a82e2727c43 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -61,7 +61,7 @@ "jsx-dom-cjs": "^8.0.3", "linkifyjs": "^4.1.3", "lowlight": "^3.0.0", - "lucide-react": "^0.378.0", + "lucide-react": "^0.469.0", "prosemirror-codemark": "^0.4.2", "prosemirror-utils": "^1.2.2", "tippy.js": "^6.3.7", diff --git a/packages/ui/package.json b/packages/ui/package.json index 374f022212b..580225477f1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -37,7 +37,7 @@ "clsx": "^2.0.0", "emoji-picker-react": "^4.5.16", "lodash": "^4.17.21", - "lucide-react": "^0.379.0", + "lucide-react": "^0.469.0", "react-color": "^2.19.3", "react-popper": "^2.3.0", "sonner": "^1.4.41", diff --git a/space/package.json b/space/package.json index ff174a1d333..a00902ad935 100644 --- a/space/package.json +++ b/space/package.json @@ -31,7 +31,7 @@ "dotenv": "^16.3.1", "lodash": "^4.17.21", "lowlight": "^2.9.0", - "lucide-react": "^0.378.0", + "lucide-react": "^0.469.0", "mobx": "^6.10.0", "mobx-react": "^9.1.1", "mobx-utils": "^6.0.8", diff --git a/web/package.json b/web/package.json index a72d4d4746c..84aeea4b0fc 100644 --- a/web/package.json +++ b/web/package.json @@ -45,7 +45,7 @@ "dotenv": "^16.0.3", "isomorphic-dompurify": "^2.12.0", "lodash": "^4.17.21", - "lucide-react": "^0.378.0", + "lucide-react": "^0.469.0", "mobx": "^6.10.0", "mobx-react": "^9.1.1", "mobx-utils": "^6.0.8",