|
29 | 29 | "test:e2e": "playwright test" |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | | - "@astrojs/node": "^8.3.4", |
33 | | - "@astrojs/react": "^3.6.2", |
34 | | - "@astrojs/sitemap": "^3.2.0", |
35 | | - "@astrojs/tailwind": "^5.1.2", |
36 | | - "@fingerprintjs/fingerprintjs": "^4.5.0", |
37 | | - "@nanostores/react": "^0.8.0", |
| 32 | + "@astrojs/node": "^9.0.0", |
| 33 | + "@astrojs/react": "^4.1.2", |
| 34 | + "@astrojs/sitemap": "^3.2.1", |
| 35 | + "@astrojs/tailwind": "^5.1.4", |
| 36 | + "@fingerprintjs/fingerprintjs": "^4.5.1", |
| 37 | + "@nanostores/react": "^0.8.4", |
38 | 38 | "@napi-rs/image": "^1.9.2", |
39 | 39 | "@resvg/resvg-js": "^2.6.2", |
40 | | - "@tanstack/react-query": "^5.59.16", |
41 | | - "@types/react": "^18.3.11", |
42 | | - "@types/react-dom": "^18.3.1", |
43 | | - "astro": "^4.16.1", |
| 40 | + "@tanstack/react-query": "^5.62.15", |
| 41 | + "@types/react": "^19.0.2", |
| 42 | + "@types/react-dom": "^19.0.2", |
| 43 | + "astro": "^5.1.2", |
44 | 44 | "clsx": "^2.1.1", |
45 | 45 | "dayjs": "^1.11.13", |
46 | 46 | "dom-to-image": "^2.6.0", |
47 | 47 | "dracula-prism": "^2.1.16", |
48 | 48 | "gray-matter": "^4.0.3", |
49 | 49 | "htm": "^3.1.1", |
50 | | - "image-size": "^1.1.1", |
51 | | - "jose": "^5.9.4", |
| 50 | + "image-size": "^1.2.0", |
| 51 | + "jose": "^5.9.6", |
52 | 52 | "js-cookie": "^3.0.5", |
53 | | - "lucide-react": "^0.452.0", |
| 53 | + "lucide-react": "^0.469.0", |
54 | 54 | "luxon": "^3.5.0", |
55 | | - "nanoid": "^5.0.7", |
| 55 | + "nanoid": "^5.0.9", |
56 | 56 | "nanostores": "^0.11.3", |
57 | | - "node-html-parser": "^6.1.13", |
58 | | - "npm-check-updates": "^17.1.3", |
59 | | - "playwright": "^1.48.0", |
| 57 | + "node-html-parser": "^7.0.1", |
| 58 | + "npm-check-updates": "^17.1.13", |
| 59 | + "playwright": "^1.49.1", |
60 | 60 | "prismjs": "^1.29.0", |
61 | | - "react": "^18.3.1", |
| 61 | + "react": "^19.0.0", |
62 | 62 | "react-calendar-heatmap": "^1.9.0", |
63 | | - "react-confetti": "^6.1.0", |
64 | | - "react-dom": "^18.3.1", |
| 63 | + "react-confetti": "^6.2.2", |
| 64 | + "react-dom": "^19.0.0", |
65 | 65 | "react-tooltip": "^5.28.0", |
66 | 66 | "reactflow": "^11.11.4", |
67 | 67 | "rehype-external-links": "^3.0.0", |
68 | 68 | "remark-parse": "^11.0.0", |
69 | 69 | "roadmap-renderer": "^1.0.6", |
70 | | - "satori": "^0.11.2", |
| 70 | + "satori": "^0.12.0", |
71 | 71 | "satori-html": "^0.3.2", |
72 | 72 | "sharp": "^0.33.5", |
73 | 73 | "slugify": "^1.6.6", |
74 | | - "tailwind-merge": "^2.5.3", |
75 | | - "tailwindcss": "^3.4.13", |
| 74 | + "tailwind-merge": "^2.6.0", |
| 75 | + "tailwindcss": "^3.4.17", |
76 | 76 | "turndown": "^7.2.0", |
77 | 77 | "unified": "^11.0.5", |
78 | | - "zustand": "^4.5.5" |
| 78 | + "zustand": "^5.0.2" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | | - "@playwright/test": "^1.48.0", |
| 81 | + "@playwright/test": "^1.49.1", |
82 | 82 | "@tailwindcss/typography": "^0.5.15", |
83 | 83 | "@types/dom-to-image": "^2.6.7", |
84 | 84 | "@types/js-cookie": "^3.0.6", |
85 | 85 | "@types/luxon": "^3.4.2", |
86 | | - "@types/prismjs": "^1.26.4", |
87 | | - "@types/react-calendar-heatmap": "^1.6.7", |
| 86 | + "@types/prismjs": "^1.26.5", |
| 87 | + "@types/react-calendar-heatmap": "^1.9.0", |
88 | 88 | "@types/react-slick": "^0.23.13", |
89 | 89 | "@types/turndown": "^5.0.5", |
90 | | - "csv-parser": "^3.0.0", |
91 | | - "gh-pages": "^6.2.0", |
| 90 | + "csv-parser": "^3.1.0", |
| 91 | + "gh-pages": "^6.3.0", |
92 | 92 | "js-yaml": "^4.1.0", |
93 | 93 | "markdown-it": "^14.1.0", |
94 | | - "openai": "^4.67.3", |
95 | | - "prettier": "^3.3.3", |
| 94 | + "openai": "^4.77.3", |
| 95 | + "prettier": "^3.4.2", |
96 | 96 | "prettier-plugin-astro": "^0.14.1", |
97 | | - "prettier-plugin-tailwindcss": "^0.6.8", |
98 | | - "tsx": "^4.19.1" |
| 97 | + "prettier-plugin-tailwindcss": "^0.6.9", |
| 98 | + "tsx": "^4.19.2" |
99 | 99 | } |
100 | 100 | } |
0 commit comments