Skip to content

Commit 4b67293

Browse files
fix(deps): update dependency lucide-react to ^0.518.0
1 parent 6b67616 commit 4b67293

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

apps/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"class-variance-authority": "^0.7.1",
3636
"clsx": "^2.1.1",
3737
"elkjs": "^0.10.0",
38-
"lucide-react": "^0.516.0",
38+
"lucide-react": "^0.518.0",
3939
"react": "^19.1.0",
4040
"tailwind-merge": "^3.3.1",
4141
"ts-pattern": "^5.7.1"

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@radix-ui/react-tabs": "^1.1.12",
3030
"class-variance-authority": "^0.7.1",
3131
"clsx": "^2.1.1",
32-
"lucide-react": "^0.516.0",
32+
"lucide-react": "^0.518.0",
3333
"next": "15.3.3",
3434
"next-themes": "^0.4.6",
3535
"nuqs": "^2.4.3",

bun.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
},
1616
"apps/library": {
1717
"name": "@omnidotdev/garden",
18-
"version": "0.0.0",
18+
"version": "0.1.3",
1919
"dependencies": {
2020
"@radix-ui/react-dialog": "^1.1.14",
2121
"@radix-ui/react-slot": "^1.2.3",
2222
"@xyflow/react": "^12.7.0",
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
2525
"elkjs": "^0.10.0",
26-
"lucide-react": "^0.516.0",
26+
"lucide-react": "^0.518.0",
2727
"react": "^19.1.0",
2828
"tailwind-merge": "^3.3.1",
2929
"ts-pattern": "^5.7.1",
@@ -41,7 +41,6 @@
4141
},
4242
"apps/web": {
4343
"name": "@omnidotdev/garden-app",
44-
"version": "0.0.0",
4544
"dependencies": {
4645
"@monaco-editor/react": "^4.7.0",
4746
"@omnidotdev/garden": "workspace:*",
@@ -50,7 +49,7 @@
5049
"@radix-ui/react-tabs": "^1.1.12",
5150
"class-variance-authority": "^0.7.1",
5251
"clsx": "^2.1.1",
53-
"lucide-react": "^0.516.0",
52+
"lucide-react": "^0.518.0",
5453
"next": "15.3.3",
5554
"next-themes": "^0.4.6",
5655
"nuqs": "^2.4.3",
@@ -771,7 +770,7 @@
771770

772771
"lru-cache": ["[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA=="],
773772

774-
"lucide-react": ["lucide-react@0.516.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-aybBJzLHcw1CIn3rUcRkztB37dsJATtpffLNX+0/w+ws2p21nYIlOwX/B5fqxq8F/BjqVemnJX8chKwRidvROg=="],
773+
"lucide-react": ["lucide-react@0.518.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-kFg34uQqnVl/7HwAiigxPSpj//43VIVHQbMygQPtS1yT4btMXHCWUipHcgcXHD2pm1Z2nUBA/M+Vnh/YmWXQUw=="],
775774

776775
"magic-string": ["[email protected]", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }, "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA=="],
777776

0 commit comments

Comments
 (0)