summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-06-24 22:33:33 +0800
committerGravatar GitHub <noreply@github.com> 2024-06-24 22:33:33 +0800
commit47e78d4752e09c47c6ab4af910e2552e8ceaf2ca (patch)
treec0088350793765551a97b868e189cca69100340f /examples
parent7c59f043b235464e7427467f538b3ec9b05f08e5 (diff)
downloadastro-47e78d4752e09c47c6ab4af910e2552e8ceaf2ca.tar.gz
astro-47e78d4752e09c47c6ab4af910e2552e8ceaf2ca.tar.zst
astro-47e78d4752e09c47c6ab4af910e2552e8ceaf2ca.zip
fix(deps): update all non-major dependencies (#11318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/starlog/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index f92b1ce06..a7abd8e41 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.0",
+ "alpinejs": "^3.14.1",
"astro": "^4.11.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index b3c551049..4d1a27ea1 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -24,6 +24,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 69e9bbbce..5862251db 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.11.0",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index b0c3cf066..8049e323e 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.11.0",
- "sass": "^1.77.5",
+ "sass": "^1.77.6",
"sharp": "^0.33.3"
}
}