Skip to content

Commit f4ece40

Browse files
fix(deps): update dependency lucide-react to ^0.554.0
1 parent b4e8407 commit f4ece40

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.554.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.554.0",
3333
"next": "15.3.3",
3434
"next-themes": "^0.4.6",
3535
"nuqs": "^2.4.3",

bun.lock

Lines changed: 4 additions & 3 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": "@omnidotdev/garden-root",
@@ -24,7 +25,7 @@
2425
"class-variance-authority": "^0.7.1",
2526
"clsx": "^2.1.1",
2627
"elkjs": "^0.10.0",
27-
"lucide-react": "^0.516.0",
28+
"lucide-react": "^0.554.0",
2829
"react": "^19.1.0",
2930
"tailwind-merge": "^3.3.1",
3031
"ts-pattern": "^5.7.1",
@@ -50,7 +51,7 @@
5051
"@radix-ui/react-tabs": "^1.1.12",
5152
"class-variance-authority": "^0.7.1",
5253
"clsx": "^2.1.1",
53-
"lucide-react": "^0.516.0",
54+
"lucide-react": "^0.554.0",
5455
"next": "15.3.3",
5556
"next-themes": "^0.4.6",
5657
"nuqs": "^2.4.3",
@@ -771,7 +772,7 @@
771772

772773
"lru-cache": ["lru-cache@6.0.0", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA=="],
773774

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=="],
775+
"lucide-react": ["lucide-react@0.554.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-St+z29uthEJVx0Is7ellNkgTEhaeSoA42I7JjOCBCrc5X6LYMGSv0P/2uS5HDLTExP5tpiqRD2PyUEOS6s9UXA=="],
775776

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

0 commit comments

Comments
 (0)