summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Erika <3019731+Princesseuh@users.noreply.github.com> 2024-11-25 13:06:53 +0100
committerGravatar GitHub <noreply@github.com> 2024-11-25 13:06:53 +0100
commit0910a324e2b135859c4441b1e97c4cfd7b22c2bf (patch)
treeb7d56f54dd3b5e66d4411d851068b2510637abf5
parentc6a31e3978efef26cb376dcd23ab4eb5e2a8fd4f (diff)
downloadastro-0910a324e2b135859c4441b1e97c4cfd7b22c2bf.tar.gz
astro-0910a324e2b135859c4441b1e97c4cfd7b22c2bf.tar.zst
astro-0910a324e2b135859c4441b1e97c4cfd7b22c2bf.zip
fix(examples): Missing node types for toolbar example (#12519)
-rw-r--r--examples/toolbar-app/package.json3
-rw-r--r--pnpm-lock.yaml8
2 files changed, 5 insertions, 6 deletions
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index 1462eb098..2d7584ea5 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,7 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^4.16.14"
+ "astro": "^4.16.14",
+ "@types/node": "^18.17.8"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3d1124961..4e4df85e6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -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):