Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Midou36O committed Jan 20, 2024
1 parent 0b81be0 commit f963063
Show file tree
Hide file tree
Showing 4 changed files with 1,179 additions and 529 deletions.
40 changes: 21 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,32 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@iconify-json/ic": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.63",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.22.4",
"@types/sanitize-html": "^2.9.0",
"@unocss/reset": "^0.48.5",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"prettier": "^3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/simple-icons": "^1.1.88",
"@sveltejs/adapter-node": "^4.0.0",
"@sveltejs/kit": "^2.4.1",
"@types/sanitize-html": "^2.9.5",
"@unocss/reset": "^0.58.3",
"axios": "^1.6.5",
"dayjs": "^1.11.10",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"sanitize-html": "^2.11.0",
"svelte": "^3.59.2",
"svelte-check": "^3.4.6",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte-dark-mode": "^2.1.0",
"tslib": "^2.6.1",
"typescript": "^4.9.5",
"unocss": "^0.48.5",
"vite": "^4.4.8"
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"vite": "^5.0.12"
},
"type": "module",
"dependencies": {
"@auth/core": "^0.2.5",
"@auth/sveltekit": "^0.1.12",
"joi": "^17.9.2",
"@auth/core": "^0.21.0",
"@auth/sveltekit": "^0.7.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@unocss/extractor-svelte": "^0.58.3",
"joi": "^17.12.0",
"snarkdown": "^2.0.0",
"svelte-hcaptcha": "^0.1.1"
}
Expand Down
Loading

0 comments on commit f963063

Please sign in to comment.