diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/blog/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 2 | ||||
-rw-r--r-- | examples/framework-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/ssr/package.json | 2 | ||||
-rw-r--r-- | examples/with-mdx/package.json | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 6dcb6e612..9af900390 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "astro": "^2.0.12", - "@astrojs/mdx": "^0.16.1", + "@astrojs/mdx": "^0.16.2", "@astrojs/rss": "^2.1.0", "@astrojs/sitemap": "^1.0.1" } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 419995a0e..cbfda9064 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -21,7 +21,7 @@ "@astrojs/preact": "^2.0.3", "@astrojs/react": "^2.0.2", "@astrojs/solid-js": "^2.0.2", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "@astrojs/vue": "^2.0.1" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 1bcb16124..1026bf177 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "astro": "^2.0.12" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 734032b79..390146ada 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "astro": "^2.0.12", "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "@astrojs/node": "^5.0.3", "concurrently": "^7.2.1", "unocss": "^0.15.6", diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 79d821c62..4c5bc8360 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -14,6 +14,6 @@ "astro": "^2.0.12", "preact": "^10.6.5", "@astrojs/preact": "^2.0.3", - "@astrojs/mdx": "^0.16.1" + "@astrojs/mdx": "^0.16.2" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 58033d62f..fc9f0c486 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.16.1", + "@astrojs/mdx": "^0.16.2", "@astrojs/tailwind": "^3.0.1", "@types/canvas-confetti": "^1.4.3", "astro": "^2.0.12", |