Skip to content

Commit f478590

Browse files
chore: update package dependencies to use catalog references
1 parent b7d29ab commit f478590

File tree

7 files changed

+796
-1396
lines changed

7 files changed

+796
-1396
lines changed

.docs/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@
1313
"typescript": "*"
1414
},
1515
"dependencies": {
16-
"@oku-ui/motion": "^0.4.1",
16+
"@oku-ui/motion": "catalog:",
1717
"@oku-ui/primitives": "link:../packages/core",
18-
"@shikijs/vitepress-twoslash": "^1.22.2",
19-
"@stackblitz/sdk": "^1.11.0",
18+
"@shikijs/vitepress-twoslash": "catalog:",
19+
"@stackblitz/sdk": "catalog:",
2020
"@vueuse/core": "^11.2.0",
2121
"vue": "^3.5.12",
22-
"vue-sonner": "^1.2.5"
22+
"vue-sonner": "catalog:"
2323
},
2424
"devDependencies": {
25-
"@babel/traverse": "^7.25.9",
26-
"@iconify/vue": "^4.1.2",
27-
"@radix-ui/colors": "^3.0.0",
28-
"@types/babel__traverse": "^7.20.6",
29-
"@types/markdown-it": "^14.1.2",
25+
"@babel/traverse": "catalog:",
26+
"@iconify/vue": "catalog:",
27+
"@radix-ui/colors": "catalog:",
28+
"@types/babel__traverse": "catalog:",
29+
"@types/markdown-it": "catalog:",
3030
"@vue/tsconfig": "^0.6.0",
31-
"autoprefixer": "^10.4.20",
32-
"codesandbox": "^2.2.3",
33-
"fast-glob": "^3.3.2",
34-
"markdown-it": "^14.1.0",
31+
"autoprefixer": "catalog:",
32+
"codesandbox": "catalog:",
33+
"fast-glob": "catalog:",
34+
"markdown-it": "catalog:",
3535
"postcss": "^8.4.47",
3636
"tailwindcss": "^3.4.14",
3737
"tsx": "^4.19.2",
38-
"vitepress": "^1.5.0",
38+
"vitepress": "catalog:",
3939
"vue-component-meta": "^2.1.10"
4040
},
4141
"postcss": {

package.json

+46-46
Original file line numberDiff line numberDiff line change
@@ -36,56 +36,56 @@
3636
"pub:alpha": "cd packages/core && pnpm release:alpha"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^4.3.0",
40-
"@clack/prompts": "^0.10.0",
41-
"@egoist/tailwindcss-icons": "^1.9.0",
42-
"@floating-ui/vue": "^1.1.6",
43-
"@iconify-json/ph": "^1.2.2",
39+
"@antfu/eslint-config": "catalog:",
40+
"@clack/prompts": "catalog:",
41+
"@egoist/tailwindcss-icons": "catalog:",
42+
"@floating-ui/vue": "catalog:",
43+
"@iconify-json/ph": "catalog:",
4444
"@oku-ui/primitives": "workspace:^",
45-
"@storybook/addon-essentials": "^8.5.8",
46-
"@storybook/addon-interactions": "^8.5.8",
47-
"@storybook/addon-links": "^8.5.8",
48-
"@storybook/blocks": "^8.5.8",
49-
"@storybook/testing-library": "^0.2.2",
50-
"@storybook/vue3": "^8.5.8",
51-
"@storybook/vue3-vite": "^8.5.8",
52-
"@types/node": "^22.13.5",
53-
"@vitejs/plugin-vue": "^5.2.1",
54-
"@vitest/coverage-v8": "^3.0.6",
55-
"@vue/test-utils": "^2.4.6",
45+
"@storybook/addon-essentials": "catalog:",
46+
"@storybook/addon-interactions": "catalog:",
47+
"@storybook/addon-links": "catalog:",
48+
"@storybook/blocks": "catalog:",
49+
"@storybook/testing-library": "catalog:",
50+
"@storybook/vue3": "catalog:",
51+
"@storybook/vue3-vite": "catalog:",
52+
"@types/node": "catalog:",
53+
"@vitejs/plugin-vue": "catalog:",
54+
"@vitest/coverage-v8": "catalog:",
55+
"@vue/test-utils": "catalog:",
5656
"@vue/tsconfig": "^0.7.0",
57-
"autoprefixer": "^10.4.20",
58-
"bumpp": "^10.0.3",
59-
"changelogen": "^0.5.7",
60-
"chokidar": "^4.0.3",
61-
"chromatic": "^11.25.2",
62-
"eslint": "^9.21.0",
63-
"eslint-plugin-storybook": "^0.11.3",
64-
"esno": "^4.8.0",
65-
"globby": "^14.1.0",
66-
"happy-dom": "^17.1.2",
67-
"jiti": "^2.4.2",
68-
"jsdom": "^26.0.0",
69-
"lint-staged": "^15.4.3",
70-
"nx": "^20.4.6",
71-
"ofetch": "^1.4.1",
72-
"pathe": "^2.0.3",
57+
"autoprefixer": "catalog:",
58+
"bumpp": "catalog:",
59+
"changelogen": "catalog:",
60+
"chokidar": "catalog:",
61+
"chromatic": "catalog:",
62+
"eslint": "catalog:",
63+
"eslint-plugin-storybook": "catalog:",
64+
"esno": "catalog:",
65+
"globby": "catalog:",
66+
"happy-dom": "catalog:",
67+
"jiti": "catalog:",
68+
"jsdom": "catalog:",
69+
"lint-staged": "catalog:",
70+
"nx": "catalog:",
71+
"ofetch": "catalog:",
72+
"pathe": "catalog:",
7373
"postcss": "^8.5.3",
74-
"react": "^19.0.0",
75-
"react-dom": "^19.0.0",
76-
"rimraf": "^6.0.1",
77-
"simple-git-hooks": "^2.11.1",
78-
"storybook": "^8.5.8",
79-
"storybook-dark-mode": "^4.0.2",
74+
"react": "catalog:",
75+
"react-dom": "catalog:",
76+
"rimraf": "catalog:",
77+
"simple-git-hooks": "catalog:",
78+
"storybook": "catalog:",
79+
"storybook-dark-mode": "catalog:",
8080
"tailwindcss": "^4.0.8",
81-
"tsup": "^8.3.6",
82-
"turbo": "^2.3.7",
83-
"typescript": "^5.7.3",
84-
"unbuild": "^3.3.1",
85-
"vite": "^6.1.1",
86-
"vite-plugin-dts": "^4.5.0",
87-
"vitest": "^3.0.6",
88-
"vitest-axe": "1.0.0-pre.3",
81+
"tsup": "catalog:",
82+
"turbo": "catalog:",
83+
"typescript": "catalog:",
84+
"unbuild": "catalog:",
85+
"vite": "catalog:",
86+
"vite-plugin-dts": "catalog:",
87+
"vitest": "catalog:",
88+
"vitest-axe": "catalog:",
8989
"vue": "^3.5.13",
9090
"vue-component-meta": "^2.2.2"
9191
},

