@byjohann/ui
Advanced tools
Comparing version 0.6.3 to 0.6.4
{ | ||
"name": "@byjohann/ui", | ||
"type": "module", | ||
"version": "0.6.3", | ||
"packageManager": "pnpm@8.12.1", | ||
"version": "0.6.4", | ||
"packageManager": "pnpm@8.14.1", | ||
"description": "A collection of Vue.js components for my projects", | ||
@@ -75,3 +75,3 @@ "author": "Johann Schopplich <pkg@johannschopplich.com>", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.8.2" | ||
"@nuxt/kit": "^3.9.3" | ||
}, | ||
@@ -84,20 +84,20 @@ "optionalDependencies": { | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.4.5", | ||
"@iconify-json/ph": "^1.1.9", | ||
"@antfu/eslint-config": "^2.6.3", | ||
"@iconify-json/ph": "^1.1.10", | ||
"@julr/unocss-preset-forms": "^0.1.0", | ||
"@types/node": "^20.10.4", | ||
"@unocss/eslint-config": "^0.58.0", | ||
"@unocss/reset": "^0.58.0", | ||
"@vitejs/plugin-vue": "^4.5.2", | ||
"@vueuse/core": "^10.7.0", | ||
"bumpp": "^9.2.1", | ||
"eslint": "^8.55.0", | ||
"prettier": "^3.1.1", | ||
"@types/node": "^20.11.5", | ||
"@unocss/eslint-config": "^0.58.3", | ||
"@unocss/reset": "^0.58.3", | ||
"@vitejs/plugin-vue": "^5.0.3", | ||
"@vueuse/core": "^10.7.2", | ||
"bumpp": "^9.3.0", | ||
"eslint": "^8.56.0", | ||
"prettier": "^3.2.4", | ||
"typescript": "^5.3.3", | ||
"unbuild": "^2.0.0", | ||
"unocss": "^0.58.0", | ||
"vite": "^5.0.8", | ||
"vue": "^3.3.11", | ||
"vue-tsc": "^1.8.25" | ||
"unocss": "^0.58.3", | ||
"vite": "^5.0.11", | ||
"vue": "^3.4.14", | ||
"vue-tsc": "^1.8.27" | ||
} | ||
} |
65334
Updated@nuxt/kit@^3.9.3