|
19 | 19 | "@mdx-js/loader": "^3.1.0", |
20 | 20 | "@mdx-js/react": "^3.1.0", |
21 | 21 | "@mui/icons-material": "^7.1.1", |
22 | | - "@mui/material": "^7.0.2", |
23 | | - "@mui/system": "^7.0.2", |
| 22 | + "@mui/material": "^7.1.1", |
| 23 | + "@mui/system": "^7.1.1", |
24 | 24 | "@next/mdx": "^15.3.3", |
25 | | - "next": "^15.3.1", |
| 25 | + "next": "^15.3.3", |
26 | 26 | "next-auth": "^4.24.11", |
27 | 27 | "react": "^19.1.0", |
28 | 28 | "react-dom": "^19.1.0", |
29 | 29 | "web-vitals": "^5.0.2" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | 32 | "@eslint/eslintrc": "^3.3.1", |
33 | | - "@eslint/js": "^9.27.0", |
34 | | - "@next/eslint-plugin-next": "^15.3.1", |
| 33 | + "@eslint/js": "^9.28.0", |
| 34 | + "@next/eslint-plugin-next": "^15.3.3", |
35 | 35 | "@stylistic/eslint-plugin": "^4.4.1", |
36 | | - "@stylistic/eslint-plugin-js": "^4.2.0", |
37 | | - "@stylistic/eslint-plugin-jsx": "^4.2.0", |
38 | | - "@stylistic/eslint-plugin-plus": "^4.2.0", |
39 | | - "@stylistic/eslint-plugin-ts": "^4.2.0", |
| 36 | + "@stylistic/eslint-plugin-js": "^4.4.1", |
| 37 | + "@stylistic/eslint-plugin-jsx": "^4.4.1", |
| 38 | + "@stylistic/eslint-plugin-plus": "^4.4.1", |
| 39 | + "@stylistic/eslint-plugin-ts": "^4.4.1", |
40 | 40 | "@types/mdx": "^2.0.13", |
41 | 41 | "@types/node": "^22.15.30", |
42 | 42 | "@types/react": "^19.1.6", |
43 | | - "@types/react-dom": "^19.1.4", |
44 | | - "eslint": "^9.25.1", |
| 43 | + "@types/react-dom": "^19.1.6", |
| 44 | + "eslint": "^9.28.0", |
45 | 45 | "eslint-config-import": "^0.13.0", |
46 | | - "eslint-config-next": "^15.3.1", |
47 | | - "eslint-import-resolver-typescript": "^4.3.4", |
| 46 | + "eslint-config-next": "^15.3.3", |
| 47 | + "eslint-import-resolver-typescript": "^4.4.3", |
48 | 48 | "eslint-plugin-flowtype": "^8.0.3", |
49 | 49 | "eslint-plugin-import": "^2.31.0", |
50 | 50 | "eslint-plugin-jsx-a11y": "^6.10.2", |
51 | 51 | "eslint-plugin-react": "^7.37.5", |
52 | 52 | "eslint-plugin-react-hooks": "^5.2.0", |
53 | | - "pnpm": "^10.10.0", |
| 53 | + "pnpm": "^10.12.1", |
54 | 54 | "rimraf": "^6.0.1", |
55 | 55 | "typescript": "^5.8.3", |
56 | 56 | "typescript-eslint": "^8.33.1" |
57 | 57 | }, |
58 | | - "packageManager": "pnpm@10.10.0" |
| 58 | + "packageManager": "pnpm@10.12.1" |
59 | 59 | } |
0 commit comments