Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent ed8e0ae commit 52a0d7b
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 495 deletions.
2 changes: 1 addition & 1 deletion .histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^9.19.0",
"histoire": "^0.17.17",
"postcss": "^8.5.1",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "1.0.7"
}
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"dependencies": {
"@internationalized/date": "^3.7.0",
"@stackblitz/sdk": "^1.11.0",
"@vueuse/core": "^12.5.0",
"motion-v": "0.10.0-beta.1",
"@vueuse/core": "^12.7.0",
"motion-v": "0.10.0",
"reka-ui": "link:../packages/core",
"vue": "3.5.13",
"vue-sonner": "^1.1.3"
},
"devDependencies": {
"@babel/traverse": "^7.26.7",
"@babel/traverse": "^7.26.9",
"@iconify/vue": "^4.3.0",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.16",
Expand All @@ -39,10 +39,10 @@
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"minisearch": "^6.3.0",
"postcss": "^8.5.1",
"postcss": "^8.5.3",
"shiki": "^1.29.2",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"tsx": "^4.19.3",
"vitepress": "1.6.3",
"vue-component-meta": "^2.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "2.0.0",
"private": true,
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.6",
"license": "MIT",
"repository": "unovue/reka-ui",
"workspaces": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"bumpp": "^9.11.1",
"eslint": "^9.19.0",
"lint-staged": "^15.4.3",
"pnpm": "^9.15.0",
"pnpm": "^9.15.6",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"typescript": "5.3.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
"dependencies": {
"@floating-ui/dom": "^1.6.13",
"@floating-ui/vue": "^1.1.6",
"@internationalized/date": "^3.5.0",
"@internationalized/number": "^3.5.0",
"@tanstack/vue-virtual": "^3.12.0",
"@vueuse/core": "^12.5.0",
"@vueuse/shared": "^12.5.0",
"@internationalized/date": "^3.7.0",
"@internationalized/number": "^3.6.0",
"@tanstack/vue-virtual": "^3.13.0",
"@vueuse/core": "^12.7.0",
"@vueuse/shared": "^12.7.0",
"aria-hidden": "^1.2.4",
"defu": "^6.1.4",
"ohash": "^1.1.4"
Expand All @@ -122,7 +122,7 @@
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.17.17",
"@types/node": "^20.17.19",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-istanbul": "^2.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"reka-ui": "link:../core",
"tsx": "^4.19.2",
"tsx": "^4.19.3",
"unbuild": "^2.0.0",
"unplugin-vue-components": "^0.28.0"
}
Expand Down
Loading

0 comments on commit 52a0d7b

Please sign in to comment.