Skip to content

Commit

Permalink
fix(deps): update vue
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 23, 2025
1 parent ed8e0ae commit 33c4826
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 46 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"motion-v": "0.10.0-beta.1",
"reka-ui": "link:../packages/core",
"vue": "3.5.13",
"vue-sonner": "^1.1.3"
"vue-sonner": "^1.3.0"
},
"devDependencies": {
"@babel/traverse": "^7.26.7",
Expand All @@ -30,7 +30,7 @@
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-anchor": "^7.0.0",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"codesandbox": "^2.2.3",
"fast-glob": "^3.3.3",
Expand All @@ -44,7 +44,7 @@
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"vitepress": "1.6.3",
"vue-component-meta": "^2.1.6"
"vue-component-meta": "^2.2.4"
},
"postcss": {
"plugins": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-istanbul": "^2.1.9",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.7.0",
"jsdom": "^25.0.1",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.2.3",
"vitest": "^2.1.9",
"vitest-axe": "0.1.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "3.5.13",
"vue-component-type-helpers": "^2.1.6",
"vue-tsc": "2.1.6"
"vue-component-type-helpers": "^2.2.4",
"vue-tsc": "2.2.4"
}
}
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": {
"reka-ui": "link:../../packages/core",
"vue": "3.5.7"
"vue": "3.5.13"
},
"devDependencies": {
"@iconify/vue": "^4.3.0",
Expand Down
135 changes: 96 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33c4826

Please sign in to comment.