Skip to content

Commit 81085e3

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

File tree

5 files changed

+1445
-568
lines changed

5 files changed

+1445
-568
lines changed

.docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"dependencies": {
1616
"@oku-ui/motion": "^0.4.1",
1717
"@oku-ui/primitives": "link:../packages/core",
18-
"@shikijs/vitepress-twoslash": "^1.22.2",
18+
"@shikijs/vitepress-twoslash": "^2.0.0",
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@storybook/vue3-vite": "^8.4.2",
5252
"@types/node": "^22.9.0",
5353
"@vitejs/plugin-vue": "^5.1.4",
54-
"@vitest/coverage-v8": "^2.1.4",
54+
"@vitest/coverage-v8": "^3.0.0",
5555
"@vue/test-utils": "^2.4.6",
5656
"@vue/tsconfig": "^0.6.0",
5757
"autoprefixer": "^10.4.20",
@@ -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",
68-
"jsdom": "^25.0.1",
68+
"jsdom": "^26.0.0",
6969
"lint-staged": "^15.2.10",
7070
"nx": "^20.0.12",
7171
"ofetch": "^1.4.1",
72-
"pathe": "^1.1.2",
72+
"pathe": "^2.0.0",
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,10 +81,10 @@
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",
87-
"vitest": "^2.1.4",
87+
"vitest": "^3.0.0",
8888
"vitest-axe": "1.0.0-pre.3",
8989
"vue": "^3.5.12",
9090
"vue-component-meta": "^2.1.10"

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@
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",
119-
"jsdom": "^25.0.1",
119+
"jsdom": "^26.0.0",
120120
"npm-run-all2": "^7.0.0",
121121
"storybook": "^8.4.2",
122122
"typescript": "^5.6.3",
123-
"unplugin-vue-components": "^0.27.0",
124-
"vite": "^5.4.10",
123+
"unplugin-vue-components": "^28.0.0",
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",
128128
"vite-tsconfig-paths": "^5.1.3",
129-
"vitest": "^2.1.4",
129+
"vitest": "^3.0.0",
130130
"vue": "^3.5.12",
131131
"vue-router": "^4.4.5",
132132
"vue-tsc": "^2.1.10"

packages/plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@nuxt/schema": "^3.14.159",
2929
"@oku-ui/primitives": "latest",
3030
"tsx": "^4.19.2",
31-
"unbuild": "^2.0.0",
32-
"unplugin-vue-components": "^0.27.4"
31+
"unbuild": "^3.0.0",
32+
"unplugin-vue-components": "^28.0.0"
3333
},
3434
"devDependencies": {
3535
"tsup": "^8.3.5"

0 commit comments

Comments
 (0)