updated dependencies to latest

This commit is contained in:
Christopher Bisset 2023-06-18 13:22:55 +10:00
parent 63041fd673
commit e629197b36
2 changed files with 1017 additions and 1019 deletions

2024
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "headscale-ui",
"version": "2023.01.30-beta-1",
"version": "2023.06.18-beta-1",
"scripts": {
"dev": "vite dev --https --port 443 --host 0.0.0.0",
"build": "vite build",
@ -13,23 +13,23 @@
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.0.0",
"@tailwindcss/typography": "github:tailwindcss/typography",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.4",
"daisyui": "^2.19.0",
"daisyui": "^3.1.1",
"fuse.js": "^6.6.2",
"postcss": "^8.4.12",
"postcss-load-config": "^4.0.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.7.2"
"typescript": "^5.1.3"
},
"type": "module"
}