summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-08-24 10:38:14 -0400
committerGravatar GitHub <noreply@github.com> 2023-08-24 10:38:14 -0400
commitf1c610636a7aeed0a272ab2669815135699b413c (patch)
treed7597c3468197559948f9fe2bafe13a8c3d71106 /examples/framework-vue
parent608b2d732d762bf1f7f44a82b278caa8853c8c2f (diff)
parentebaccf8c1a2f37eacb6e1957c82fdf7f93b62b08 (diff)
downloadastro-f1c610636a7aeed0a272ab2669815135699b413c.tar.gz
astro-f1c610636a7aeed0a272ab2669815135699b413c.tar.zst
astro-f1c610636a7aeed0a272ab2669815135699b413c.zip
Merge pull request #8188 from withastro/next
Astro 3.0
Diffstat (limited to 'examples/framework-vue')
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/framework-vue/sandbox.config.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 7b2c4f54e..47eea1e02 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^2.2.1",
- "astro": "^2.10.14",
+ "@astrojs/vue": "^3.0.0-rc.1",
+ "astro": "^3.0.0-rc.5",
"vue": "^3.3.4"
}
}
diff --git a/examples/framework-vue/sandbox.config.json b/examples/framework-vue/sandbox.config.json
index 9178af77d..8e476b8cc 100644
--- a/examples/framework-vue/sandbox.config.json
+++ b/examples/framework-vue/sandbox.config.json
@@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
- "port": 3000,
+ "port": 4321,
"startScript": "start",
"node": "14"
}