parent
8c4720db3a
commit
a07a598122
3 changed files with 8 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12",
|
||||
"@astrojs/renderer-solid": "^0.1.1"
|
||||
"@astrojs/renderer-solid": "^0.1.1",
|
||||
"astro": "^0.20.12"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12",
|
||||
"@astrojs/renderer-solid": "0.1.1"
|
||||
"@astrojs/renderer-solid": "^0.1.1",
|
||||
"astro": "^0.20.12"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,10 +8,11 @@
|
|||
"build": "astro build",
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanostores": "^0.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-solid": "^0.1.1",
|
||||
"astro": "^0.20.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue