mirror of https://github.com/wg-easy/wg-easy
4 changed files with 836 additions and 563 deletions
@ -12,5 +12,5 @@ |
|||||
"devDependencies": { |
"devDependencies": { |
||||
"prettier": "^3.6.2" |
"prettier": "^3.6.2" |
||||
}, |
}, |
||||
"packageManager": "[email protected]2.4" |
"packageManager": "[email protected]3.1" |
||||
} |
} |
||||
|
|||||
@ -1,5 +1,7 @@ |
|||||
import VueApexCharts from 'vue3-apexcharts'; |
import VueApexCharts from 'vue3-apexcharts'; |
||||
|
|
||||
export default defineNuxtPlugin((nuxtApp) => { |
export default defineNuxtPlugin((nuxtApp) => { |
||||
nuxtApp.vueApp.use(VueApexCharts); |
// https://github.com/apexcharts/vue3-apexcharts/issues/141
|
||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
|
nuxtApp.vueApp.use(VueApexCharts as any); |
||||
}); |
}); |
||||
|
|||||
@ -28,7 +28,7 @@ |
|||||
"@phc/format": "^1.0.0", |
"@phc/format": "^1.0.0", |
||||
"@pinia/nuxt": "^0.11.1", |
"@pinia/nuxt": "^0.11.1", |
||||
"@tailwindcss/forms": "^0.5.10", |
"@tailwindcss/forms": "^0.5.10", |
||||
"apexcharts": "^4.7.0", |
"apexcharts": "^5.2.0", |
||||
"argon2": "^0.43.0", |
"argon2": "^0.43.0", |
||||
"cidr-tools": "^11.0.3", |
"cidr-tools": "^11.0.3", |
||||
"citty": "^0.1.6", |
"citty": "^0.1.6", |
||||
@ -40,7 +40,7 @@ |
|||||
"is-cidr": "^5.1.1", |
"is-cidr": "^5.1.1", |
||||
"is-ip": "^5.0.1", |
"is-ip": "^5.0.1", |
||||
"js-sha256": "^0.11.1", |
"js-sha256": "^0.11.1", |
||||
"nuxt": "^3.17.6", |
"nuxt": "^3.17.7", |
||||
"otpauth": "^9.4.0", |
"otpauth": "^9.4.0", |
||||
"pinia": "^3.0.3", |
"pinia": "^3.0.3", |
||||
"qr": "^0.5.0", |
"qr": "^0.5.0", |
||||
@ -50,7 +50,7 @@ |
|||||
"timeago.js": "^4.0.2", |
"timeago.js": "^4.0.2", |
||||
"vue": "latest", |
"vue": "latest", |
||||
"vue3-apexcharts": "^1.8.0", |
"vue3-apexcharts": "^1.8.0", |
||||
"zod": "^3.25.75" |
"zod": "^4.0.5" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"@nuxt/eslint": "^1.5.2", |
"@nuxt/eslint": "^1.5.2", |
||||
@ -58,14 +58,14 @@ |
|||||
"@types/phc__format": "^1.0.1", |
"@types/phc__format": "^1.0.1", |
||||
"@types/semver": "^7.7.0", |
"@types/semver": "^7.7.0", |
||||
"drizzle-kit": "^0.31.4", |
"drizzle-kit": "^0.31.4", |
||||
"esbuild": "^0.25.5", |
"esbuild": "^0.25.6", |
||||
"eslint": "^9.30.1", |
"eslint": "^9.31.0", |
||||
"eslint-config-prettier": "^10.1.5", |
"eslint-config-prettier": "^10.1.5", |
||||
"prettier": "^3.6.2", |
"prettier": "^3.6.2", |
||||
"prettier-plugin-tailwindcss": "^0.6.13", |
"prettier-plugin-tailwindcss": "^0.6.14", |
||||
"tsx": "^4.20.3", |
"tsx": "^4.20.3", |
||||
"typescript": "^5.8.3", |
"typescript": "^5.8.3", |
||||
"vue-tsc": "^3.0.1" |
"vue-tsc": "^3.0.1" |
||||
}, |
}, |
||||
"packageManager": "[email protected]2.4" |
"packageManager": "[email protected]3.1" |
||||
} |
} |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue