fix and update

This commit is contained in:
2023-07-20 15:00:52 +02:00
parent 2a945b292a
commit fb13f202dd
2 changed files with 259 additions and 218 deletions

View File

@@ -11,20 +11,21 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"svelte-preprocess-import-assets": "^1.0.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.3.0"
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.3",
"svelte": "^3.59.2",
"svelte-check": "^3.4.6",
"svelte-preprocess-import-assets": "^1.0.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.4.4"
},
"dependencies": {
"@sveltejs/adapter-node": "^1.2.4",
"@sveltejs/adapter-node": "^1.3.1",
"argon2": "^0.30.3",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.3.0",
"sharp": "^0.32.1"
"mongoose": "^7.4.0",
"sharp": "^0.32.3",
"svelte-cookie": "^1.0.1"
}
}