mirror of https://github.com/wg-easy/wg-easy
9 changed files with 601 additions and 665 deletions
@ -12,5 +12,5 @@ |
|||||
"devDependencies": { |
"devDependencies": { |
||||
"prettier": "^3.6.2" |
"prettier": "^3.6.2" |
||||
}, |
}, |
||||
"packageManager": "[email protected]1.0" |
"packageManager": "[email protected]3.0" |
||||
} |
} |
||||
|
|||||
@ -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.15.15", |
"@libsql/client": "^0.15.15", |
||||
"@nuxtjs/i18n": "^10.2.0", |
"@nuxtjs/i18n": "^10.2.1", |
||||
"@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", |
||||
@ -52,14 +52,14 @@ |
|||||
"timeago.js": "^4.0.2", |
"timeago.js": "^4.0.2", |
||||
"vue": "latest", |
"vue": "latest", |
||||
"vue3-apexcharts": "^1.10.0", |
"vue3-apexcharts": "^1.10.0", |
||||
"zod": "^4.1.12" |
"zod": "^4.1.13" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"@nuxt/eslint": "^1.10.0", |
"@nuxt/eslint": "^1.10.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.6", |
"drizzle-kit": "^0.31.7", |
||||
"esbuild": "^0.27.0", |
"esbuild": "^0.27.0", |
||||
"eslint": "^9.39.1", |
"eslint": "^9.39.1", |
||||
"eslint-config-prettier": "^10.1.8", |
"eslint-config-prettier": "^10.1.8", |
||||
@ -67,7 +67,7 @@ |
|||||
"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.3" |
"vue-tsc": "^3.1.5" |
||||
}, |
}, |
||||
"packageManager": "[email protected]1.0" |
"packageManager": "[email protected]3.0" |
||||
} |
} |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue