Skip to content

Commit dfdd72e

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"class-variance-authority": "^0.7.1",
2525
"clsx": "^2.1.1",
2626
"elkjs": "^0.10.0",
27-
"lucide-react": "^0.516.0",
27+
"lucide-react": "^0.519.0",
2828
"react": "^19.1.0",
2929
"tailwind-merge": "^3.3.1",
3030
"ts-pattern": "^5.7.1",
@@ -50,7 +50,7 @@
5050
"@radix-ui/react-tabs": "^1.1.12",
5151
"class-variance-authority": "^0.7.1",
5252
"clsx": "^2.1.1",
53-
"lucide-react": "^0.516.0",
53+
"lucide-react": "^0.519.0",
5454
"next": "15.3.3",
5555
"next-themes": "^0.4.6",
5656
"nuqs": "^2.4.3",
@@ -771,7 +771,7 @@
771771

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

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=="],
774+
"lucide-react": ["lucide-react@0.519.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-cLJyjRKBJFzaZ/+1oIeQaH7XUdxKOYU3uANcGSrKdIZWElmNbRAm8RXKiTJS7AWLCBOS8b7A497Al/kCHozd+A=="],
775775

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

0 commit comments

Comments
 (0)