Skip to content

Commit b196a25

Browse files
chore(deps): update all non-major dependencies (#214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06099f5 commit b196a25

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bun.lockb

-2.61 KB
Binary file not shown.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"clsx": "^2.1.1",
21-
"lucide-react": "^0.546.0",
21+
"lucide-react": "^0.548.0",
2222
"react": "^19.2.0",
2323
"react-dom": "^19.2.0",
2424
"react-router-dom": "^7.9.4",
@@ -28,14 +28,14 @@
2828
"@commitlint/cli": "^20.1.0",
2929
"@commitlint/config-conventional": "^20.0.0",
3030
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
31-
"@tailwindcss/postcss": "^4.1.14",
31+
"@tailwindcss/postcss": "^4.1.16",
3232
"@total-typescript/ts-reset": "^0.6.1",
33-
"@types/node": "^24.8.1",
33+
"@types/node": "^24.9.1",
3434
"@types/react": "^19.2.2",
3535
"@types/react-dom": "^19.2.2",
36-
"@typescript-eslint/eslint-plugin": "^8.46.1",
37-
"@typescript-eslint/parser": "^8.46.1",
38-
"@vitejs/plugin-react-swc": "^4.1.0",
36+
"@typescript-eslint/eslint-plugin": "^8.46.2",
37+
"@typescript-eslint/parser": "^8.46.2",
38+
"@vitejs/plugin-react-swc": "^4.2.0",
3939
"eslint": "^9.38.0",
4040
"eslint-config-prettier": "^10.1.8",
4141
"eslint-plugin-prettier": "^5.5.4",
@@ -44,14 +44,14 @@
4444
"eslint-plugin-react-refresh": "^0.4.24",
4545
"globals": "^16.4.0",
4646
"husky": "^9.1.7",
47-
"lint-staged": "^16.2.4",
47+
"lint-staged": "^16.2.6",
4848
"postcss": "^8.5.6",
4949
"prettier": "^3.6.2",
5050
"prettier-plugin-tailwindcss": "^0.7.1",
51-
"tailwindcss": "^4.1.14",
51+
"tailwindcss": "^4.1.16",
5252
"typescript": "^5.9.3",
53-
"typescript-eslint": "^8.46.1",
54-
"vite": "^7.1.11"
53+
"typescript-eslint": "^8.46.2",
54+
"vite": "^7.1.12"
5555
},
5656
"lint-staged": {
5757
"*.{ts,tsx,md,mdx}": [
@@ -67,6 +67,6 @@
6767
]
6868
},
6969
"engines": {
70-
"node": ">=22.20.0"
70+
"node": ">=22.21.0"
7171
}
7272
}

0 commit comments

Comments
 (0)