packages/core/package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -104,38 +104,38 @@
104104
"vue": ">= 3.5.0"
105105
},
106106
"dependencies": {
107-
"@floating-ui/dom": "^1.6.13",
108-
"@floating-ui/utils": "^0.2.9",
109-
"@floating-ui/vue": "^1.1.6",
110-
"aria-hidden": "^1.2.4"
107+
"@floating-ui/dom": "catalog:",
108+
"@floating-ui/utils": "catalog:",
109+
"@floating-ui/vue": "catalog:",
110+
"aria-hidden": "catalog:"
111111
},
112112
"devDependencies": {
113-
"@testing-library/vue": "^8.1.0",
114-
"@tsconfig/node20": "^20.1.4",
115-
"@types/jsdom": "^21.1.7",
116-
"@types/node": "^22.13.5",
117-
"@vitejs/plugin-vue": "^5.2.1",
118-
"@vitejs/plugin-vue-jsx": "^4.1.1",
119-
"@vue/test-utils": "^2.4.6",
113+
"@testing-library/vue": "catalog:",
114+
"@tsconfig/node20": "catalog:",
115+
"@types/jsdom": "catalog:",
116+
"@types/node": "catalog:",
117+
"@vitejs/plugin-vue": "catalog:",
118+
"@vitejs/plugin-vue-jsx": "catalog:",
119+
"@vue/test-utils": "catalog:",
120120
"@vue/tsconfig": "^0.7.0",
121121
"@vueuse/core": "^12.7.0",
122-
"filter-anything": "^4.0.3",
123-
"jsdom": "^26.0.0",
124-
"npm-run-all2": "^7.0.2",
125-
"storybook": "^8.5.8",
126-
"typescript": "^5.7.3",
127-
"unplugin-vue-components": "^28.4.0",
128-
"vite": "^6.1.1",
129-
"vite-plugin-dts": "^4.5.0",
130-
"vite-plugin-externalize-deps": "^0.9.0",
131-
"vite-plugin-pages": "^0.32.5",
132-
"vite-tsconfig-paths": "^5.1.4",
133-
"vitest": "link:@testing-library/jest-dom/vitest",
134-
"vitest-axe": "1.0.0-pre.3",
135-
"vitest-canvas-mock": "^0.3.3",
122+
"filter-anything": "catalog:",
123+
"jsdom": "catalog:",
124+
"npm-run-all2": "catalog:",
125+
"storybook": "catalog:",
126+
"typescript": "catalog:",
127+
"unplugin-vue-components": "catalog:",
128+
"vite": "catalog:",
129+
"vite-plugin-dts": "catalog:",
130+
"vite-plugin-externalize-deps": "catalog:",
131+
"vite-plugin-pages": "catalog:",
132+
"vite-tsconfig-paths": "catalog:",
133+
"vitest": "catalog:",
134+
"vitest-axe": "catalog:",
135+
"vitest-canvas-mock": "catalog:",
136136
"vue": "^3.5.13",
137-
"vue-router": "^4.5.0",
138-
"vue-tsc": "^2.2.2"
137+
"vue-router": "catalog:",
138+
"vue-tsc": "catalog:"
139139
},
140140
"publishConfig": {
141141
"access": "public"

packages/plugins/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"stub": "unbuild --stub"
2525
},
2626
"dependencies": {
27-
"@nuxt/kit": "^3.15.4",
28-
"@nuxt/schema": "^3.15.4",
27+
"@nuxt/kit": "catalog:",
28+
"@nuxt/schema": "catalog:",
2929
"@oku-ui/primitives": "latest",
3030
"tsx": "^4.19.3",
31-
"unbuild": "^3.3.1",
32-
"unplugin-vue-components": "^28.4.0"
31+
"unbuild": "catalog:",
32+
"unplugin-vue-components": "catalog:"
3333
},
3434
"devDependencies": {
35-
"tsup": "^8.3.6"
35+
"tsup": "catalog:"
3636
}
3737
}

playground/nuxt-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"postinstall": "nuxt prepare"
1212
},
1313
"dependencies": {
14-
"nuxt": "^3.15.4",
14+
"nuxt": "catalog:",
1515
"vue": "^3.5.13"
1616
}
1717
}

0 commit comments

Comments
 (0)