diff --git a/packages/editor/core/package.json b/packages/editor/core/package.json index 6f2744dca..883610ebe 100644 --- a/packages/editor/core/package.json +++ b/packages/editor/core/package.json @@ -49,7 +49,7 @@ "jsx-dom-cjs": "^8.0.3", "linkifyjs": "^4.1.3", "lowlight": "^3.0.0", - "lucide-react": "^0.294.0", + "lucide-react": "^0.378.0", "prosemirror-codemark": "^0.4.2", "react-moveable": "^0.54.2", "tailwind-merge": "^1.14.0", diff --git a/packages/editor/document-editor/package.json b/packages/editor/document-editor/package.json index c69d0c2c8..ca2e501e6 100644 --- a/packages/editor/document-editor/package.json +++ b/packages/editor/document-editor/package.json @@ -36,7 +36,7 @@ "@tiptap/core": "^2.1.13", "@tiptap/pm": "^2.1.13", "@tiptap/suggestion": "^2.1.13", - "lucide-react": "^0.309.0", + "lucide-react": "^0.378.0", "react-popper": "^2.3.0", "tippy.js": "^6.3.7", "uuid": "^9.0.1" diff --git a/packages/editor/extensions/package.json b/packages/editor/extensions/package.json index dfab06cde..8c3608729 100644 --- a/packages/editor/extensions/package.json +++ b/packages/editor/extensions/package.json @@ -34,7 +34,7 @@ "@tiptap/pm": "^2.1.13", "@tiptap/react": "^2.1.13", "@tiptap/suggestion": "^2.1.13", - "lucide-react": "^0.294.0", + "lucide-react": "^0.378.0", "tippy.js": "^6.3.7" }, "devDependencies": { diff --git a/packages/editor/rich-text-editor/package.json b/packages/editor/rich-text-editor/package.json index fe1f29e1d..6e596e925 100644 --- a/packages/editor/rich-text-editor/package.json +++ b/packages/editor/rich-text-editor/package.json @@ -32,7 +32,7 @@ "@plane/editor-core": "*", "@plane/editor-extensions": "*", "@tiptap/core": "^2.1.13", - "lucide-react": "^0.294.0" + "lucide-react": "^0.378.0" }, "devDependencies": { "@types/node": "18.15.3", diff --git a/space/package.json b/space/package.json index 9b05e573e..c9c69512f 100644 --- a/space/package.json +++ b/space/package.json @@ -29,7 +29,7 @@ "dotenv": "^16.3.1", "js-cookie": "^3.0.1", "lowlight": "^2.9.0", - "lucide-react": "^0.294.0", + "lucide-react": "^0.378.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 d34f97532..4be72c5a5 100644 --- a/web/package.json +++ b/web/package.json @@ -40,7 +40,7 @@ "dotenv": "^16.0.3", "js-cookie": "^3.0.1", "lodash": "^4.17.21", - "lucide-react": "^0.368.0", + "lucide-react": "^0.378.0", "mobx": "^6.10.0", "mobx-react": "^9.1.0", "mobx-utils": "^6.0.8", diff --git a/yarn.lock b/yarn.lock index 28cc525bd..487b66c6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5896,20 +5896,10 @@ lru-cache@^6.0.0: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484" integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag== -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== - -lucide-react@^0.309.0: - version "0.309.0" - resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.309.0.tgz#7369893cb4b074a0a0b1d3acdc6fd9a8bdb5add1" - integrity sha512-zNVPczuwFrCfksZH3zbd1UDE6/WYhYAdbe2k7CImVyPAkXLgIwbs6eXQ4loigqDnUFjyFYCI5jZ1y10Kqal0dg== - -lucide-react@^0.368.0: - version "0.368.0" - resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.368.0.tgz#3c0ee63f4f7d30ae63b621b2b8f04f9e409ee6e7" - integrity sha512-soryVrCjheZs8rbXKdINw9B8iPi5OajBJZMJ1HORig89ljcOcEokKKAgGbg3QWxSXel7JwHOfDFUdDHAKyUAMw== +lucide-react@^0.378.0: + version "0.378.0" + resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.378.0.tgz#232acb99c6baedfa90959a2c0dd11327b058bde8" + integrity sha512-u6EPU8juLUk9ytRcyapkWI18epAv3RU+6+TC23ivjR0e+glWKBobFeSgRwOIJihzktILQuy6E0E80P2jVTDR5g== magic-string@^0.25.0, magic-string@^0.25.7: version "0.25.9"