Skip to content

Commit 4592c39

Browse files
fix(deps): update dependency lucide-react to ^0.522.0
1 parent ca1cf75 commit 4592c39

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bun.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"": {
55
"name": "thenextlvl-docs",
66
"dependencies": {
7-
"@icons-pack/react-simple-icons": "^13.0.0",
7+
"@icons-pack/react-simple-icons": "^13.1.0",
88
"fumadocs-core": "15.5.0",
99
"fumadocs-mdx": "11.6.6",
1010
"fumadocs-ui": "15.5.0",
11-
"lucide-react": "^0.513.0",
11+
"lucide-react": "^0.522.0",
1212
"next": "15.3.3",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0",
1515
},
1616
"devDependencies": {
17-
"@tailwindcss/postcss": "^4.1.5",
18-
"@types/bun": "^1.2.13",
17+
"@tailwindcss/postcss": "^4.1.10",
18+
"@types/bun": "^1.2.16",
1919
"@types/mdx": "^2.0.13",
20-
"@types/react": "^19.1.3",
21-
"@types/react-dom": "^19.1.3",
22-
"eslint": "^9.0.0",
20+
"@types/react": "^19.1.8",
21+
"@types/react-dom": "^19.1.6",
22+
"eslint": "^9.29.0",
2323
"eslint-config-next": "15.3.3",
24-
"postcss": "^8.5.3",
24+
"postcss": "^8.5.6",
2525
"prettier": "^3.5.3",
26-
"tailwindcss": "^4.1.5",
26+
"tailwindcss": "^4.1.10",
2727
"typescript": "^5.8.3",
2828
},
2929
},
@@ -869,7 +869,7 @@
869869

870870
"lru-cache": ["[email protected]", "", {}, "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A=="],
871871

872-
"lucide-react": ["lucide-react@0.513.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-CJZKq2g8Y8yN4Aq002GahSXbG2JpFv9kXwyiOAMvUBv7pxeOFHUWKB0mO7MiY4ZVFCV4aNjv2BJFq/z3DgKPQg=="],
872+
"lucide-react": ["lucide-react@0.522.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-jnJbw974yZ7rQHHEFKJOlWAefG3ATSCZHANZxIdx8Rk/16siuwjgA4fBULpXEAWx/RlTs3FzmKW/udWUuO0aRw=="],
873873

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"fumadocs-core": "15.5.0",
1515
"fumadocs-mdx": "11.6.6",
1616
"fumadocs-ui": "15.5.0",
17-
"lucide-react": "^0.513.0",
17+
"lucide-react": "^0.522.0",
1818
"next": "15.3.3",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0"

0 commit comments

Comments
 (0)