mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
fix(examples): Missing node types for toolbar example (#12519)
This commit is contained in:
parent
c6a31e3978
commit
0910a324e2
2 changed files with 5 additions and 6 deletions
|
@ -15,6 +15,7 @@
|
|||
"./app": "./dist/app.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^4.16.14"
|
||||
"astro": "^4.16.14",
|
||||
"@types/node": "^18.17.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -394,6 +394,9 @@ importers:
|
|||
|
||||
examples/toolbar-app:
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^18.17.8
|
||||
version: 18.19.50
|
||||
astro:
|
||||
specifier: ^4.16.14
|
||||
version: link:../../packages/astro
|
||||
|
@ -8787,7 +8790,6 @@ packages:
|
|||
|
||||
libsql@0.4.5:
|
||||
resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==}
|
||||
cpu: [x64, arm64, wasm32]
|
||||
os: [darwin, linux, win32]
|
||||
|
||||
lilconfig@2.1.0:
|
||||
|
@ -10697,9 +10699,6 @@ packages:
|
|||
resolution: {integrity: sha512-M/wqwtOEjgb956/+m5ZrYT/Iq6Hax0OakWbokj8+9PXOnB7b/4AxESHieEtnNEy7ZpjsjYW1/5nK8fATQMmRxw==}
|
||||
peerDependencies:
|
||||
vue: '>=3.2.13'
|
||||
peerDependenciesMeta:
|
||||
vue:
|
||||
optional: true
|
||||
|
||||
vite@5.4.10:
|
||||
resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==}
|
||||
|
@ -16948,7 +16947,6 @@ snapshots:
|
|||
vite-svg-loader@5.1.0(vue@3.5.12(typescript@5.6.3)):
|
||||
dependencies:
|
||||
svgo: 3.3.2
|
||||
optionalDependencies:
|
||||
vue: 3.5.12(typescript@5.6.3)
|
||||
|
||||
vite@5.4.10(@types/node@18.19.50)(sass@1.80.6):
|
||||
|
|
Loading…
Reference in a new issue