mirror of https://github.com/wg-easy/wg-easy
3 changed files with 764 additions and 802 deletions
@ -13,5 +13,5 @@ |
|||||
"devDependencies": { |
"devDependencies": { |
||||
"prettier": "^3.8.1" |
"prettier": "^3.8.1" |
||||
}, |
}, |
||||
"packageManager": "[email protected]8.2" |
"packageManager": "[email protected]9.2" |
||||
} |
} |
||||
|
|||||
@ -23,7 +23,7 @@ |
|||||
"@eschricht/nuxt-color-mode": "^1.2.0", |
"@eschricht/nuxt-color-mode": "^1.2.0", |
||||
"@heroicons/vue": "^2.2.0", |
"@heroicons/vue": "^2.2.0", |
||||
"@libsql/client": "^0.17.0", |
"@libsql/client": "^0.17.0", |
||||
"@nuxtjs/i18n": "^10.2.1", |
"@nuxtjs/i18n": "^10.2.3", |
||||
"@nuxtjs/tailwindcss": "^6.14.0", |
"@nuxtjs/tailwindcss": "^6.14.0", |
||||
"@phc/format": "^1.0.0", |
"@phc/format": "^1.0.0", |
||||
"@pinia/nuxt": "^0.11.3", |
"@pinia/nuxt": "^0.11.3", |
||||
@ -32,22 +32,22 @@ |
|||||
"@vueuse/nuxt": "^14.2.0", |
"@vueuse/nuxt": "^14.2.0", |
||||
"apexcharts": "^5.3.6", |
"apexcharts": "^5.3.6", |
||||
"argon2": "^0.44.0", |
"argon2": "^0.44.0", |
||||
"cidr-tools": "^11.0.5", |
"cidr-tools": "^11.0.6", |
||||
"citty": "^0.2.0", |
"citty": "^0.2.0", |
||||
"consola": "^3.4.2", |
"consola": "^3.4.2", |
||||
"crc-32": "^1.2.2", |
"crc-32": "^1.2.2", |
||||
"debug": "^4.4.3", |
"debug": "^4.4.3", |
||||
"drizzle-orm": "^0.45.1", |
"drizzle-orm": "^0.45.1", |
||||
"ip-bigint": "^8.2.3", |
"ip-bigint": "^8.2.4", |
||||
"is-cidr": "^6.0.2", |
"is-cidr": "^6.0.2", |
||||
"is-ip": "^5.0.1", |
"is-ip": "^5.0.1", |
||||
"js-sha256": "^0.11.1", |
"js-sha256": "^0.11.1", |
||||
"nuxt": "^3.21.0", |
"nuxt": "^3.21.1", |
||||
"otpauth": "^9.4.1", |
"otpauth": "^9.5.0", |
||||
"pinia": "^3.0.4", |
"pinia": "^3.0.4", |
||||
"qr": "^0.5.4", |
"qr": "^0.5.4", |
||||
"radix-vue": "^1.9.17", |
"radix-vue": "^1.9.17", |
||||
"semver": "^7.7.3", |
"semver": "^7.7.4", |
||||
"tailwindcss": "^3.4.19", |
"tailwindcss": "^3.4.19", |
||||
"timeago.js": "^4.0.2", |
"timeago.js": "^4.0.2", |
||||
"vue": "latest", |
"vue": "latest", |
||||
@ -55,12 +55,12 @@ |
|||||
"zod": "^4.3.6" |
"zod": "^4.3.6" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"@nuxt/eslint": "^1.13.0", |
"@nuxt/eslint": "^1.14.0", |
||||
"@types/debug": "^4.1.12", |
"@types/debug": "^4.1.12", |
||||
"@types/phc__format": "^1.0.1", |
"@types/phc__format": "^1.0.1", |
||||
"@types/semver": "^7.7.1", |
"@types/semver": "^7.7.1", |
||||
"drizzle-kit": "^0.31.8", |
"drizzle-kit": "^0.31.8", |
||||
"esbuild": "^0.27.2", |
"esbuild": "^0.27.3", |
||||
"eslint": "^9.39.2", |
"eslint": "^9.39.2", |
||||
"eslint-config-prettier": "^10.1.8", |
"eslint-config-prettier": "^10.1.8", |
||||
"prettier": "^3.8.1", |
"prettier": "^3.8.1", |
||||
@ -69,5 +69,5 @@ |
|||||
"typescript": "^5.9.3", |
"typescript": "^5.9.3", |
||||
"vue-tsc": "^3.2.4" |
"vue-tsc": "^3.2.4" |
||||
}, |
}, |
||||
"packageManager": "[email protected]8.2" |
"packageManager": "[email protected]9.2" |
||||
} |
} |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue