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:
parent
170cfbd370
commit
77f1b4eb57
3 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.4"
|
||||
"astro": "workspace:*"
|
||||
},
|
||||
"dependencies": {
|
||||
"svelte": "^3.46.6"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue