Skip to content

Commit dd05a1d

Browse files
fix(deps): lock file maintenance [frontend] update dependencies
1 parent 7b34991 commit dd05a1d

File tree

2 files changed

+1305
-1221
lines changed

2 files changed

+1305
-1221
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"class-variance-authority": "^0.7.1",
4646
"clsx": "^2.1.1",
4747
"cmdk": "1.1.1",
48-
"lucide-react": "^0.503.0",
48+
"lucide-react": "^0.513.0",
4949
"next-themes": "^0.4.6",
5050
"react": "^19.0.0",
5151
"react-dom": "^19.0.0",
@@ -55,30 +55,30 @@
5555
"zod": "^3.24.3"
5656
},
5757
"devDependencies": {
58-
"@eslint/js": "9.25.0",
59-
"@tailwindcss/postcss": "^4.1.4",
60-
"@tanstack/router-plugin": "1.116.1",
58+
"@eslint/js": "9.28.0",
59+
"@tailwindcss/postcss": "4.1.4",
60+
"@tanstack/router-plugin": "1.120.18",
6161
"@tauri-apps/cli": "2.5.0",
6262
"@testing-library/react": "16.3.0",
6363
"@testing-library/user-event": "14.6.1",
64-
"@types/node": "22.14.1",
65-
"@types/react": "19.1.2",
66-
"@types/react-dom": "19.1.2",
67-
"@vitejs/plugin-react": "4.4.1",
68-
"@vitest/coverage-v8": "3.1.1",
69-
"eslint": "9.25.0",
64+
"@types/node": "22.15.30",
65+
"@types/react": "19.1.6",
66+
"@types/react-dom": "19.1.6",
67+
"@vitejs/plugin-react": "4.5.1",
68+
"@vitest/coverage-v8": "3.2.2",
69+
"eslint": "9.28.0",
7070
"eslint-plugin-react": "7.37.5",
71-
"eslint-plugin-react-hooks": "^5.2.0",
71+
"eslint-plugin-react-hooks": "5.2.0",
7272
"eslint-plugin-unused-imports": "4.1.4",
7373
"husky": "9.1.7",
7474
"jsdom": "26.1.0",
75-
"postcss": "8.5.3",
75+
"postcss": "8.5.4",
7676
"prettier": "3.5.3",
77-
"tailwindcss": "4.1.4",
78-
"tw-animate-css": "^1.2.8",
77+
"tailwindcss": "4.1.8",
78+
"tw-animate-css": "1.2.8",
7979
"typescript": "5.8.3",
80-
"typescript-eslint": "8.30.1",
81-
"vite": "6.3.4",
82-
"vitest": "3.1.1"
80+
"typescript-eslint": "8.33.1",
81+
"vite": "6.3.5",
82+
"vitest": "3.2.2"
8383
}
8484
}

0 commit comments

Comments
 (0)