|
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
5 | 5 | "engines": { |
6 | | - "node": "20.8.1", |
7 | | - "npm": "10.1.0" |
| 6 | + "node": "22.13.1", |
| 7 | + "npm": "11.1.0" |
8 | 8 | }, |
9 | 9 | "scripts": { |
10 | 10 | "dev": "next dev", |
|
18 | 18 | "@emotion/react": "^11.13.3", |
19 | 19 | "@emotion/styled": "^11.13.0", |
20 | 20 | "@fontsource/poppins": "^5.1.0", |
21 | | - "@fortawesome/fontawesome-svg-core": "^6.7.1", |
22 | | - "@fortawesome/free-brands-svg-icons": "^6.7.1", |
23 | | - "@fortawesome/free-regular-svg-icons": "^6.7.1", |
24 | | - "@fortawesome/free-solid-svg-icons": "^6.7.1", |
| 21 | + "@fortawesome/fontawesome-svg-core": "^6.7.2", |
| 22 | + "@fortawesome/free-brands-svg-icons": "^6.7.2", |
| 23 | + "@fortawesome/free-regular-svg-icons": "^6.7.2", |
| 24 | + "@fortawesome/free-solid-svg-icons": "^6.7.2", |
25 | 25 | "@fortawesome/react-fontawesome": "^0.2.2", |
26 | | - "@mui/icons-material": "^6.1.8", |
| 26 | + "@mui/icons-material": "^6.4.2", |
27 | 27 | "@mui/material": "^6.0.1", |
28 | | - "@octokit/auth-app": "^7.1.3", |
29 | | - "@octokit/core": "^6.1.2", |
30 | | - "@octokit/webhooks": "^13.3.0", |
31 | | - "@stoplight/elements": "^8.4.5", |
| 28 | + "@octokit/auth-app": "^7.1.4", |
| 29 | + "@octokit/core": "^6.1.3", |
| 30 | + "@octokit/webhooks": "~13.4.3", |
32 | 31 | "core-js": "^3.39.0", |
33 | 32 | "encoding": "^0.1.13", |
34 | 33 | "figma-squircle": "^1.1.0", |
35 | 34 | "install": "^0.13.0", |
36 | 35 | "ioredis": "^5.4.1", |
37 | 36 | "mobx": "^6.13.5", |
38 | | - "next": "^14.2.13", |
| 37 | + "next": "^15.1.6", |
39 | 38 | "next-auth": "^5.0.0-beta.25", |
40 | 39 | "npm": "^10.9.0", |
41 | 40 | "nprogress": "^0.2.0", |
42 | | - "octokit": "^4.0.2", |
| 41 | + "octokit": "^4.1.0", |
43 | 42 | "react": "^18.3.1", |
44 | 43 | "react-dom": "^18.3.1", |
45 | 44 | "redis-semaphore": "^5.6.0", |
|
49 | 48 | "swagger-ui-react": "^5.17.14", |
50 | 49 | "swr": "^2.2.5", |
51 | 50 | "usehooks-ts": "^3.1.0", |
52 | | - "yaml": "^2.6.0", |
| 51 | + "yaml": "^2.7.0", |
53 | 52 | "zod": "^3.23.8" |
54 | 53 | }, |
55 | 54 | "devDependencies": { |
|
61 | 60 | "@types/react": "^18.3.12", |
62 | 61 | "@types/react-dom": "^18.3.0", |
63 | 62 | "@types/swagger-ui-react": "^4.18.3", |
64 | | - "@typescript-eslint/eslint-plugin": "^8.15.0", |
65 | | - "@typescript-eslint/parser": "^8.15.0", |
| 63 | + "@typescript-eslint/eslint-plugin": "^8.22.0", |
| 64 | + "@typescript-eslint/parser": "^8.22.0", |
66 | 65 | "autoprefixer": "^10.4.20", |
67 | | - "eslint": "^8.57.1", |
68 | | - "eslint-config-next": "^14.2.14", |
| 66 | + "eslint": "^9.19.0", |
| 67 | + "eslint-config-next": "^15.1.6", |
69 | 68 | "pg": "^8.13.1", |
70 | 69 | "postcss": "^8.4.41", |
71 | 70 | "tailwindcss": "^3.4.13", |
|
0 commit comments