|
10 | 10 | "prod": "run-s build start", |
11 | 11 | "prettier": "prettier --write '**/*.{js,mjs,ts,tsx,md,json,yaml,css}' --ignore-path=.gitignore", |
12 | 12 | "prettier:check": "prettier --check '**/*.{js,mjs,ts,tsx,md,json,yaml,css}' --ignore-path=.gitignore", |
13 | | - "lint": "next lint --ignore-path=.gitignore", |
14 | | - "lint:fix": "next lint --fix --ignore-path=.gitignore", |
| 13 | + "lint": "eslint --ignore-pattern '.next/*' --ignore-pattern 'next-env.d.ts' --ignore-pattern 'public/sw.js'", |
| 14 | + "lint:fix": "eslint --fix --ignore-pattern '.next/*' --ignore-pattern 'next-env.d.ts' --ignore-pattern 'public/sw.js'", |
15 | 15 | "typecheck": "tsc --noEmit", |
16 | 16 | "check": "run-p prettier:check lint typecheck", |
17 | 17 | "fix": "run-s prettier lint:fix", |
|
21 | 21 | "@emotion/cache": "^11.14.0", |
22 | 22 | "@emotion/react": "^11.14.0", |
23 | 23 | "@emotion/styled": "^11.14.1", |
24 | | - "@khmyznikov/pwa-install": "^0.5.7", |
| 24 | + "@khmyznikov/pwa-install": "^0.5.8", |
25 | 25 | "@mui/icons-material": "^6.4.2", |
26 | 26 | "@mui/material": "^6.4.2", |
27 | 27 | "@mui/material-nextjs": "^6.4.2", |
|
30 | 30 | "js-cookie": "^3.0.5", |
31 | 31 | "jwt-decode": "^4.0.0", |
32 | 32 | "luxon": "^3.7.1", |
33 | | - "next": "15.3.0", |
| 33 | + "next": "15.5.2", |
34 | 34 | "react": "^19.1.1", |
35 | 35 | "react-device-detect": "^2.2.3", |
36 | 36 | "react-dom": "^19.1.1", |
|
43 | 43 | "zustand": "^5.0.8" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@eslint/js": "^9.33.0", |
47 | | - "@next/eslint-plugin-next": "^15.3.0", |
| 46 | + "@eslint/js": "^9.34.0", |
| 47 | + "@next/eslint-plugin-next": "^15.5.2", |
48 | 48 | "@tsconfig/next": "^2.0.3", |
49 | 49 | "@tsconfig/strictest": "^2.0.5", |
50 | 50 | "@types/js-cookie": "^3.0.6", |
51 | 51 | "@types/luxon": "^3.7.1", |
52 | 52 | "@types/node": "^24.3.0", |
53 | | - "@types/react": "^19.1.10", |
54 | | - "@types/react-dom": "^19.1.7", |
| 53 | + "@types/react": "^19.1.12", |
| 54 | + "@types/react-dom": "^19.1.9", |
55 | 55 | "@types/react-swipeable-views": "^0.13.6", |
56 | | - "eslint": "^9.33.0", |
| 56 | + "eslint": "^9.34.0", |
57 | 57 | "eslint-config-prettier": "^10.1.8", |
58 | 58 | "eslint-import-resolver-typescript": "^4.4.4", |
59 | 59 | "eslint-plugin-import-x": "^4.16.1", |
|
66 | 66 | "prettier": "^3.6.2", |
67 | 67 | "serwist": "^9.1.1", |
68 | 68 | "typescript": "^5.9.2", |
69 | | - "typescript-eslint": "^8.40.0" |
| 69 | + "typescript-eslint": "^8.41.0" |
70 | 70 | } |
71 | 71 | } |
0 commit comments