|
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", |
38 | | - "@napi-rs/image": "^1.9.2", |
| 32 | + "@astrojs/node": "^9.2.2", |
| 33 | + "@astrojs/react": "^4.3.0", |
| 34 | + "@astrojs/sitemap": "^3.4.1", |
| 35 | + "@astrojs/tailwind": "^6.0.2", |
| 36 | + "@fingerprintjs/fingerprintjs": "^4.6.2", |
| 37 | + "@nanostores/react": "^1.0.0", |
| 38 | + "@napi-rs/image": "^1.10.0", |
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.81.5", |
| 41 | + "@types/react": "^19.1.8", |
| 42 | + "@types/react-dom": "^19.1.6", |
| 43 | + "astro": "^5.10.1", |
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": "^2.0.2", |
| 51 | + "jose": "^6.0.11", |
52 | 52 | "js-cookie": "^3.0.5", |
53 | | - "lucide-react": "^0.452.0", |
54 | | - "luxon": "^3.5.0", |
55 | | - "nanoid": "^5.0.7", |
56 | | - "nanostores": "^0.11.3", |
57 | | - "node-html-parser": "^6.1.13", |
58 | | - "npm-check-updates": "^17.1.3", |
59 | | - "playwright": "^1.48.0", |
60 | | - "prismjs": "^1.29.0", |
61 | | - "react": "^18.3.1", |
62 | | - "react-calendar-heatmap": "^1.9.0", |
63 | | - "react-confetti": "^6.1.0", |
64 | | - "react-dom": "^18.3.1", |
65 | | - "react-tooltip": "^5.28.0", |
| 53 | + "lucide-react": "^0.525.0", |
| 54 | + "luxon": "^3.6.1", |
| 55 | + "nanoid": "^5.1.5", |
| 56 | + "nanostores": "^1.0.1", |
| 57 | + "node-html-parser": "^7.0.1", |
| 58 | + "npm-check-updates": "^18.0.1", |
| 59 | + "playwright": "^1.53.1", |
| 60 | + "prismjs": "^1.30.0", |
| 61 | + "react": "^19.1.0", |
| 62 | + "react-calendar-heatmap": "^1.10.0", |
| 63 | + "react-confetti": "^6.4.0", |
| 64 | + "react-dom": "^19.1.0", |
| 65 | + "react-tooltip": "^5.29.1", |
66 | 66 | "reactflow": "^11.11.4", |
67 | 67 | "rehype-external-links": "^3.0.0", |
68 | 68 | "remark-parse": "^11.0.0", |
69 | | - "roadmap-renderer": "^1.0.6", |
70 | | - "sanitize-html": "^2.13.1", |
71 | | - "satori": "^0.11.2", |
| 69 | + "roadmap-renderer": "^1.0.7", |
| 70 | + "sanitize-html": "^2.17.0", |
| 71 | + "satori": "^0.15.2", |
72 | 72 | "satori-html": "^0.3.2", |
73 | | - "sharp": "^0.33.5", |
| 73 | + "sharp": "^0.34.2", |
74 | 74 | "slugify": "^1.6.6", |
75 | 75 | "tiptap-markdown": "^0.8.10", |
76 | | - "tailwind-merge": "^2.5.3", |
77 | | - "tailwindcss": "^3.4.13", |
| 76 | + "tailwind-merge": "^3.3.1", |
| 77 | + "tailwindcss": "^4.1.11", |
78 | 78 | "turndown": "^7.2.0", |
79 | 79 | "unified": "^11.0.5", |
80 | | - "zustand": "^4.5.5" |
| 80 | + "zustand": "^5.0.6" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | | - "@playwright/test": "^1.48.0", |
84 | | - "@tailwindcss/typography": "^0.5.15", |
| 83 | + "@playwright/test": "^1.53.1", |
| 84 | + "@tailwindcss/typography": "^0.5.16", |
85 | 85 | "@types/dom-to-image": "^2.6.7", |
86 | 86 | "@types/js-cookie": "^3.0.6", |
87 | | - "@types/luxon": "^3.4.2", |
88 | | - "@types/prismjs": "^1.26.4", |
89 | | - "@types/react-calendar-heatmap": "^1.6.7", |
| 87 | + "@types/luxon": "^3.6.2", |
| 88 | + "@types/prismjs": "^1.26.5", |
| 89 | + "@types/react-calendar-heatmap": "^1.9.0", |
90 | 90 | "@types/react-slick": "^0.23.13", |
91 | | - "@types/sanitize-html": "^2.13.0", |
| 91 | + "@types/sanitize-html": "^2.16.0", |
92 | 92 | "@types/turndown": "^5.0.5", |
93 | | - "csv-parser": "^3.0.0", |
94 | | - "gh-pages": "^6.2.0", |
| 93 | + "csv-parser": "^3.2.0", |
| 94 | + "gh-pages": "^6.3.0", |
95 | 95 | "js-yaml": "^4.1.0", |
96 | 96 | "markdown-it": "^14.1.0", |
97 | | - "openai": "^4.67.3", |
98 | | - "prettier": "^3.3.3", |
| 97 | + "openai": "^5.8.2", |
| 98 | + "prettier": "^3.6.2", |
99 | 99 | "prettier-plugin-astro": "^0.14.1", |
100 | | - "prettier-plugin-tailwindcss": "^0.6.8", |
101 | | - "tsx": "^4.19.1" |
| 100 | + "prettier-plugin-tailwindcss": "^0.6.13", |
| 101 | + "tsx": "^4.20.3" |
102 | 102 | } |
103 | 103 | } |
0 commit comments