Skip to content

Commit

Permalink
Update deps, move auth and apply clippy suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCommander323 committed Dec 23, 2023
1 parent 7ceedb1 commit e9932cb
Show file tree
Hide file tree
Showing 17 changed files with 939 additions and 671 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-static": "1.0.0-next.50",
"@sveltejs/kit": "^1.22.4",
"@tauri-apps/cli": "^1.5.5",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"@sveltejs/kit": "^1.30.3",
"@tauri-apps/cli": "^1.5.9",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"svelte": "^3.59.2",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.9"
"svelte-check": "^3.6.2",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^4.5.1"
},
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.5.1",
"@tauri-apps/api": "^1.5.3",
"skinview3d": "^3.0.1",
"svelte-icons": "^2.1.0"
}
Expand Down
Loading

0 comments on commit e9932cb

Please sign in to comment.