From 62e66acc37202280ba8d92c0a5a4fbe893856593 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Sun, 10 Dec 2023 17:54:36 +0530 Subject: [PATCH] fix: upgrading lucide react dependency (#3057) --- packages/editor/core/package.json | 2 +- packages/editor/extensions/package.json | 14 +++++++------- packages/editor/rich-text-editor/package.json | 6 +++--- space/package.json | 2 +- web/package.json | 2 +- yarn.lock | 15 +++++---------- 6 files changed, 18 insertions(+), 23 deletions(-) diff --git a/packages/editor/core/package.json b/packages/editor/core/package.json index 9fca82e36..2f458995c 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.294.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 65632e496..48abd7701 100644 --- a/packages/editor/extensions/package.json +++ b/packages/editor/extensions/package.json @@ -28,16 +28,16 @@ "react-dom": "18.2.0" }, "dependencies": { - "@tiptap/react": "^2.1.7", - "@tiptap/core": "^2.1.7", - "@tiptap/suggestion": "^2.0.4", - "@plane/editor-types": "*", "@plane/editor-core": "*", + "@plane/editor-types": "*", + "@tiptap/core": "^2.1.7", + "@tiptap/pm": "^2.1.7", + "@tiptap/react": "^2.1.7", + "@tiptap/suggestion": "^2.0.4", "eslint": "8.36.0", "eslint-config-next": "13.2.4", - "lucide-react": "^0.293.0", - "tippy.js": "^6.3.7", - "@tiptap/pm": "^2.1.7" + "lucide-react": "^0.294.0", + "tippy.js": "^6.3.7" }, "devDependencies": { "@types/node": "18.15.3", diff --git a/packages/editor/rich-text-editor/package.json b/packages/editor/rich-text-editor/package.json index e960f2827..baac553b8 100644 --- a/packages/editor/rich-text-editor/package.json +++ b/packages/editor/rich-text-editor/package.json @@ -30,11 +30,11 @@ }, "dependencies": { "@plane/editor-core": "*", - "@tiptap/core": "^2.1.11", - "@plane/editor-types": "*", "@plane/editor-extensions": "*", + "@plane/editor-types": "*", + "@tiptap/core": "^2.1.11", "@tiptap/extension-placeholder": "^2.1.11", - "lucide-react": "^0.244.0" + "lucide-react": "^0.294.0" }, "devDependencies": { "@types/node": "18.15.3", diff --git a/space/package.json b/space/package.json index d2f5949f1..73f67327b 100644 --- a/space/package.json +++ b/space/package.json @@ -27,7 +27,7 @@ "dotenv": "^16.3.1", "js-cookie": "^3.0.1", "lowlight": "^2.9.0", - "lucide-react": "^0.293.0", + "lucide-react": "^0.294.0", "mobx": "^6.10.0", "mobx-react-lite": "^4.0.3", "next": "^14.0.3", diff --git a/web/package.json b/web/package.json index b7224baf0..077aee3aa 100644 --- a/web/package.json +++ b/web/package.json @@ -35,7 +35,7 @@ "dotenv": "^16.0.3", "js-cookie": "^3.0.1", "lodash": "^4.17.21", - "lucide-react": "^0.293.0", + "lucide-react": "^0.294.0", "mobx": "^6.10.0", "mobx-react-lite": "^4.0.3", "next": "^14.0.3", diff --git a/yarn.lock b/yarn.lock index c849f2171..f27dbe5fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2790,7 +2790,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.2.42", "@types/react@^18.2.39", "@types/react@^18.2.42": +"@types/react@*", "@types/react@^18.2.39", "@types/react@^18.2.42": version "18.2.42" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.42.tgz#6f6b11a904f6d96dda3c2920328a97011a00aba7" integrity sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA== @@ -6140,15 +6140,10 @@ 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" - integrity sha512-g3AN0EYITCpAjNgLHrKrFWvIJzZy0Y9OPBaonyKw1cM+nZE6piOM+TiuQdYfha7oa76TMiDaWXQHE44CEqsrzw== +lucide-react@^0.294.0: + version "0.294.0" + resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.294.0.tgz#dc406e1e7e2f722cf93218fe5b31cf3c95778817" + integrity sha512-V7o0/VECSGbLHn3/1O67FUgBwWB+hmzshrgDVRJQhMh8uj5D3HBuIvhuAmQTtlupILSplwIZg5FTc4tTKMA2SA== magic-string@^0.25.0, magic-string@^0.25.7: version "0.25.9"