From 8052eb1a336a89e0f1a4f9ae909786882cbe0c8a Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Thu, 11 Apr 2024 19:06:45 +0330 Subject: [PATCH] chore: update deps, fix build error - root - www - cli - module remove @iconify/json pkg --- .vscode/settings.json | 1 - apps/www/package.json | 36 +- .../examples/forms/components/AccountForm.vue | 2 +- package.json | 8 +- packages/cli/package.json | 12 +- packages/module/package.json | 10 +- pnpm-lock.yaml | 2848 ++++++++++------- 7 files changed, 1644 insertions(+), 1273 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c9442fbf..27bf7fcd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,5 @@ { "vue.server.hybridMode": true, - "eslint.experimental.useFlatConfig": true, "prettier.enable": false, "editor.formatOnSave": false, "editor.codeActionsOnSave": { diff --git a/apps/www/package.json b/apps/www/package.json index 5736c2c1..49249665 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -15,24 +15,24 @@ "build:registry-strict": "pnpm typecheck:registry && tsx ./scripts/build-registry.ts" }, "dependencies": { - "@formkit/auto-animate": "^0.8.1", + "@formkit/auto-animate": "^0.8.2", "@internationalized/date": "^3.5.2", "@radix-icons/vue": "^1.0.0", "@stackblitz/sdk": "^1.9.0", - "@tanstack/vue-table": "^8.14.0", - "@unovis/ts": "^1.3.5", - "@unovis/vue": "^1.3.5", + "@tanstack/vue-table": "^8.15.3", + "@unovis/ts": "^1.4.0", + "@unovis/vue": "^1.4.0", "@vee-validate/zod": "^4.12.6", "@vueuse/core": "^10.9.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "codesandbox": "^2.2.3", "date-fns": "^3.6.0", - "embla-carousel": "^8.0.0", - "embla-carousel-autoplay": "^8.0.0", - "embla-carousel-vue": "^8.0.0", + "embla-carousel": "^8.0.2", + "embla-carousel-autoplay": "^8.0.2", + "embla-carousel-vue": "^8.0.2", "lucide-vue-next": "^0.359.0", - "magic-string": "^0.30.8", + "magic-string": "^0.30.9", "radix-vue": "^1.7.0", "tailwindcss-animate": "^1.0.7", "v-calendar": "^3.1.2", @@ -44,32 +44,32 @@ "zod": "^3.22.4" }, "devDependencies": { + "@iconify-json/lucide": "^1.1.180", + "@iconify-json/ph": "^1.1.12", "@iconify-json/radix-icons": "^1.1.14", "@iconify-json/simple-icons": "^1.1.94", "@iconify-json/tabler": "^1.1.106", - "@iconify/json": "^2.2.189", "@iconify/vue": "^4.1.1", - "@shikijs/transformers": "^1.2.0", + "@shikijs/transformers": "^1.3.0", "@types/lodash.template": "^4.5.3", - "@types/node": "^20.11.30", + "@types/node": "^20.12.7", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/compiler-core": "^3.4.21", "@vue/compiler-dom": "^3.4.21", "@vue/tsconfig": "^0.5.1", - "autoprefixer": "^10.4.18", + "autoprefixer": "^10.4.19", "lodash.template": "^4.5.0", "oxc-parser": "^0.8.0", "pathe": "^1.1.2", "rimraf": "^5.0.5", - "shiki": "^1.2.0", + "shiki": "^1.3.0", "tailwind-merge": "^2.2.2", - "tailwindcss": "^3.4.1", - "tsx": "^4.7.1", + "tailwindcss": "^3.4.3", + "tsx": "^4.7.2", "typescript": "^5.4.2", "unplugin-icons": "^0.18.5", - "vite": "^5.2.7", - "vitepress": "^1.0.1", - "vue-tsc": "^2.0.7" + "vitepress": "^1.1.0", + "vue-tsc": "^2.0.12" } } diff --git a/apps/www/src/examples/forms/components/AccountForm.vue b/apps/www/src/examples/forms/components/AccountForm.vue index 5523180c..968e7b28 100644 --- a/apps/www/src/examples/forms/components/AccountForm.vue +++ b/apps/www/src/examples/forms/components/AccountForm.vue @@ -1,7 +1,7 @@