fix next framework example versions

This commit is contained in:
Fred K. Schott 2021-07-22 21:43:31 -07:00
parent 3b51f4b5e2
commit 353bc89f65
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.17.0"
"astro": "^0.18.0-next.4"
},
"snowpack": {
"workspaceRoot": "../.."