updated dependencies and version

* updated dependencies and version
This commit is contained in:
routerino 2024-10-05 08:59:01 +10:00 committed by GitHub
parent bcf9ef1e31
commit c16a381755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 230 additions and 408 deletions

628
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "headscale-ui",
"version": "2024.02.24-beta1",
"version": "2024.10.05",
"scripts": {
"dev": "vite dev --port 8080 --host 0.0.0.0",
"build": "vite build",
@ -16,18 +16,18 @@
"@sveltejs/adapter-auto": "^3",
"@sveltejs/adapter-static": "^3",
"@sveltejs/kit": "^2",
"@tailwindcss/typography": "github:tailwindcss/typography",
"@tailwindcss/typography": "^0",
"@vitejs/plugin-basic-ssl": "^1",
"autoprefixer": "^10",
"daisyui": "^4",
"fuse.js": "^7",
"postcss": "^8",
"postcss-load-config": "^5",
"postcss-load-config": "^6",
"prettier": "^3",
"prettier-plugin-svelte": "^3",
"svelte": "^4",
"svelte-check": "^3",
"svelte-preprocess": "^5",
"svelte-check": "^4",
"svelte-preprocess": "^6",
"tailwindcss": "^3",
"typescript": "^5"
},