mirror of https://github.com/wg-easy/wg-easy
6 changed files with 582 additions and 520 deletions
@ -12,5 +12,5 @@ |
|||||
"devDependencies": { |
"devDependencies": { |
||||
"prettier": "^3.6.2" |
"prettier": "^3.6.2" |
||||
}, |
}, |
||||
"packageManager": "[email protected]8.3" |
"packageManager": "[email protected]9.0" |
||||
} |
} |
||||
|
|||||
@ -23,13 +23,13 @@ |
|||||
"@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.15.15", |
"@libsql/client": "^0.15.15", |
||||
"@nuxtjs/i18n": "^10.1.1", |
"@nuxtjs/i18n": "^10.1.2", |
||||
"@nuxtjs/tailwindcss": "^6.14.0", |
"@nuxtjs/tailwindcss": "^6.14.0", |
||||
"@phc/format": "^1.0.0", |
"@phc/format": "^1.0.0", |
||||
"@pinia/nuxt": "^0.11.2", |
"@pinia/nuxt": "^0.11.2", |
||||
"@tailwindcss/forms": "^0.5.10", |
"@tailwindcss/forms": "^0.5.10", |
||||
"@vueuse/core": "^13.9.0", |
"@vueuse/core": "^14.0.0", |
||||
"@vueuse/nuxt": "^13.9.0", |
"@vueuse/nuxt": "^14.0.0", |
||||
"apexcharts": "^5.3.5", |
"apexcharts": "^5.3.5", |
||||
"argon2": "^0.44.0", |
"argon2": "^0.44.0", |
||||
"cidr-tools": "^11.0.3", |
"cidr-tools": "^11.0.3", |
||||
@ -37,7 +37,7 @@ |
|||||
"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.44.6", |
"drizzle-orm": "^0.44.7", |
||||
"ip-bigint": "^8.2.2", |
"ip-bigint": "^8.2.2", |
||||
"is-cidr": "^6.0.1", |
"is-cidr": "^6.0.1", |
||||
"is-ip": "^5.0.1", |
"is-ip": "^5.0.1", |
||||
@ -67,9 +67,9 @@ |
|||||
"prettier-plugin-tailwindcss": "^0.7.1", |
"prettier-plugin-tailwindcss": "^0.7.1", |
||||
"tsx": "^4.20.6", |
"tsx": "^4.20.6", |
||||
"typescript": "^5.9.3", |
"typescript": "^5.9.3", |
||||
"vue-tsc": "^3.1.1" |
"vue-tsc": "^3.1.2" |
||||
}, |
}, |
||||
"packageManager": "[email protected]8.3", |
"packageManager": "[email protected]9.0", |
||||
"pnpm": { |
"pnpm": { |
||||
"overrides": { |
"overrides": { |
||||
"rollup": "4.50.0" |
"rollup": "4.50.0" |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue