cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

commit 01e8d42dd99d5eb0df36373a94f3ae7f1857cad3
parent 877ee01628dc7e2b9215b6d5ac5ff611a5bf46cc
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 19 Sep 2023 12:03:06 +0200

Merge pull request #111 from MTRNord/dependabot/npm_and_yarn/lucide-react-0.279.0

Bump lucide-react from 0.241.0 to 0.279.0
Diffstat:
Mpackage-lock.json | 8++++----
Mpackage.json | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -18,7 +18,7 @@ "linkify-html": "^4.1.1", "linkify-react": "^4.1.1", "linkifyjs": "^4.1.1", - "lucide-react": "^0.241.0", + "lucide-react": "^0.279.0", "matrix-encrypt-attachment": "^1.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -20638,9 +20638,9 @@ } }, "node_modules/lucide-react": { - "version": "0.241.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.241.0.tgz", - "integrity": "sha512-g22ci6iHuNc2hUwjiFz0D3jQQfQYrZBZesXG6+AX5rOV68Epttkt/nF6dMdz6reKJjtpoNzu+LKeKHGu/qjOgQ==", + "version": "0.279.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.279.0.tgz", + "integrity": "sha512-LJ8g66+Bxc3t3x9vKTeK3wn3xucrOQGfJ9ou9GsBwCt2offsrT2BB90XrTrIzE1noYYDe2O8jZaRHi6sAHXNxw==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json @@ -14,7 +14,7 @@ "linkify-html": "^4.1.1", "linkify-react": "^4.1.1", "linkifyjs": "^4.1.1", - "lucide-react": "^0.241.0", + "lucide-react": "^0.279.0", "matrix-encrypt-attachment": "^1.0.3", "react": "^18.2.0", "react-dom": "^18.2.0",