0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

wip: update packages for testing

This commit is contained in:
bholmesdev 2022-04-12 16:55:15 -04:00
parent 170cfbd370
commit 77f1b4eb57
3 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.0.2",
"astro": "^1.0.0-beta.4"
"astro": "workspace:*"
},
"dependencies": {
"svelte": "^3.46.6"

View file

@ -11,6 +11,7 @@
</script>
<div class="counter">
<h2>{window.location.href}</h2>
<button on:click={subtract}>-</button>
<pre>{count}</pre>
<button on:click={add}>+</button>

View file

@ -205,7 +205,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.0.2
astro: ^1.0.0-beta.4
astro: workspace:*
svelte: ^3.46.6
dependencies:
svelte: 3.46.6