Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
root
apps/www
packages/module
  • Loading branch information
sadeghbarati committed Mar 4, 2024
1 parent 5d91767 commit 0265b48
Show file tree
Hide file tree
Showing 4 changed files with 862 additions and 1,351 deletions.
7 changes: 3 additions & 4 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@morev/vue-transitions": "^2.3.6",
"@radix-icons/vue": "^1.0.0",
"@stackblitz/sdk": "^1.9.0",
"@tanstack/vue-table": "^8.13.2",
Expand All @@ -37,7 +36,7 @@
"v-calendar": "^3.1.2",
"vee-validate": "4.12.5",
"vue": "^3.4.21",
"vue-sonner": "^1.1.0",
"vue-sonner": "^1.1.1",
"vue-wrap-balancer": "^1.1.3",
"zod": "^3.22.4"
},
Expand All @@ -54,7 +53,7 @@
"@vue/compiler-core": "^3.4.21",
"@vue/compiler-dom": "^3.4.21",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"lodash.template": "^4.5.0",
"oxc-parser": "^0.7.0",
"pathe": "^1.1.2",
Expand All @@ -67,6 +66,6 @@
"unplugin-icons": "^0.18.5",
"vite": "^5.1.4",
"vitepress": "^1.0.0-rc.44",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.9.0",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"license": "MIT",
"repository": "radix-vue/shadcn-vue",
"workspaces": [
Expand All @@ -27,11 +27,11 @@
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"@antfu/eslint-config": "^2.7.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"bumpp": "^9.3.1",
"eslint": "^8.57.0",
"lint-staged": "^15.2.2",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"release": "pnpm run prepack && pnpm publish && git push --follow-tags"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"oxc-parser": "^0.2.0"
"@nuxt/kit": "^3.10.3",
"oxc-parser": "^0.7.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.8.1",
"@types/node": "^20.9.3",
"nuxt": "^3.8.2",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.24",
"nuxt": "^3.10.3",
"vitest": "^0.33.0"
}
}
Loading

0 comments on commit 0265b48

Please sign in to comment.