summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/docs/package.json4
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/integrations-playground/package.json4
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
13 files changed, 16 insertions, 16 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 1e067d539..30aec2b94 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"astro": "^1.0.0-beta.14",
- "sass": "^1.50.0"
+ "sass": "^1.50.1"
},
"dependencies": {
"preact": "^10.7.1"
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 5dcb6bdcb..c6800603b 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -14,8 +14,8 @@
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.44",
"preact": "^10.7.1",
- "react": "^17.0.0",
- "react-dom": "^17.0.0"
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2"
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index a9983ac1c..04add53ae 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -12,6 +12,6 @@
"astro": "^1.0.0-beta.14"
},
"dependencies": {
- "alpinejs": "^3.9.6"
+ "alpinejs": "^3.10.1"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 18ecb178d..d55acf043 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -23,8 +23,8 @@
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "solid-js": "^1.3.14",
+ "solid-js": "^1.3.15",
"svelte": "^3.47.0",
- "vue": "^3.2.31"
+ "vue": "^3.2.33"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index c490c1d84..7d0f4f7ed 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.14"
},
"dependencies": {
- "solid-js": "^1.3.14"
+ "solid-js": "^1.3.15"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index aa085aa22..5a7d5489d 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.14"
},
"dependencies": {
- "vue": "^3.2.31"
+ "vue": "^3.2.33"
}
}
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 14c47bf16..4e9707933 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -23,8 +23,8 @@
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "solid-js": "^1.3.14",
+ "solid-js": "^1.3.15",
"svelte": "^3.47.0",
- "vue": "^3.2.31"
+ "vue": "^3.2.33"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 1a6114bbc..cf7eb3036 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"astro": "^1.0.0-beta.14",
- "sass": "^1.50.0"
+ "sass": "^1.50.1"
},
"dependencies": {
"preact": "^10.7.1"
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 14112d233..adb0b80ce 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.14",
- "sass": "^1.50.0"
+ "sass": "^1.50.1"
},
"dependencies": {
"react": "^18.0.0",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index edb711782..7463c5c1f 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -21,6 +21,6 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"svelte": "^3.47.0",
- "vue": "^3.2.31"
+ "vue": "^3.2.33"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 63fd3b2df..35529a774 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -17,7 +17,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-nanostores": "0.0.6",
- "vue": "^3.2.31"
+ "vue": "^3.2.33"
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index c90b9b273..d0d0dc495 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,6 +14,6 @@
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
- "tailwindcss": "^3.0.23"
+ "tailwindcss": "^3.0.24"
}
}
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index ecb4eb643..62dfa8258 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -11,6 +11,6 @@
"devDependencies": {
"astro": "^1.0.0-beta.14",
"vite-plugin-pwa": "0.11.11",
- "workbox-window": "^6.5.2"
+ "workbox-window": "^6.5.3"
}
}