diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 2 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 | ||||
-rw-r--r-- | examples/framework-vue/package.json | 2 | ||||
-rw-r--r-- | examples/integrations-playground/package.json | 2 | ||||
-rw-r--r-- | examples/portfolio/package.json | 2 | ||||
-rw-r--r-- | examples/ssr/package.json | 2 | ||||
-rw-r--r-- | examples/subpath/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index a2c63db7f..ada3ba9e2 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/preact": "^0.1.2", "astro": "^1.0.0-beta.32", - "sass": "^1.52.0" + "sass": "^1.52.1" }, "dependencies": { "preact": "^10.7.2" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index da02cacf4..bc3439fda 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -25,6 +25,6 @@ "react-dom": "^18.1.0", "solid-js": "^1.4.2", "svelte": "^3.48.0", - "vue": "^3.2.34" + "vue": "^3.2.36" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 3d51be33b..d4af947f6 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@types/react": "^18.0.9", - "@types/react-dom": "^18.0.4", + "@types/react-dom": "^18.0.5", "react": "^18.1.0", "react-dom": "^18.1.0" } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 852377030..636a9a4a1 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "astro": "^1.0.0-beta.32" }, "dependencies": { - "vue": "^3.2.34" + "vue": "^3.2.36" } } diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 8dcb650fc..859cd7353 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -26,6 +26,6 @@ "react": "^18.1.0", "react-dom": "^18.1.0", "svelte": "^3.48.0", - "vue": "^3.2.34" + "vue": "^3.2.36" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index af5bc3185..0cc48cce4 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/preact": "^0.1.2", "astro": "^1.0.0-beta.32", - "sass": "^1.52.0" + "sass": "^1.52.1" }, "dependencies": { "preact": "^10.7.2" diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 97b6c7f9c..ff0d1013c 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "@astrojs/node": "^0.1.2", "@astrojs/svelte": "^0.1.3", "astro": "^1.0.0-beta.32", - "concurrently": "^7.2.0", + "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", "vite-imagetools": "^4.0.3" diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 022f01dea..5f854cf31 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/react": "^0.1.2", "astro": "^1.0.0-beta.32", - "sass": "^1.52.0" + "sass": "^1.52.1" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 1f0f6f07d..1ee11f39c 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -21,6 +21,6 @@ "react": "^18.1.0", "react-dom": "^18.1.0", "svelte": "^3.48.0", - "vue": "^3.2.34" + "vue": "^3.2.36" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 91ab657a5..8dfaf5241 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -17,7 +17,7 @@ "react": "^18.1.0", "react-dom": "^18.1.0", "solid-nanostores": "0.0.6", - "vue": "^3.2.34" + "vue": "^3.2.36" }, "devDependencies": { "@astrojs/preact": "^0.1.2", |