chore: update deps

This commit is contained in:
2024-08-08 11:58:08 +02:00
parent 8e5978e95f
commit a98bec7801
3 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
"svelte-preprocess": "^6.0.2", "svelte-preprocess": "^6.0.2",
"tslib": "^2.6.3", "tslib": "^2.6.3",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"vite": "5.3.5" "vite": "5.4.0"
}, },
"type": "module", "type": "module",
"browserslist": [ "browserslist": [

BIN
bun.lockb

Binary file not shown.

View File

@@ -19,5 +19,5 @@
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"
}, },
"packageManager": "bun@1.1.21" "packageManager": "bun@1.1.22"
} }