|
11 | 11 | "preview": "astro preview"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@astrojs/mdx": "0.11.4", |
15 |
| - "@astrojs/react": "1.2.1", |
16 |
| - "@astrojs/sitemap": "1.0.0", |
17 |
| - "@fontsource/exo-2": "4.5.10", |
| 14 | + "@astrojs/mdx": "0.18.1", |
| 15 | + "@astrojs/react": "2.1.0", |
| 16 | + "@astrojs/sitemap": "1.2.1", |
| 17 | + "@fontsource/exo-2": "4.5.11", |
18 | 18 | "@julian_cataldo/astro-lightbox": "link:../app/Lightbox",
|
19 | 19 | "@julian_cataldo/astro-resets": "link:../app/Resets",
|
20 | 20 | "@wbmnky/license-report-generator": "^2.1.3",
|
21 |
| - "asciinema-player": "^3.0.1", |
22 |
| - "astro": "1.5.2", |
| 21 | + "asciinema-player": "^3.2.0", |
| 22 | + "astro": "2.1.3", |
23 | 23 | "astro-base-document": "link:../app/BaseDocument",
|
24 | 24 | "astro-breakpoints": "link:../app/Breakpoints",
|
25 | 25 | "astro-color-mode": "link:../app/ColorMode",
|
26 | 26 | "astro-diagram": "link:../components/Diagram",
|
27 | 27 | "astro-geo-map": "link:../components/GeoMap",
|
28 | 28 | "astro-google-analytics": "link:../app/GoogleAnalytics",
|
29 | 29 | "astro-hover-prefetch": "link:../app/HoverPrefetch",
|
30 |
| - "astro-icon": "0.7.3", |
31 |
| - "astro-imagetools": "0.6.11", |
| 30 | + "astro-icon": "0.8.0", |
| 31 | + "astro-imagetools": "0.8.1", |
32 | 32 | "astro-licenses-report": "link:../components/LicensesReport",
|
33 | 33 | "astro-link": "link:../components/Link",
|
34 | 34 | "astro-page-transition": "link:../app/PageTransition",
|
35 |
| - "astro-robots-txt": "^0.3.10", |
| 35 | + "astro-robots-txt": "^0.4.0", |
36 | 36 | "astro-scroll-observer": "link:../app/ScrollObserver",
|
37 | 37 | "astro-seo-metadata": "link:../app/SEOMetadata",
|
38 | 38 | "astro-tabs": "link:../components/Tabs",
|
39 | 39 | "astro-terminal-player": "link:../components/TerminalPlayer",
|
40 | 40 | "astro-tooltips": "link:../app/Tooltips",
|
41 | 41 | "change-case": "4.1.2",
|
42 | 42 | "clipboard": "2.0.11",
|
43 |
| - "glob": "8.0.3", |
44 |
| - "glob-promise": "5.0.0", |
45 |
| - "leaflet": "1.9.2", |
46 |
| - "mermaid": "^9.1.7", |
47 |
| - "puppeteer": "^19.1.0", |
| 43 | + "glob": "9.3.0", |
| 44 | + "glob-promise": "6.0.2", |
| 45 | + "leaflet": "1.9.3", |
| 46 | + "mermaid": "^10.0.2", |
| 47 | + "puppeteer": "^19.7.5", |
48 | 48 | "react": "18.2.0",
|
49 | 49 | "react-dom": "18.2.0",
|
50 | 50 | "rehype-rewrite": "3.0.6",
|
51 | 51 | "remark-gfm": "3.0.1",
|
52 |
| - "sass": "1.55.0", |
53 |
| - "tsparticles": "1.43.0", |
54 |
| - "tsparticles-preset-stars": "1.43.1", |
55 |
| - "unist-util-visit": "^4.1.1" |
| 52 | + "sass": "1.59.3", |
| 53 | + "tsparticles": "2.9.3", |
| 54 | + "tsparticles-preset-stars": "2.9.3", |
| 55 | + "unist-util-visit": "^4.1.2" |
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 |
| - "@types/leaflet": "1.9.0" |
| 58 | + "@types/leaflet": "1.9.3" |
59 | 59 | },
|
60 | 60 | "packageManager": "[email protected]"
|
61 | 61 | }
|
0 commit comments