summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/integration/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/component/package.json b/examples/component/package.json
index d1ea26891..c6dede317 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -18,6 +18,6 @@
"astro": "^3.3.4"
},
"peerDependencies": {
- "astro": "^2.0.0-beta.0"
+ "astro": "^3.0.0"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 7aa4ce45b..6bf1d921b 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -18,6 +18,6 @@
"astro": "^3.3.4"
},
"peerDependencies": {
- "astro": "^2.0.0-beta.0"
+ "astro": "^3.0.0"
}
}