mirror of https://github.com/wg-easy/wg-easy
3 changed files with 557 additions and 516 deletions
@ -12,5 +12,5 @@ |
|||||
"devDependencies": { |
"devDependencies": { |
||||
"prettier": "^3.5.3" |
"prettier": "^3.5.3" |
||||
}, |
}, |
||||
"packageManager": "[email protected]0.0" |
"packageManager": "[email protected]1.0" |
||||
} |
} |
||||
|
@ -22,7 +22,7 @@ |
|||||
"dependencies": { |
"dependencies": { |
||||
"@eschricht/nuxt-color-mode": "^1.1.5", |
"@eschricht/nuxt-color-mode": "^1.1.5", |
||||
"@heroicons/vue": "^2.2.0", |
"@heroicons/vue": "^2.2.0", |
||||
"@libsql/client": "^0.15.5", |
"@libsql/client": "^0.15.6", |
||||
"@nuxtjs/i18n": "^9.5.4", |
"@nuxtjs/i18n": "^9.5.4", |
||||
"@nuxtjs/tailwindcss": "^6.14.0", |
"@nuxtjs/tailwindcss": "^6.14.0", |
||||
"@phc/format": "^1.0.0", |
"@phc/format": "^1.0.0", |
||||
@ -34,18 +34,18 @@ |
|||||
"citty": "^0.1.6", |
"citty": "^0.1.6", |
||||
"consola": "^3.4.2", |
"consola": "^3.4.2", |
||||
"crc-32": "^1.2.2", |
"crc-32": "^1.2.2", |
||||
"debug": "^4.4.0", |
"debug": "^4.4.1", |
||||
"drizzle-orm": "^0.43.1", |
"drizzle-orm": "^0.43.1", |
||||
"ip-bigint": "^8.2.1", |
"ip-bigint": "^8.2.1", |
||||
"is-cidr": "^5.1.1", |
"is-cidr": "^5.1.1", |
||||
"is-ip": "^5.0.1", |
"is-ip": "^5.0.1", |
||||
"js-sha256": "^0.11.0", |
"js-sha256": "^0.11.0", |
||||
"nuxt": "^3.17.2", |
"nuxt": "^3.17.3", |
||||
"otpauth": "^9.4.0", |
"otpauth": "^9.4.0", |
||||
"pinia": "^3.0.2", |
"pinia": "^3.0.2", |
||||
"qr": "^0.4.2", |
"qr": "^0.4.2", |
||||
"radix-vue": "^1.9.17", |
"radix-vue": "^1.9.17", |
||||
"semver": "^7.7.1", |
"semver": "^7.7.2", |
||||
"tailwindcss": "^3.4.17", |
"tailwindcss": "^3.4.17", |
||||
"timeago.js": "^4.0.2", |
"timeago.js": "^4.0.2", |
||||
"vue": "latest", |
"vue": "latest", |
||||
@ -67,5 +67,5 @@ |
|||||
"typescript": "^5.8.3", |
"typescript": "^5.8.3", |
||||
"vue-tsc": "^2.2.10" |
"vue-tsc": "^2.2.10" |
||||
}, |
}, |
||||
"packageManager": "[email protected]0.0" |
"packageManager": "[email protected]1.0" |
||||
} |
} |
||||
|
File diff suppressed because it is too large
Loading…
Reference in new issue