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 17, 2025
1 parent e131091 commit 493a90c
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 386 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.2",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "1.0.7"
}
Expand Down
8 changes: 4 additions & 4 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,7 +39,7 @@
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"minisearch": "^6.3.0",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"shiki": "^1.29.2",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
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": "1.0.0-alpha.10",
"private": true,
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.5",
"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.5",
"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
Loading

0 comments on commit 493a90c

Please sign in to comment.