|
23 | 23 | "test:e2e": "playwright test" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@astrojs/node": "^8.2.1", |
27 | | - "@astrojs/react": "^3.0.10", |
28 | | - "@astrojs/sitemap": "^3.0.5", |
| 26 | + "@astrojs/node": "^8.2.5", |
| 27 | + "@astrojs/react": "^3.3.1", |
| 28 | + "@astrojs/sitemap": "^3.1.4", |
29 | 29 | "@astrojs/tailwind": "^5.1.0", |
30 | | - "@fingerprintjs/fingerprintjs": "^4.2.2", |
31 | | - "@nanostores/react": "^0.7.1", |
32 | | - "@resvg/resvg-js": "^2.6.0", |
33 | | - "@types/react": "^18.2.56", |
34 | | - "@types/react-dom": "^18.2.19", |
35 | | - "astro": "^4.4.0", |
| 30 | + "@fingerprintjs/fingerprintjs": "^4.3.0", |
| 31 | + "@nanostores/react": "^0.7.2", |
| 32 | + "@resvg/resvg-js": "^2.6.2", |
| 33 | + "@types/react": "^18.3.1", |
| 34 | + "@types/react-dom": "^18.3.0", |
| 35 | + "astro": "^4.7.0", |
36 | 36 | "astro-compress": "^2.2.10", |
37 | | - "clsx": "^2.1.0", |
| 37 | + "clsx": "^2.1.1", |
38 | 38 | "dayjs": "^1.11.10", |
39 | 39 | "dom-to-image": "^2.6.0", |
40 | 40 | "dracula-prism": "^2.1.16", |
41 | 41 | "gray-matter": "^4.0.3", |
42 | 42 | "htm": "^3.1.1", |
43 | 43 | "image-size": "^1.1.1", |
44 | | - "jose": "^5.2.2", |
| 44 | + "jose": "^5.2.4", |
45 | 45 | "js-cookie": "^3.0.5", |
46 | | - "lucide-react": "^0.358.0", |
47 | | - "nanoid": "^5.0.5", |
48 | | - "nanostores": "^0.9.5", |
49 | | - "node-html-parser": "^6.1.12", |
50 | | - "npm-check-updates": "^16.14.15", |
| 46 | + "lucide-react": "^0.376.0", |
| 47 | + "nanoid": "^5.0.7", |
| 48 | + "nanostores": "^0.10.3", |
| 49 | + "node-html-parser": "^6.1.13", |
| 50 | + "npm-check-updates": "^16.14.20", |
51 | 51 | "prismjs": "^1.29.0", |
52 | | - "react": "^18.2.0", |
| 52 | + "react": "^18.3.1", |
53 | 53 | "react-calendar-heatmap": "^1.9.0", |
54 | 54 | "react-confetti": "^6.1.0", |
55 | | - "react-dom": "^18.2.0", |
56 | | - "react-tooltip": "^5.26.3", |
57 | | - "reactflow": "^11.10.4", |
| 55 | + "react-dom": "^18.3.1", |
| 56 | + "react-tooltip": "^5.26.4", |
| 57 | + "reactflow": "^11.11.2", |
58 | 58 | "rehype-external-links": "^3.0.0", |
59 | 59 | "remark-parse": "^11.0.0", |
60 | 60 | "roadmap-renderer": "^1.0.6", |
61 | 61 | "satori": "^0.10.13", |
62 | 62 | "satori-html": "^0.3.2", |
63 | | - "sharp": "^0.33.2", |
| 63 | + "sharp": "^0.33.3", |
64 | 64 | "slugify": "^1.6.6", |
65 | | - "tailwind-merge": "^2.2.1", |
66 | | - "tailwindcss": "^3.4.1", |
| 65 | + "tailwind-merge": "^2.3.0", |
| 66 | + "tailwindcss": "^3.4.3", |
67 | 67 | "unified": "^11.0.4", |
68 | | - "zustand": "^4.5.1" |
| 68 | + "zustand": "^4.5.2" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@playwright/test": "^1.41.2", |
72 | | - "@tailwindcss/typography": "^0.5.10", |
| 71 | + "@playwright/test": "^1.43.1", |
| 72 | + "@tailwindcss/typography": "^0.5.13", |
73 | 73 | "@types/dom-to-image": "^2.6.7", |
74 | 74 | "@types/js-cookie": "^3.0.6", |
75 | 75 | "@types/prismjs": "^1.26.3", |
76 | 76 | "@types/react-calendar-heatmap": "^1.6.7", |
77 | 77 | "csv-parser": "^3.0.0", |
78 | 78 | "gh-pages": "^6.1.1", |
79 | 79 | "js-yaml": "^4.1.0", |
80 | | - "markdown-it": "^14.0.0", |
81 | | - "openai": "^4.28.0", |
| 80 | + "markdown-it": "^14.1.0", |
| 81 | + "openai": "^4.38.5", |
82 | 82 | "prettier": "^3.2.5", |
83 | 83 | "prettier-plugin-astro": "^0.13.0", |
84 | | - "prettier-plugin-tailwindcss": "^0.5.11" |
| 84 | + "prettier-plugin-tailwindcss": "^0.5.14" |
85 | 85 | } |
86 | 86 | } |
0 commit comments