Skip to content

Commit 70eab81

Browse files
fix(deps): update all major updates
1 parent 5da4ddb commit 70eab81

File tree

5 files changed

+891
-407
lines changed

5 files changed

+891
-407
lines changed

.docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@oku-ui/primitives": "link:../packages/core",
1818
"@shikijs/vitepress-twoslash": "^1.22.2",
1919
"@stackblitz/sdk": "^1.11.0",
20-
"@vueuse/core": "^11.2.0",
20+
"@vueuse/core": "^12.0.0",
2121
"vue": "^3.5.12",
2222
"vue-sonner": "^1.2.5"
2323
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
"eslint-plugin-storybook": "^0.11.0",
6464
"esno": "^4.8.0",
6565
"globby": "^14.0.2",
66-
"happy-dom": "^15.11.0",
66+
"happy-dom": "^16.0.0",
6767
"jiti": "^2.4.0",
6868
"jsdom": "^25.0.1",
6969
"lint-staged": "^15.2.10",
7070
"nx": "^20.0.12",
7171
"ofetch": "^1.4.1",
7272
"pathe": "^1.1.2",
7373
"postcss": "^8.4.47",
74-
"react": "^18.3.1",
75-
"react-dom": "^18.3.1",
74+
"react": "^19.0.0",
75+
"react-dom": "^19.0.0",
7676
"rimraf": "^6.0.1",
7777
"simple-git-hooks": "^2.11.1",
7878
"storybook": "^8.4.2",
@@ -81,8 +81,8 @@
8181
"tsup": "^8.3.5",
8282
"turbo": "^2.2.3",
8383
"typescript": "^5.6.3",
84-
"unbuild": "^2.0.0",
85-
"vite": "^5.4.10",
84+
"unbuild": "^3.0.0",
85+
"vite": "^6.0.0",
8686
"vite-plugin-dts": "^4.3.0",
8787
"vitest": "^2.1.4",
8888
"vitest-axe": "1.0.0-pre.3",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@
114114
"@vitejs/plugin-vue-jsx": "^4.0.1",
115115
"@vue/test-utils": "^2.4.6",
116116
"@vue/tsconfig": "^0.6.0",
117-
"@vueuse/core": "^11.2.0",
117+
"@vueuse/core": "^12.0.0",
118118
"filter-anything": "^4.0.0",
119119
"jsdom": "^25.0.1",
120120
"npm-run-all2": "^7.0.0",
121121
"storybook": "^8.4.2",
122122
"typescript": "^5.6.3",
123123
"unplugin-vue-components": "^0.27.0",
124-
"vite": "^5.4.10",
124+
"vite": "^6.0.0",
125125
"vite-plugin-dts": "^4.3.0",
126126
"vite-plugin-externalize-deps": "^0.8.0",
127127
"vite-plugin-pages": "^0.32.3",

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nuxt/schema": "^3.14.159",
2929
"@oku-ui/primitives": "latest",
3030
"tsx": "^4.19.2",
31-
"unbuild": "^2.0.0",
31+
"unbuild": "^3.0.0",
3232
"unplugin-vue-components": "^0.27.4"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)