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