diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 461bd30..1dcec2d 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -4,5 +4,8 @@ import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ + experimental: { + viewTransitions: true + }, integrations: [tailwind()] }); \ No newline at end of file diff --git a/docs/package-lock.json b/docs/package-lock.json index 746438e..692ed6f 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/tailwind": "^4.0.0", "@tailwindcss/typography": "^0.5.9", - "astro": "^2.9.1", + "astro": "^2.10.7", "tailwindcss": "^3.3.3" }, "devDependencies": { @@ -53,14 +53,14 @@ } }, "node_modules/@astrojs/compiler": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.1.tgz", - "integrity": "sha512-QZZhV2kOhvyXEfpaGLgHWNPUOlkMVx3Zw+5IlXXU2p448NwtyYt3C6MuS7baVsTlluH3EedAoDBmelt9hPhfiQ==" + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.8.1.tgz", + "integrity": "sha512-C28qplQzgIJ+JU9S+1wNx+ue2KCBUp0TTAd10EWAEkk4RsL3Tzlw0BYvLDDb4KP9jS48lXmR4/1TtZ4aavYJ8Q==" }, "node_modules/@astrojs/internal-helpers": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.1.1.tgz", - "integrity": "sha512-+LySbvFbjv2nO2m/e78suleQOGEru4Cnx73VsZbrQgB2u7A4ddsQg3P2T0zC0e10jgcT+c6nNlKeLpa6nRhQIg==" + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.1.2.tgz", + "integrity": "sha512-YXLk1CUDdC9P5bjFZcGjz+cE/ZDceXObDTXn/GCID4r8LjThuexxi+dlJqukmUpkSItzQqgzfWnrPLxSFPejdA==" }, "node_modules/@astrojs/language-server": { "version": "1.0.8", @@ -2210,12 +2210,12 @@ } }, "node_modules/astro": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.1.tgz", - "integrity": "sha512-cY+ilz7zbKx21QA4LRJtE49NakkhUVh6kU9LqNMThz/Fqv1Rkz0uJBWIUJfJqpOmqnpFEW2G245gF4+bUA7aRQ==", + "version": "2.10.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.7.tgz", + "integrity": "sha512-R8aF4yphrsbhxW2UxHZ1DslBn8e8vPQ23+Z/OnajNE1Q4HEZCOZ4CAbHJx2PDwq2p+CRWArNalpr3+rTqyOYBQ==", "dependencies": { - "@astrojs/compiler": "^1.6.0", - "@astrojs/internal-helpers": "^0.1.1", + "@astrojs/compiler": "^1.8.0", + "@astrojs/internal-helpers": "^0.1.2", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", "@astrojs/telemetry": "^2.1.1", @@ -2249,7 +2249,7 @@ "html-escaper": "^3.0.3", "js-yaml": "^4.1.0", "kleur": "^4.1.4", - "magic-string": "^0.27.0", + "magic-string": "^0.30.2", "mime": "^3.0.0", "network-information-types": "^0.1.1", "ora": "^6.3.1", @@ -2267,7 +2267,7 @@ "typescript": "*", "unist-util-visit": "^4.1.2", "vfile": "^5.3.7", - "vite": "^4.3.9", + "vite": "^4.4.6", "vitefu": "^0.2.4", "which-pm": "^2.0.0", "yargs-parser": "^21.1.1", @@ -7770,11 +7770,11 @@ } }, "node_modules/magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.2.tgz", + "integrity": "sha512-lNZdu7pewtq/ZvWUp9Wpf/x7WzMTsR26TWV03BRZrXFsv+BI6dy8RAiKgm1uM/kyR0rCfUcqvOlXKG66KhIGug==", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" }, "engines": { "node": ">=12" diff --git a/docs/package.json b/docs/package.json index a14edcd..68b2694 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/tailwind": "^4.0.0", "@tailwindcss/typography": "^0.5.9", - "astro": "^2.9.1", + "astro": "^2.10.7", "tailwindcss": "^3.3.3" }, "devDependencies": { diff --git a/docs/src/components/Footer.astro b/docs/src/components/Footer.astro index 215c0c1..bbe7216 100644 --- a/docs/src/components/Footer.astro +++ b/docs/src/components/Footer.astro @@ -1,12 +1,11 @@ -