chore: update deps

root
apps/www
packages/module
This commit is contained in:
Sadegh Barati 2024-03-04 06:56:57 +03:30
parent 5d9176725b
commit 0265b48b35
4 changed files with 858 additions and 1347 deletions

View File

@ -16,7 +16,6 @@
}, },
"dependencies": { "dependencies": {
"@formkit/auto-animate": "^0.8.1", "@formkit/auto-animate": "^0.8.1",
"@morev/vue-transitions": "^2.3.6",
"@radix-icons/vue": "^1.0.0", "@radix-icons/vue": "^1.0.0",
"@stackblitz/sdk": "^1.9.0", "@stackblitz/sdk": "^1.9.0",
"@tanstack/vue-table": "^8.13.2", "@tanstack/vue-table": "^8.13.2",
@ -37,7 +36,7 @@
"v-calendar": "^3.1.2", "v-calendar": "^3.1.2",
"vee-validate": "4.12.5", "vee-validate": "4.12.5",
"vue": "^3.4.21", "vue": "^3.4.21",
"vue-sonner": "^1.1.0", "vue-sonner": "^1.1.1",
"vue-wrap-balancer": "^1.1.3", "vue-wrap-balancer": "^1.1.3",
"zod": "^3.22.4" "zod": "^3.22.4"
}, },
@ -54,7 +53,7 @@
"@vue/compiler-core": "^3.4.21", "@vue/compiler-core": "^3.4.21",
"@vue/compiler-dom": "^3.4.21", "@vue/compiler-dom": "^3.4.21",
"@vue/tsconfig": "^0.5.1", "@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.18",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"oxc-parser": "^0.7.0", "oxc-parser": "^0.7.0",
"pathe": "^1.1.2", "pathe": "^1.1.2",
@ -67,6 +66,6 @@
"unplugin-icons": "^0.18.5", "unplugin-icons": "^0.18.5",
"vite": "^5.1.4", "vite": "^5.1.4",
"vitepress": "^1.0.0-rc.44", "vitepress": "^1.0.0-rc.44",
"vue-tsc": "^1.8.27" "vue-tsc": "^2.0.3"
} }
} }

View File

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "0.9.0", "version": "0.9.0",
"private": true, "private": true,
"packageManager": "pnpm@8.15.3", "packageManager": "pnpm@8.15.4",
"license": "MIT", "license": "MIT",
"repository": "radix-vue/shadcn-vue", "repository": "radix-vue/shadcn-vue",
"workspaces": [ "workspaces": [
@ -27,11 +27,11 @@
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/" "taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^2.6.4", "@antfu/eslint-config": "^2.7.0",
"@commitlint/cli": "^18.6.1", "@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^18.6.2", "@commitlint/config-conventional": "^19.0.3",
"bumpp": "^9.3.0", "bumpp": "^9.3.1",
"eslint": "^8.56.0", "eslint": "^8.57.0",
"lint-staged": "^15.2.2", "lint-staged": "^15.2.2",
"simple-git-hooks": "^2.9.0", "simple-git-hooks": "^2.9.0",
"taze": "^0.13.3", "taze": "^0.13.3",

View File

@ -35,17 +35,17 @@
"release": "pnpm run prepack && pnpm publish && git push --follow-tags" "release": "pnpm run prepack && pnpm publish && git push --follow-tags"
}, },
"dependencies": { "dependencies": {
"@nuxt/kit": "^3.8.2", "@nuxt/kit": "^3.10.3",
"oxc-parser": "^0.2.0" "oxc-parser": "^0.7.0"
}, },
"devDependencies": { "devDependencies": {
"@nuxt/devtools": "latest", "@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0", "@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.4", "@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.8.2", "@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.8.1", "@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.9.3", "@types/node": "^20.11.24",
"nuxt": "^3.8.2", "nuxt": "^3.10.3",
"vitest": "^0.33.0" "vitest": "^0.33.0"
} }
} }

File diff suppressed because it is too large Load Diff