Skip to content

Commit

Permalink
chore(deps): update vue (radix-vue#1066)
Browse files Browse the repository at this point in the history
* chore(deps): update vue

* fix: pin package versions for histoire

* fix: exclude test utils from vue

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eduard Predescu <[email protected]>
  • Loading branch information
renovate[bot] and epr3 committed Jun 28, 2024
1 parent 90eacde commit 83af71f
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 231 deletions.
12 changes: 6 additions & 6 deletions .histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"story:preview": "histoire preview"
},
"peerDependencies": {
"@vitejs/plugin-vue": "*",
"@vueuse/components": "*",
"@vueuse/core": "*",
"@vueuse/shared": "*",
"vite": "*",
"vue": "*"
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"vite": "^4.5.3",
"vue": "^3.4.31"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@stackblitz/sdk": "^1.10.0",
"@vueuse/core": "^10.11.0",
"radix-vue": "link:../packages/radix-vue",
"vue": "3.4.21",
"vue": "3.4.31",
"vue-sonner": "^1.1.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/radix-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.6.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"jsdom": "^24.1.0",
"vite": "^4.5.3",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0",
"vitest-axe": "0.1.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "3.4.21",
"vue": "3.4.31",
"vue-component-type-helpers": "^1.8.27",
"vue-tsc": "2.0.22"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"radix-vue": "link:../../packages/radix-vue",
"vue": "3.4.21"
"vue": "3.4.31"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
Expand Down
Loading

0 comments on commit 83af71f

Please sign in to comment.