Skip to content

Commit ebf2aa5

Browse files
fix(deps): update all non-major dependencies (#387)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2bf427 commit ebf2aa5

File tree

2 files changed

+498
-225
lines changed

2 files changed

+498
-225
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@
1313
},
1414
"dependencies": {
1515
"@octokit/rest": "^21.1.1",
16-
"@radix-ui/react-dialog": "^1.1.7",
16+
"@radix-ui/react-dialog": "^1.1.10",
1717
"@radix-ui/react-slot": "^1.2.0",
18-
"astro": "^5.6.1",
18+
"astro": "^5.7.4",
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
21-
"lucide-react": "^0.487.0",
21+
"lucide-react": "^0.501.0",
2222
"react": "^19.1.0",
2323
"react-dom": "^19.1.0",
2424
"simple-icons-astro": "^14.12.2",
2525
"tailwind-merge": "^3.2.0"
2626
},
2727
"devDependencies": {
2828
"@astrojs/check": "^0.9.4",
29-
"@astrojs/react": "^4.2.3",
29+
"@astrojs/react": "^4.2.4",
3030
"@astrojs/sitemap": "^3.3.0",
3131
"@commitlint/cli": "^19.8.0",
3232
"@commitlint/config-conventional": "^19.8.0",
33-
"@tailwindcss/vite": "^4.1.3",
34-
"@types/react": "^19.1.1",
33+
"@tailwindcss/vite": "^4.1.4",
34+
"@types/react": "^19.1.2",
3535
"@types/react-dom": "^19.1.2",
3636
"husky": "^9.1.7",
3737
"is-ci": "^4.1.0",
3838
"prettier": "^3.5.3",
3939
"prettier-plugin-astro": "^0.14.1",
4040
"prettier-plugin-tailwindcss": "^0.6.11",
4141
"pretty-quick": "^4.1.1",
42-
"tailwindcss": "^4.1.3",
42+
"tailwindcss": "^4.1.4",
4343
"tailwindcss-animate": "^1.0.7",
4444
"typescript": "^5.8.3"
4545
},

0 commit comments

Comments
 (0)