|
14 | 14 | "start": "next start" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@tanstack/react-query": "^5.64.2", |
18 | | - "jotai": "^2.11.1", |
19 | | - "modern-normalize": "^3.0.1", |
| 17 | + "@tanstack/react-query": "^5.65.1", |
| 18 | + "jotai": "^2.11.2", |
20 | 19 | "next": "^15.1.6", |
21 | 20 | "react": "^19.0.0", |
22 | 21 | "react-dom": "^19.0.0", |
23 | 22 | "sass": "^1.83.4", |
24 | 23 | "sharp": "^0.33.3" |
25 | 24 | }, |
26 | 25 | "devDependencies": { |
27 | | - "@eslint/js": "^9.18.0", |
| 26 | + "@eslint/js": "^9.19.0", |
28 | 27 | "@next/eslint-plugin-next": "^15.1.6", |
29 | | - "@stylistic/eslint-plugin": "^2.13.0", |
30 | | - "@tanstack/react-query-devtools": "^5.64.2", |
| 28 | + "@stylistic/eslint-plugin": "^3.0.1", |
| 29 | + "@tanstack/react-query-devtools": "^5.65.1", |
31 | 30 | "@testing-library/react": "^16.2.0", |
32 | | - "@types/node": "^22.10.10", |
| 31 | + "@types/node": "^22.12.0", |
33 | 32 | "@types/react": "^19.0.8", |
34 | 33 | "@types/react-dom": "^19.0.3", |
35 | 34 | "ejs": "^3.1.9", |
36 | | - "eslint": "^9.18.0", |
| 35 | + "eslint": "^9.19.0", |
37 | 36 | "eslint-plugin-react": "^7.37.4", |
38 | 37 | "eslint-plugin-react-hooks": "^5.1.0", |
39 | 38 | "jest": "^29.7.0", |
40 | 39 | "jest-environment-jsdom": "^29.7.0", |
41 | 40 | "prettier": "^3.4.2", |
42 | 41 | "typescript": "^5.7.3", |
43 | | - "typescript-eslint": "^8.21.0" |
| 42 | + "typescript-eslint": "^8.22.0" |
44 | 43 | }, |
45 | 44 | "browserslist": { |
46 | 45 | "production": [ |
|
0 commit comments