Skip to content

Commit afc8cd8

Browse files
fix(deps): lock file maintenance [frontend] update dependencies
1 parent e9e4503 commit afc8cd8

File tree

2 files changed

+1186
-1184
lines changed

2 files changed

+1186
-1184
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"class-variance-authority": "^0.7.1",
5050
"clsx": "^2.1.1",
5151
"cmdk": "1.1.1",
52-
"lucide-react": "^0.503.0",
52+
"lucide-react": "^0.511.0",
5353
"next-themes": "^0.4.6",
5454
"react": "^19.0.0",
5555
"react-dom": "^19.0.0",
@@ -61,32 +61,32 @@
6161
"zod": "^3.24.3"
6262
},
6363
"devDependencies": {
64-
"@eslint/js": "9.25.0",
65-
"@tailwindcss/postcss": "^4.1.4",
66-
"@tanstack/router-devtools": "1.116.0",
67-
"@tanstack/router-plugin": "1.116.1",
64+
"@eslint/js": "9.27.0",
65+
"@tailwindcss/postcss": "4.1.4",
66+
"@tanstack/router-devtools": "1.120.10",
67+
"@tanstack/router-plugin": "1.120.10",
6868
"@tauri-apps/cli": "2.5.0",
6969
"@testing-library/react": "16.3.0",
7070
"@testing-library/user-event": "14.6.1",
71-
"@types/node": "22.14.1",
72-
"@types/react": "19.1.2",
73-
"@types/react-dom": "19.1.2",
74-
"@vitejs/plugin-react": "4.4.1",
75-
"@vitest/coverage-v8": "3.1.1",
76-
"eslint": "9.25.0",
71+
"@types/node": "22.15.21",
72+
"@types/react": "19.1.5",
73+
"@types/react-dom": "19.1.5",
74+
"@vitejs/plugin-react": "4.5.0",
75+
"@vitest/coverage-v8": "3.1.4",
76+
"eslint": "9.27.0",
7777
"eslint-plugin-react": "7.37.5",
78-
"eslint-plugin-react-hooks": "^5.2.0",
78+
"eslint-plugin-react-hooks": "5.2.0",
7979
"eslint-plugin-unused-imports": "4.1.4",
80-
"globals": "16.0.0",
80+
"globals": "16.2.0",
8181
"husky": "9.1.7",
8282
"jsdom": "26.1.0",
8383
"postcss": "8.5.3",
8484
"prettier": "3.5.3",
85-
"tailwindcss": "4.1.4",
86-
"tw-animate-css": "^1.2.8",
85+
"tailwindcss": "4.1.7",
86+
"tw-animate-css": "1.2.8",
8787
"typescript": "5.8.3",
88-
"typescript-eslint": "8.30.1",
89-
"vite": "6.3.4",
90-
"vitest": "3.1.1"
88+
"typescript-eslint": "8.32.1",
89+
"vite": "6.3.5",
90+
"vitest": "3.1.4"
9191
}
9292
}

0 commit comments

Comments
 (0)