From 2c08fbb53a6001adb12642127a11712a876700b9 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 6 Dec 2023 20:27:50 +0530 Subject: [PATCH] fix: upgrading lucid --- packages/editor/core/package.json | 2 +- packages/editor/extensions/package.json | 2 +- packages/editor/rich-text-editor/package.json | 2 +- yarn.lock | 5 ----- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/packages/editor/core/package.json b/packages/editor/core/package.json index 71acbb792..06079526a 100644 --- a/packages/editor/core/package.json +++ b/packages/editor/core/package.json @@ -55,7 +55,7 @@ "highlight.js": "^11.8.0", "jsx-dom-cjs": "^8.0.3", "lowlight": "^3.0.0", - "lucide-react": "^0.244.0", + "lucide-react": "^0.293.0", "react-moveable": "^0.54.2", "tailwind-merge": "^1.14.0", "tippy.js": "^6.3.7", diff --git a/packages/editor/extensions/package.json b/packages/editor/extensions/package.json index 861100a47..dec4baf6b 100644 --- a/packages/editor/extensions/package.json +++ b/packages/editor/extensions/package.json @@ -35,7 +35,7 @@ "@plane/editor-core": "*", "eslint": "8.36.0", "eslint-config-next": "13.2.4", - "lucide-react": "^0.244.0", + "lucide-react": "^0.293.0", "tippy.js": "^6.3.7", "@tiptap/pm": "^2.1.7" }, diff --git a/packages/editor/rich-text-editor/package.json b/packages/editor/rich-text-editor/package.json index 43fd9ca0b..c04137ecc 100644 --- a/packages/editor/rich-text-editor/package.json +++ b/packages/editor/rich-text-editor/package.json @@ -34,7 +34,7 @@ "@plane/editor-types": "*", "@plane/editor-extensions": "*", "@tiptap/extension-placeholder": "^2.1.11", - "lucide-react": "^0.244.0" + "lucide-react": "^0.293.0" }, "devDependencies": { "@types/node": "18.15.3", diff --git a/yarn.lock b/yarn.lock index 17d7fcab7..ab87ebcf5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6202,11 +6202,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lucide-react@^0.244.0: - version "0.244.0" - resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.244.0.tgz#9626f44881830280012dad23afda7ddbcffff24b" - integrity sha512-PeDVbx5PlIRrVvdxiuSxPfBo7sK5qrL3LbvvRoGVNiHYRAkBm/48lKqoioxcmp0bgsyJs9lMw7CdtGFvnMJbVg== - lucide-react@^0.293.0: version "0.293.0" resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.293.0.tgz#02703dbcc56bb38779f4e576cc03be8cc0046fcc"