|
10 | 10 | "lint": "next lint" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@fortawesome/fontawesome-svg-core": "^6.6.0", |
14 | | - "@fortawesome/free-brands-svg-icons": "^6.6.0", |
15 | | - "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| 13 | + "@fortawesome/fontawesome-svg-core": "^6.7.2", |
| 14 | + "@fortawesome/free-brands-svg-icons": "^6.7.2", |
| 15 | + "@fortawesome/free-solid-svg-icons": "^6.7.2", |
16 | 16 | "@fortawesome/react-fontawesome": "^0.2.2", |
17 | | - "@radix-ui/react-checkbox": "^1.1.4", |
18 | | - "@radix-ui/react-dialog": "^1.1.2", |
19 | | - "@radix-ui/react-dropdown-menu": "^2.1.2", |
20 | | - "@radix-ui/react-select": "^2.1.2", |
21 | | - "@radix-ui/react-slot": "^1.1.0", |
22 | | - "axios": "^1.7.7", |
23 | | - "class-variance-authority": "^0.7.0", |
| 17 | + "@radix-ui/react-checkbox": "^1.2.2", |
| 18 | + "@radix-ui/react-dialog": "^1.1.10", |
| 19 | + "@radix-ui/react-dropdown-menu": "^2.1.11", |
| 20 | + "@radix-ui/react-select": "^2.2.2", |
| 21 | + "@radix-ui/react-slot": "^1.2.0", |
| 22 | + "@tailwindcss/postcss": "^4.1.4", |
| 23 | + "axios": "^1.8.4", |
| 24 | + "class-variance-authority": "^0.7.1", |
24 | 25 | "javascript-time-ago": "^2.5.11", |
25 | | - "lucide-react": "^0.456.0", |
26 | | - "marked": "^15.0.0", |
27 | | - "next": "^15.2.3", |
28 | | - "react": "^18.3.1", |
29 | | - "react-dom": "^18.3.1", |
| 26 | + "lucide-react": "^0.501.0", |
| 27 | + "marked": "^15.0.8", |
| 28 | + "next": "^15.3.1", |
| 29 | + "react": "^19.1.0", |
| 30 | + "react-dom": "^19.1.0", |
30 | 31 | "react-ga": "^3.3.1", |
31 | 32 | "react-waypoint": "^10.3.0", |
32 | | - "sanitize-html": "^2.14.0", |
| 33 | + "sanitize-html": "^2.16.0", |
33 | 34 | "tailwindcss-animate": "^1.0.7", |
34 | 35 | "timeago": "^1.6.7" |
35 | 36 | }, |
36 | 37 | "devDependencies": { |
37 | 38 | "@saber2pr/types-github-api": "^0.0.9", |
38 | | - "@types/node": "22.9.0", |
39 | | - "@types/react": "^18.3.12", |
40 | | - "@types/react-dom": "^18.3.1", |
| 39 | + "@types/node": "^22.14.1", |
| 40 | + "@types/react": "^19.1.2", |
| 41 | + "@types/react-dom": "^19.1.2", |
41 | 42 | "@types/react-lazy-load-image-component": "^1.6.4", |
42 | | - "@types/sanitize-html": "^2.13.0", |
43 | | - "@typescript-eslint/eslint-plugin": "^8.13.0", |
44 | | - "@typescript-eslint/parser": "^8.13.0", |
45 | | - "@vitejs/plugin-react-swc": "^3.7.1", |
46 | | - "autoprefixer": "^10.4.20", |
| 43 | + "@types/sanitize-html": "^2.15.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^8.30.1", |
| 45 | + "@typescript-eslint/parser": "^8.30.1", |
| 46 | + "autoprefixer": "^10.4.21", |
47 | 47 | "clsx": "^2.1.1", |
48 | | - "eslint": "^9.14.0", |
49 | | - "eslint-plugin-react-hooks": "^5.1.0", |
50 | | - "eslint-plugin-react-refresh": "^0.4.14", |
51 | | - "postcss": "^8.4.49", |
52 | | - "tailwind-merge": "^2.5.4", |
53 | | - "tailwindcss": "^3.4.16", |
54 | | - "typescript": "^5.8.2", |
55 | | - "vite": "^5.4.10", |
56 | | - "zustand": "^5.0.2" |
| 48 | + "eslint": "^9.25.0", |
| 49 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 50 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 51 | + "postcss": "^8.5.3", |
| 52 | + "tailwind-merge": "^3.2.0", |
| 53 | + "tailwindcss": "^4.1.4", |
| 54 | + "typescript": "^5.8.3", |
| 55 | + "zustand": "^5.0.3" |
57 | 56 | } |
58 | 57 | } |
0 commit comments