Skip to content

Commit

Permalink
fix(deps): update all major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 5da4ddb commit 5ba7157
Show file tree
Hide file tree
Showing 5 changed files with 1,254 additions and 690 deletions.
6 changes: 3 additions & 3 deletions .docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@oku-ui/motion": "^0.4.1",
"@oku-ui/primitives": "link:../packages/core",
"@shikijs/vitepress-twoslash": "^1.22.2",
"@shikijs/vitepress-twoslash": "^2.0.0",
"@stackblitz/sdk": "^1.11.0",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^12.0.0",
"vue": "^3.5.12",
"vue-sonner": "^1.2.5"
},
Expand All @@ -33,7 +33,7 @@
"fast-glob": "^3.3.2",
"markdown-it": "^14.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.2",
"vitepress": "^1.5.0",
"vue-component-meta": "^2.1.10"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@storybook/vue3-vite": "^8.4.2",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^3.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"autoprefixer": "^10.4.20",
Expand All @@ -63,28 +63,28 @@
"eslint-plugin-storybook": "^0.11.0",
"esno": "^4.8.0",
"globby": "^14.0.2",
"happy-dom": "^15.11.0",
"happy-dom": "^16.0.0",
"jiti": "^2.4.0",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"lint-staged": "^15.2.10",
"nx": "^20.0.12",
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"storybook": "^8.4.2",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^3.4.14",
"tailwindcss": "^4.0.0",
"tsup": "^8.3.5",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"unbuild": "^3.0.0",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4",
"vitest": "^3.0.0",
"vitest-axe": "1.0.0-pre.3",
"vue": "^3.5.12",
"vue-component-meta": "^2.1.10"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^12.0.0",
"filter-anything": "^4.0.0",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.0",
"storybook": "^8.4.2",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-plugin-pages": "^0.32.3",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.4",
"vitest": "^3.0.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@nuxt/schema": "^3.14.159",
"@oku-ui/primitives": "latest",
"tsx": "^4.19.2",
"unbuild": "^2.0.0",
"unplugin-vue-components": "^0.27.4"
"unbuild": "^3.0.0",
"unplugin-vue-components": "^28.0.0"
},
"devDependencies": {
"tsup": "^8.3.5"
Expand Down
Loading

0 comments on commit 5ba7157

Please sign in to comment.