|
22 | 22 | "test:e2e": "playwright test"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@astrojs/react": "^3.0.3", |
26 |
| - "@astrojs/sitemap": "^3.0.2", |
| 25 | + "@astrojs/react": "^3.0.4", |
| 26 | + "@astrojs/sitemap": "^3.0.3", |
27 | 27 | "@astrojs/tailwind": "^5.0.2",
|
28 | 28 | "@fingerprintjs/fingerprintjs": "^4.1.0",
|
29 | 29 | "@nanostores/react": "^0.7.1",
|
30 |
| - "@types/react": "^18.2.31", |
31 |
| - "@types/react-dom": "^18.2.14", |
32 |
| - "astro": "^3.3.0", |
33 |
| - "astro-compress": "^2.1.5", |
| 30 | + "@types/react": "^18.2.37", |
| 31 | + "@types/react-dom": "^18.2.15", |
| 32 | + "astro": "^3.5.0", |
| 33 | + "astro-compress": "^2.2.3", |
34 | 34 | "clsx": "^2.0.0",
|
35 | 35 | "dracula-prism": "^2.1.13",
|
36 |
| - "jose": "^4.15.4", |
| 36 | + "jose": "^5.1.0", |
37 | 37 | "js-cookie": "^3.0.5",
|
38 |
| - "lucide-react": "^0.288.0", |
39 |
| - "nanoid": "^5.0.2", |
| 38 | + "lucide-react": "^0.292.0", |
| 39 | + "nanoid": "^5.0.3", |
40 | 40 | "nanostores": "^0.9.4",
|
41 |
| - "node-html-parser": "^6.1.10", |
| 41 | + "node-html-parser": "^6.1.11", |
42 | 42 | "npm-check-updates": "^16.14.6",
|
43 | 43 | "prismjs": "^1.29.0",
|
44 | 44 | "react": "^18.2.0",
|
|
48 | 48 | "rehype-external-links": "^3.0.0",
|
49 | 49 | "roadmap-renderer": "^1.0.6",
|
50 | 50 | "slugify": "^1.6.6",
|
51 |
| - "tailwind-merge": "^1.14.0", |
52 |
| - "tailwindcss": "^3.3.3", |
53 |
| - "zustand": "^4.4.4" |
| 51 | + "tailwind-merge": "^2.0.0", |
| 52 | + "tailwindcss": "^3.3.5", |
| 53 | + "zustand": "^4.4.6" |
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 | 56 | "@playwright/test": "^1.39.0",
|
57 | 57 | "@tailwindcss/typography": "^0.5.10",
|
58 |
| - "@types/js-cookie": "^3.0.5", |
59 |
| - "@types/prismjs": "^1.26.2", |
| 58 | + "@types/js-cookie": "^3.0.6", |
| 59 | + "@types/prismjs": "^1.26.3", |
60 | 60 | "csv-parser": "^3.0.0",
|
61 | 61 | "gh-pages": "^6.0.0",
|
62 | 62 | "js-yaml": "^4.1.0",
|
63 | 63 | "markdown-it": "^13.0.2",
|
64 |
| - "openai": "^4.13.0", |
| 64 | + "openai": "^4.17.1", |
65 | 65 | "prettier": "^3.0.3",
|
66 |
| - "prettier-plugin-astro": "^0.12.0", |
67 |
| - "prettier-plugin-tailwindcss": "^0.5.6" |
| 66 | + "prettier-plugin-astro": "^0.12.1", |
| 67 | + "prettier-plugin-tailwindcss": "^0.5.7" |
68 | 68 | }
|
69 | 69 | }
|
0 commit comments