0
Fork 0
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:
Erika 2024-11-25 13:06:53 +01:00 committed by GitHub
parent c6a31e3978
commit 0910a324e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View file

@ -15,6 +15,7 @@
"./app": "./dist/app.js" "./app": "./dist/app.js"
}, },
"devDependencies": { "devDependencies": {
"astro": "^4.16.14" "astro": "^4.16.14",
"@types/node": "^18.17.8"
} }
} }

View file

@ -394,6 +394,9 @@ importers:
examples/toolbar-app: examples/toolbar-app:
devDependencies: devDependencies:
'@types/node':
specifier: ^18.17.8
version: 18.19.50
astro: astro:
specifier: ^4.16.14 specifier: ^4.16.14
version: link:../../packages/astro version: link:../../packages/astro
@ -8787,7 +8790,6 @@ packages:
libsql@0.4.5: libsql@0.4.5:
resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==} resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==}
cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32] os: [darwin, linux, win32]
lilconfig@2.1.0: lilconfig@2.1.0:
@ -10697,9 +10699,6 @@ packages:
resolution: {integrity: sha512-M/wqwtOEjgb956/+m5ZrYT/Iq6Hax0OakWbokj8+9PXOnB7b/4AxESHieEtnNEy7ZpjsjYW1/5nK8fATQMmRxw==} resolution: {integrity: sha512-M/wqwtOEjgb956/+m5ZrYT/Iq6Hax0OakWbokj8+9PXOnB7b/4AxESHieEtnNEy7ZpjsjYW1/5nK8fATQMmRxw==}
peerDependencies: peerDependencies:
vue: '>=3.2.13' vue: '>=3.2.13'
peerDependenciesMeta:
vue:
optional: true
vite@5.4.10: vite@5.4.10:
resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==} resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==}
@ -16948,7 +16947,6 @@ snapshots:
vite-svg-loader@5.1.0(vue@3.5.12(typescript@5.6.3)): vite-svg-loader@5.1.0(vue@3.5.12(typescript@5.6.3)):
dependencies: dependencies:
svgo: 3.3.2 svgo: 3.3.2
optionalDependencies:
vue: 3.5.12(typescript@5.6.3) vue: 3.5.12(typescript@5.6.3)
vite@5.4.10(@types/node@18.19.50)(sass@1.80.6): vite@5.4.10(@types/node@18.19.50)(sass@1.80.6):