|
31 | 31 | "dependencies": { |
32 | 32 | "@astrojs/node": "^8.3.4", |
33 | 33 | "@astrojs/react": "^3.6.2", |
34 | | - "@astrojs/sitemap": "^3.2.0", |
| 34 | + "@astrojs/sitemap": "^3.2.1", |
35 | 35 | "@astrojs/tailwind": "^5.1.2", |
36 | | - "@fingerprintjs/fingerprintjs": "^4.5.0", |
| 36 | + "@fingerprintjs/fingerprintjs": "^4.5.1", |
37 | 37 | "@nanostores/react": "^0.8.0", |
38 | 38 | "@napi-rs/image": "^1.9.2", |
39 | 39 | "@resvg/resvg-js": "^2.6.2", |
40 | | - "@types/react": "^18.3.11", |
| 40 | + "@types/react": "^18.3.12", |
41 | 41 | "@types/react-dom": "^18.3.1", |
42 | | - "astro": "^4.16.1", |
| 42 | + "astro": "^4.16.8", |
43 | 43 | "clsx": "^2.1.1", |
44 | 44 | "dayjs": "^1.11.13", |
45 | 45 | "dom-to-image": "^2.6.0", |
46 | 46 | "dracula-prism": "^2.1.16", |
47 | 47 | "gray-matter": "^4.0.3", |
48 | 48 | "htm": "^3.1.1", |
49 | 49 | "image-size": "^1.1.1", |
50 | | - "jose": "^5.9.4", |
| 50 | + "jose": "^5.9.6", |
51 | 51 | "js-cookie": "^3.0.5", |
52 | | - "lucide-react": "^0.452.0", |
| 52 | + "lucide-react": "^0.454.0", |
53 | 53 | "luxon": "^3.5.0", |
54 | | - "nanoid": "^5.0.7", |
| 54 | + "nanoid": "^5.0.8", |
55 | 55 | "nanostores": "^0.11.3", |
56 | 56 | "node-html-parser": "^6.1.13", |
57 | | - "npm-check-updates": "^17.1.3", |
58 | | - "playwright": "^1.48.0", |
| 57 | + "npm-check-updates": "^17.1.9", |
| 58 | + "playwright": "^1.48.2", |
59 | 59 | "prismjs": "^1.29.0", |
60 | 60 | "react": "^18.3.1", |
61 | 61 | "react-calendar-heatmap": "^1.9.0", |
|
70 | 70 | "satori-html": "^0.3.2", |
71 | 71 | "sharp": "^0.33.5", |
72 | 72 | "slugify": "^1.6.6", |
73 | | - "tailwind-merge": "^2.5.3", |
74 | | - "tailwindcss": "^3.4.13", |
| 73 | + "tailwind-merge": "^2.5.4", |
| 74 | + "tailwindcss": "^3.4.14", |
75 | 75 | "turndown": "^7.2.0", |
76 | 76 | "unified": "^11.0.5", |
77 | | - "zustand": "^4.5.5" |
| 77 | + "zustand": "^5.0.1" |
78 | 78 | }, |
79 | 79 | "devDependencies": { |
80 | | - "@playwright/test": "^1.48.0", |
| 80 | + "@playwright/test": "^1.48.2", |
81 | 81 | "@tailwindcss/typography": "^0.5.15", |
82 | 82 | "@types/dom-to-image": "^2.6.7", |
83 | 83 | "@types/js-cookie": "^3.0.6", |
84 | 84 | "@types/luxon": "^3.4.2", |
85 | | - "@types/prismjs": "^1.26.4", |
86 | | - "@types/react-calendar-heatmap": "^1.6.7", |
| 85 | + "@types/prismjs": "^1.26.5", |
| 86 | + "@types/react-calendar-heatmap": "^1.9.0", |
87 | 87 | "@types/react-slick": "^0.23.13", |
88 | 88 | "@types/turndown": "^5.0.5", |
89 | 89 | "csv-parser": "^3.0.0", |
90 | 90 | "gh-pages": "^6.2.0", |
91 | 91 | "js-yaml": "^4.1.0", |
92 | 92 | "markdown-it": "^14.1.0", |
93 | | - "openai": "^4.67.3", |
| 93 | + "openai": "^4.70.2", |
94 | 94 | "prettier": "^3.3.3", |
95 | 95 | "prettier-plugin-astro": "^0.14.1", |
96 | 96 | "prettier-plugin-tailwindcss": "^0.6.8", |
97 | | - "tsx": "^4.19.1" |
| 97 | + "tsx": "^4.19.2" |
98 | 98 | } |
99 | 99 | } |
0 commit comments