3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
6
- "packageManager" : " pnpm@9.1.1 " ,
6
+ "packageManager" : " pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b " ,
7
7
"scripts" : {
8
8
"postinstall" : " husky install" ,
9
9
"dev" : " vite" ,
12
12
"build:staging" : " tsc && vite build --mode staging" ,
13
13
"start:staging" : " vite preview" ,
14
14
"lint" : " eslint ." ,
15
- "format:check" : " prettier --check src/**/*.{ts,tsx,js,jsx,json,css} index.html --ignore-unknown --no-error-on-unmatched-pattern" ,
16
- "format" : " prettier --write src/**/*.{ts,tsx,js,jsx,json,css} index.html --ignore-unknown --no-error-on-unmatched-pattern" ,
15
+ "format:check" : " prettier --check src/ index.html --ignore-unknown --no-error-on-unmatched-pattern" ,
16
+ "format" : " prettier --write src/ index.html --ignore-unknown --no-error-on-unmatched-pattern" ,
17
17
"tsr:watch" : " tsr watch" ,
18
18
"tsr:generate" : " tsr generate" ,
19
19
"typecheck" : " tsc"
20
20
},
21
21
"dependencies" : {
22
- "@tanstack/react-query" : " ^5.62.0" ,
23
- "@tanstack/react-query-devtools" : " ^5.62.0" ,
22
+ "@tanstack/react-query" : " ^5.66.11" ,
24
23
"@tanstack/react-router" : " ^1.112.0" ,
25
- "axios" : " ^1.7.8 " ,
24
+ "axios" : " ^1.8.1 " ,
26
25
"clsx" : " ^2.1.1" ,
27
26
"react" : " ^19.0.0" ,
28
27
"react-dom" : " ^19.0.0" ,
29
- "tailwind-merge" : " ^2. 3.0" ,
28
+ "tailwind-merge" : " ^3.0.2 " ,
30
29
"tailwindcss" : " ^4.0.9" ,
31
- "zod" : " ^3.23.8 "
30
+ "zod" : " ^3.24.2 "
32
31
},
33
32
"devDependencies" : {
34
- "@commitlint/cli" : " ^18.6 .1" ,
35
- "@commitlint/config-conventional" : " ^18.6.3 " ,
33
+ "@commitlint/cli" : " ^19.7 .1" ,
34
+ "@commitlint/config-conventional" : " ^19.7.1 " ,
36
35
"@svgr/plugin-svgo" : " ^8.1.0" ,
37
36
"@tailwindcss/vite" : " ^4.0.9" ,
38
- "@tanstack/router-cli" : " ^1.34.8" ,
37
+ "@tanstack/eslint-plugin-query" : " ^5.66.1" ,
38
+ "@tanstack/react-query-devtools" : " ^5.66.11" ,
39
+ "@tanstack/router-cli" : " ^1.112.0" ,
39
40
"@tanstack/router-devtools" : " ^1.112.0" ,
40
41
"@tanstack/router-plugin" : " ^1.112.0" ,
41
42
"@total-typescript/ts-reset" : " ^0.5.1" ,
45
46
"@typescript-eslint/parser" : " ^8.25.0" ,
46
47
"@vitejs/plugin-react" : " ^4.3.4" ,
47
48
"babel-plugin-react-compiler" : " 19.0.0-beta-e1e972c-20250221" ,
48
- "eslint" : " ^8.57.0 " ,
49
- "eslint-config-prettier" : " ^9.1.0 " ,
50
- "eslint-plugin-import" : " ^2.29.1 " ,
51
- "eslint-plugin-jsx-a11y" : " ^6.8.0 " ,
49
+ "eslint" : " ^8.57.1 " ,
50
+ "eslint-config-prettier" : " ^10.0.2 " ,
51
+ "eslint-plugin-import" : " ^2.31.0 " ,
52
+ "eslint-plugin-jsx-a11y" : " ^6.10.2 " ,
52
53
"eslint-plugin-prettier" : " ^5.2.3" ,
53
- "eslint-plugin-react" : " ^7.34.2 " ,
54
+ "eslint-plugin-react" : " ^7.37.4 " ,
54
55
"eslint-plugin-react-compiler" : " 19.0.0-beta-e1e972c-20250221" ,
55
- "eslint-plugin-react-hooks" : " ^4.6.2 " ,
56
- "eslint-plugin-react-refresh" : " ^0.4.7 " ,
56
+ "eslint-plugin-react-hooks" : " ^5.2.0 " ,
57
+ "eslint-plugin-react-refresh" : " ^0.4.19 " ,
57
58
"husky" : " ^8.0.3" ,
58
- "prettier" : " ^3.3.0 " ,
59
+ "prettier" : " ^3.5.2 " ,
59
60
"prettier-plugin-tailwindcss" : " ^0.5.14" ,
60
- "typescript" : " ^5.4.5 " ,
61
+ "typescript" : " ^5.8.2 " ,
61
62
"vite" : " ^6.2.0" ,
62
63
"vite-plugin-svgr" : " ^4.3.0" ,
63
64
"vite-tsconfig-paths" : " ^4.3.2"
64
65
}
65
- }
66
+ }
0 commit comments