Skip to content

Commit ffb2385

Browse files
fix(deps): update dependency lucide-react to ^0.553.0
1 parent 06af8d8 commit ffb2385

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bun.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "md-chat",
@@ -24,7 +25,7 @@
2425
"class-variance-authority": "^0.7.1",
2526
"clsx": "^2.1.1",
2627
"daisyui": "^5.0.43",
27-
"lucide-react": "^0.513.0",
28+
"lucide-react": "^0.553.0",
2829
"motion": "^12.16.0",
2930
"next": "^15.3.4",
3031
"ollama-ai-provider": "^1.2.0",
@@ -877,7 +878,7 @@
877878

878879
"lowlight": ["lowlight@1.20.0", "", { "dependencies": { "fault": "^1.0.0", "highlight.js": "~10.7.0" } }, "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw=="],
879880

880-
"lucide-react": ["lucide-react@0.513.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-CJZKq2g8Y8yN4Aq002GahSXbG2JpFv9kXwyiOAMvUBv7pxeOFHUWKB0mO7MiY4ZVFCV4aNjv2BJFq/z3DgKPQg=="],
881+
"lucide-react": ["lucide-react@0.553.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-BRgX5zrWmNy/lkVAe0dXBgd7XQdZ3HTf+Hwe3c9WK6dqgnj9h+hxV+MDncM88xDWlCq27+TKvHGE70ViODNILw=="],
881882

882883
"magic-string": ["magic-string@0.30.17", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }, "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA=="],
883884

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"class-variance-authority": "^0.7.1",
3131
"clsx": "^2.1.1",
3232
"daisyui": "^5.0.43",
33-
"lucide-react": "^0.513.0",
33+
"lucide-react": "^0.553.0",
3434
"motion": "^12.16.0",
3535
"next": "^15.3.4",
3636
"ollama-ai-provider": "^1.2.0",

0 commit comments

Comments
 (0)