From 353bc89f65290a7f2a5fcdee79e665c566b26e07 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 22 Jul 2021 21:43:31 -0700 Subject: [PATCH] fix next framework example versions --- docs/package.json | 2 +- examples/framework-lit/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 22b77004f..f8f30ce39 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@snowpack/plugin-dotenv": "^2.1.0", - "astro": "^0.18.0-next.1", + "astro": "^0.18.0-next.4", "broken-link-checker": "^0.7.8", "npm-run-all": "^4.1.5", "prettier": "^2.3.2", diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 57b8ae149..ff970e551 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.0", - "astro": "^0.17.0" + "astro": "^0.18.0-next.4" }, "snowpack": { "workspaceRoot": "../.."