mirror of https://github.com/wg-easy/wg-easy
2 changed files with 6 additions and 6 deletions
@ -13,5 +13,5 @@ |
|||
"devDependencies": { |
|||
"prettier": "^3.7.4" |
|||
}, |
|||
"packageManager": "[email protected]5.0" |
|||
"packageManager": "[email protected]6.2" |
|||
} |
|||
|
|||
@ -27,7 +27,7 @@ |
|||
"@nuxtjs/tailwindcss": "^6.14.0", |
|||
"@phc/format": "^1.0.0", |
|||
"@pinia/nuxt": "^0.11.3", |
|||
"@tailwindcss/forms": "^0.5.10", |
|||
"@tailwindcss/forms": "^0.5.11", |
|||
"@vueuse/core": "^14.1.0", |
|||
"@vueuse/nuxt": "^14.1.0", |
|||
"apexcharts": "^5.3.6", |
|||
@ -52,7 +52,7 @@ |
|||
"timeago.js": "^4.0.2", |
|||
"vue": "latest", |
|||
"vue3-apexcharts": "^1.10.0", |
|||
"zod": "^4.1.13" |
|||
"zod": "^4.2.1" |
|||
}, |
|||
"devDependencies": { |
|||
"@nuxt/eslint": "^1.12.1", |
|||
@ -60,14 +60,14 @@ |
|||
"@types/phc__format": "^1.0.1", |
|||
"@types/semver": "^7.7.1", |
|||
"drizzle-kit": "^0.31.8", |
|||
"esbuild": "^0.27.1", |
|||
"esbuild": "^0.27.2", |
|||
"eslint": "^9.39.2", |
|||
"eslint-config-prettier": "^10.1.8", |
|||
"prettier": "^3.7.4", |
|||
"prettier-plugin-tailwindcss": "^0.7.2", |
|||
"tsx": "^4.21.0", |
|||
"typescript": "^5.9.3", |
|||
"vue-tsc": "^3.1.8" |
|||
"vue-tsc": "^3.2.1" |
|||
}, |
|||
"packageManager": "[email protected]5.0" |
|||
"packageManager": "[email protected]6.2" |
|||
} |
|||
|
|||
Loading…
Reference in new issue