Skip to content

Commit

Permalink
build(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Jul 15, 2024
1 parent 137ddbf commit 03466fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
Binary file modified web/bun.lockb
Binary file not shown.
27 changes: 13 additions & 14 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,22 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@unocss/transformer-directives": "^0.58.5",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"unocss": "^0.58.5",
"vite": "^5.0.3"
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@unocss/transformer-directives": "^0.58.9",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"unocss": "^0.58.9",
"vite": "^5.3.3"
},
"type": "module",
"dependencies": {
"@unocss/extractor-svelte": "^0.58.5",
"@unocss/vite": "^0.58.5",
"@unocss/extractor-svelte": "^0.58.9",
"@unocss/vite": "^0.58.9",
"svelte-compare-image": "^2.0.2",
"svelte-file-dropzone": "^2.0.4"
"svelte-file-dropzone": "^2.0.7"
}
}

0 comments on commit 03466fc

Please sign in to comment.