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 f12e929aade1ceeb9589028ad12470d90c237a9a
parent 0b47978f57c0dc64fcb23cc907189b5cd8df5275
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue, 19 Sep 2023 09:59:35 +0000

Bump lucide-react from 0.241.0 to 0.279.0

Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.241.0 to 0.279.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.279.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
Mpackage-lock.json | 25+++++--------------------
Mpackage.json | 2+-
2 files changed, 6 insertions(+), 21 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", @@ -7629,6 +7629,7 @@ "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.0.9.tgz", "integrity": "sha512-LF/Mkr0/+VOawEAospLGUcfZIPak3yV/ZjEAe/lubvLPJ6s2FFOjDUsyDIa2oM4ZE9TI6AGVN51kddVToelM8A==", "dev": true, + "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" @@ -7850,22 +7851,6 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/components/node_modules/@storybook/types": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.0.9.tgz", - "integrity": "sha512-6aKrrsX3wgPMg9Nu3AK1GYmCZQiHqHv7l24ywNxZPv0T63rcpS86kWK4qVAywoaXGFc9GtRT+dz1rK8Fx50J9Q==", - "dev": true, - "dependencies": { - "@storybook/channels": "7.0.9", - "@types/babel__core": "^7.0.0", - "@types/express": "^4.7.0", - "file-system-cache": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, "node_modules/@storybook/core-client": { "version": "7.4.2", "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-7.4.2.tgz", @@ -21412,9 +21397,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",