chore: update deps, fix build error

- root
- www
- cli
- module

remove @iconify/json pkg
This commit is contained in:
Sadegh Barati 2024-04-11 19:06:45 +03:30
parent cfccb8e510
commit 8052eb1a33
7 changed files with 1644 additions and 1273 deletions

View File

@ -1,6 +1,5 @@
{
"vue.server.hybridMode": true,
"eslint.experimental.useFlatConfig": true,
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {

View File

@ -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"
}
}

View File

@ -1,7 +1,7 @@
<script setup lang="ts">
import { h, ref } from 'vue'
import * as z from 'zod'
import { toDate } from 'radix-vue'
import { toDate } from 'radix-vue/date'
import { toTypedSchema } from '@vee-validate/zod'
import { Check, ChevronsUpDown } from 'lucide-vue-next'
import { CalendarDate, DateFormatter, getLocalTimeZone, today } from '@internationalized/date'

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "0.10.3",
"private": true,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"license": "MIT",
"repository": "radix-vue/shadcn-vue",
"workspaces": [
@ -27,13 +27,13 @@
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@antfu/eslint-config": "^2.13.3",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.2.2",
"simple-git-hooks": "^2.11.0",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.3",
"typescript": "^5.4.2",
"vitest": "^0.34.6"

View File

@ -45,8 +45,8 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/parser": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/parser": "^7.24.4",
"@vue/compiler-sfc": "^3.4",
"c12": "^1.10.0",
"commander": "^12.0.0",
@ -56,13 +56,13 @@
"fs-extra": "^11.2.0",
"https-proxy-agent": "^7.0.4",
"lodash.template": "^4.5.0",
"magic-string": "^0.30.8",
"magic-string": "^0.30.9",
"nypm": "^0.3.8",
"ofetch": "^1.3.3",
"ofetch": "^1.3.4",
"ora": "^8.0.1",
"pathe": "^1.1.2",
"prompts": "^2.4.2",
"radix-vue": "^1.6.2",
"radix-vue": "^1.7.0",
"ts-morph": "^22.0.0",
"tsconfig-paths": "^4.2.0",
"zod": "^3.22.4"
@ -76,7 +76,7 @@
"@types/prompts": "^2.4.9",
"@vitest/ui": "^0.34.4",
"tsup": "^8.0.2",
"type-fest": "^4.13.1",
"type-fest": "^4.15.0",
"typescript": "^5.4.2",
"vite-tsconfig-paths": "^4.3.2"
}

View File

@ -35,17 +35,17 @@
"release": "pnpm run prepack && pnpm publish && git push --follow-tags"
},
"dependencies": {
"@nuxt/kit": "^3.11.1",
"@nuxt/kit": "^3.11.2",
"oxc-parser": "^0.8.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/eslint-config": "^0.3.6",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.11.30",
"nuxt": "^3.11.1",
"@types/node": "^20.12.7",
"nuxt": "^3.11.2",
"vitest": "^0.33.0"
}
}

File diff suppressed because it is too large Load Diff