|
21 | 21 | "typecheck": "tsc --noEmit" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@tanstack/react-query": "^5.74.0", |
| 24 | + "@tanstack/react-query": "^5.74.3", |
25 | 25 | "axios": "^1.8.4", |
26 | 26 | "clsx": "^2.1.1", |
27 | 27 | "cookies-next": "^5.1.0", |
|
38 | 38 | "@eslint/js": "^9.24.0", |
39 | 39 | "@next/eslint-plugin-next": "^15.3.0", |
40 | 40 | "@tanstack/eslint-plugin-query": "^5.73.3", |
41 | | - "@tanstack/react-query-devtools": "^5.74.0", |
| 41 | + "@tanstack/react-query-devtools": "^5.74.3", |
42 | 42 | "@types/node": "^22.14.1", |
43 | | - "@types/react": "^19.1.1", |
| 43 | + "@types/react": "^19.1.2", |
44 | 44 | "@types/react-dom": "^19.1.2", |
45 | 45 | "eslint": "^9.24.0", |
46 | | - "eslint-config-airbnb-extended": "^0.8.0", |
| 46 | + "eslint-config-airbnb-extended": "^0.9.3", |
47 | 47 | "eslint-config-next": "^15.3.0", |
48 | 48 | "eslint-config-prettier": "^10.1.2", |
49 | 49 | "eslint-import-resolver-typescript": "^4.3.2", |
50 | | - "eslint-plugin-import-x": "^4.10.3", |
| 50 | + "eslint-plugin-import-x": "^4.10.5", |
51 | 51 | "eslint-plugin-jsx-a11y": "^6.10.2", |
52 | 52 | "eslint-plugin-prettier": "^5.2.6", |
53 | 53 | "eslint-plugin-promise": "^7.2.1", |
|
59 | 59 | "lint-staged": "^15.5.1", |
60 | 60 | "prettier": "^3.5.3", |
61 | 61 | "prettier-plugin-packagejson": "^2.5.10", |
62 | | - "type-fest": "^4.39.1", |
| 62 | + "type-fest": "^4.40.0", |
63 | 63 | "typescript": "^5.8.3", |
64 | | - "typescript-eslint": "^8.29.1" |
| 64 | + "typescript-eslint": "^8.30.1" |
65 | 65 | }, |
66 | | - "packageManager": "pnpm@10.8.0", |
| 66 | + "packageManager": "pnpm@10.8.1", |
67 | 67 | "engines": { |
68 | 68 | "node": ">=22.0.0", |
69 | 69 | "npm": "please-use-pnpm", |
|
0 commit comments