Skip to content

Commit 42ad610

Browse files
chore(deps): update all non-major dependencies
1 parent b425f8f commit 42ad610

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

bun.lockb

597 Bytes
Binary file not shown.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,37 +21,37 @@
2121
"lucide-react": "^0.577.0",
2222
"react": "^19.2.7",
2323
"react-dom": "^19.2.7",
24-
"react-router-dom": "^7.17.0",
24+
"react-router-dom": "^7.18.1",
2525
"tailwind-merge": "3.6.0"
2626
},
2727
"devDependencies": {
28-
"@commitlint/cli": "^21.0.2",
29-
"@commitlint/config-conventional": "^21.0.2",
28+
"@commitlint/cli": "^21.2.0",
29+
"@commitlint/config-conventional": "^21.2.0",
3030
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
31-
"@tailwindcss/postcss": "^4.3.0",
31+
"@tailwindcss/postcss": "^4.3.2",
3232
"@total-typescript/ts-reset": "^0.6.1",
33-
"@types/node": "^25.9.2",
33+
"@types/node": "^25.9.4",
3434
"@types/react": "^19.2.17",
3535
"@types/react-dom": "^19.2.3",
36-
"@typescript-eslint/eslint-plugin": "^8.60.1",
37-
"@typescript-eslint/parser": "^8.60.1",
36+
"@typescript-eslint/eslint-plugin": "^8.62.1",
37+
"@typescript-eslint/parser": "^8.62.1",
3838
"@vitejs/plugin-react-swc": "^4.3.1",
3939
"eslint": "^9.39.4",
4040
"eslint-config-prettier": "^10.1.8",
4141
"eslint-plugin-prettier": "^5.5.6",
4242
"eslint-plugin-react": "^7.37.5",
4343
"eslint-plugin-react-hooks": "^7.1.1",
44-
"eslint-plugin-react-refresh": "^0.5.2",
45-
"globals": "^17.6.0",
44+
"eslint-plugin-react-refresh": "^0.5.3",
45+
"globals": "^17.7.0",
4646
"husky": "^9.1.7",
47-
"lint-staged": "^17.0.7",
48-
"postcss": "^8.5.15",
49-
"prettier": "^3.8.3",
47+
"lint-staged": "^17.0.8",
48+
"postcss": "^8.5.16",
49+
"prettier": "^3.9.4",
5050
"prettier-plugin-tailwindcss": "^0.8.0",
51-
"tailwindcss": "^4.3.0",
51+
"tailwindcss": "^4.3.2",
5252
"typescript": "^5.9.3",
53-
"typescript-eslint": "^8.60.1",
54-
"vite": "^8.0.16"
53+
"typescript-eslint": "^8.62.1",
54+
"vite": "^8.1.2"
5555
},
5656
"lint-staged": {
5757
"*.{ts,tsx,md,mdx}": [
@@ -67,6 +67,6 @@
6767
]
6868
},
6969
"engines": {
70-
"node": ">=24.16.0"
70+
"node": ">=24.18.0"
7171
}
7272
}

0 commit comments

Comments
 (0)