update deps

This commit is contained in:
Chris Kruining 2024-10-21 11:14:11 +02:00
parent 1c0810290b
commit 2e3a3e90de
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -2,13 +2,13 @@
"name": "example-basic", "name": "example-basic",
"dependencies": { "dependencies": {
"@solidjs/meta": "^0.29.4", "@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.7", "@solidjs/router": "^0.14.10",
"@solidjs/start": "^1.0.8", "@solidjs/start": "^1.0.9",
"dexie": "^4.0.8", "dexie": "^4.0.8",
"iterator-helpers-polyfill": "^3.0.1", "iterator-helpers-polyfill": "^3.0.1",
"solid-icons": "^1.1.0", "solid-icons": "^1.1.0",
"solid-js": "^1.9.1", "solid-js": "^1.9.2",
"vinxi": "^0.4.1" "vinxi": "^0.4.3"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"