|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 | 24 | "@headlessui/vue": "^1.7.22",
|
25 |
| - "@vueuse/core": "^10.11.0", |
26 |
| - "floating-vue": "^2.0.0-beta.20", |
| 25 | + "@vueuse/core": "^11.0.3", |
| 26 | + "floating-vue": "^5.2.2", |
27 | 27 | "pagino": "^1.4.2",
|
28 |
| - "vee-validate": "^4.13.1", |
29 |
| - "vue": "^3.4.31", |
30 |
| - "vue-router": "^4.4.0", |
| 28 | + "vee-validate": "^4.13.2", |
| 29 | + "vue": "^3.4.38", |
| 30 | + "vue-router": "^4.4.3", |
31 | 31 | "vuex": "^4.1.0",
|
32 | 32 | "yup": "^1.4.0"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@chromatic-com/storybook": "^1", |
36 |
| - "@commitlint/cli": "^17.0.3", |
37 |
| - "@commitlint/config-conventional": "^17.0.3", |
38 |
| - "@headlessui-float/vue": "^0.11.2", |
39 |
| - "@iconify-json/heroicons-solid": "^1.1.1", |
40 |
| - "@stackblitz/sdk": "^1.9.0", |
41 |
| - "@storybook/addon-actions": "^8.1.1", |
42 |
| - "@storybook/addon-docs": "^8.1.1", |
43 |
| - "@storybook/addon-essentials": "^8.1.1", |
44 |
| - "@storybook/addon-links": "^8.1.1", |
45 |
| - "@storybook/addon-mdx-gfm": "^8.1.1", |
46 |
| - "@storybook/vue3": "^8.1.1", |
47 |
| - "@storybook/vue3-vite": "^8.1.1", |
| 35 | + "@chromatic-com/storybook": "^1.8.0", |
| 36 | + "@commitlint/cli": "^19.4.1", |
| 37 | + "@commitlint/config-conventional": "^19.4.1", |
| 38 | + "@headlessui-float/vue": "^0.15.0", |
| 39 | + "@iconify-json/heroicons-solid": "^1.2.0", |
| 40 | + "@morphemeicons/vue": "^0.2.0", |
| 41 | + "@stackblitz/sdk": "^1.11.0", |
| 42 | + "@storybook/addon-actions": "^8.2.9", |
| 43 | + "@storybook/addon-docs": "^8.2.9", |
| 44 | + "@storybook/addon-essentials": "^8.2.9", |
| 45 | + "@storybook/addon-links": "^8.2.9", |
| 46 | + "@storybook/addon-mdx-gfm": "^8.2.9", |
| 47 | + "@storybook/vue3": "^8.2.9", |
| 48 | + "@storybook/vue3-vite": "^8.2.9", |
48 | 49 | "@tailwindcss/aspect-ratio": "^0.4.0",
|
49 |
| - "@tailwindcss/forms": "^0.5.7", |
| 50 | + "@tailwindcss/forms": "^0.5.8", |
50 | 51 | "@tailwindcss/line-clamp": "^0.4.4",
|
51 |
| - "@tailwindcss/typography": "^0.5.13", |
52 |
| - "@typescript-eslint/eslint-plugin": "^5.30.6", |
53 |
| - "@typescript-eslint/parser": "^5.30.6", |
54 |
| - "@vitejs/plugin-vue": "^5.0.5", |
55 |
| - "@vitest/coverage-c8": "^0.31.1", |
56 |
| - "@vitest/ui": "^0.31.1", |
57 |
| - "@vue/compiler-sfc": "^3.3.4", |
58 |
| - "@vue/test-utils": "^2.3.2", |
59 |
| - "autoprefixer": "^10.4.4", |
60 |
| - "conventional-changelog-cli": "^2.2.2", |
61 |
| - "eslint": ">=5.16.0", |
| 52 | + "@tailwindcss/typography": "^0.5.15", |
| 53 | + "@typescript-eslint/eslint-plugin": "^8.3.0", |
| 54 | + "@typescript-eslint/parser": "^8.3.0", |
| 55 | + "@vitejs/plugin-vue": "^5.1.3", |
| 56 | + "@vitest/coverage-c8": "^0.33.0", |
| 57 | + "@vitest/ui": "^2.0.5", |
| 58 | + "@vue/compiler-sfc": "^3.4.38", |
| 59 | + "@vue/test-utils": "^2.4.6", |
| 60 | + "autoprefixer": "^10.4.20", |
| 61 | + "conventional-changelog-cli": "^5.0.0", |
| 62 | + "eslint": ">=9.9.1", |
62 | 63 | "eslint-plugin-storybook": "^0.8.0",
|
63 |
| - "eslint-plugin-vue": "^9.14.1", |
64 |
| - "happy-dom": "^9.19.2", |
65 |
| - "husky": "^8.0.1", |
66 |
| - "jsdom": "^21.1.1", |
67 |
| - "lerna": "^6.5.1", |
68 |
| - "lint-staged": "^13.0.3", |
| 64 | + "eslint-plugin-vue": "^9.27.0", |
| 65 | + "happy-dom": "^15.7.3", |
| 66 | + "husky": "^9.1.5", |
| 67 | + "jsdom": "^25.0.0", |
| 68 | + "lerna": "^8.1.8", |
| 69 | + "lint-staged": "^15.2.10", |
69 | 70 | "npm-run-all": "^4.1.5",
|
70 |
| - "postcss": "^8.4.12", |
71 |
| - "react": "^18.2.0", |
72 |
| - "react-dom": "^18.2.0", |
73 |
| - "sass": "^1.57.1", |
| 71 | + "postcss": "^8.4.43", |
| 72 | + "react": "^18.3.1", |
| 73 | + "react-dom": "^18.3.1", |
| 74 | + "sass": "^1.77.8", |
74 | 75 | "standard-version": "^9.3.2",
|
75 |
| - "storybook": "^8.1.1", |
| 76 | + "storybook": "^8.2.9", |
76 | 77 | "storybook-vue3-router": "^5.0.0",
|
77 |
| - "tailwindcss": "^3.3.1", |
78 |
| - "typescript": "^5.0.0", |
79 |
| - "vite": "^4.3.8", |
80 |
| - "vitepress": "^1.0.0-beta.20", |
81 |
| - "vitest": "^0.31.1", |
82 |
| - "vitest-sonar-reporter": "^0.3.4", |
| 78 | + "tailwindcss": "^3.4.10", |
| 79 | + "typescript": "^5.5.4", |
| 80 | + "vite": "^5.4.2", |
| 81 | + "vitepress": "^1.3.4", |
| 82 | + "vitest": "^2.0.5", |
| 83 | + "vitest-sonar-reporter": "^2.0.0", |
83 | 84 | "vue-gtag": "^2.0.1",
|
84 |
| - "vue-tsc": "^2.0.24", |
85 |
| - "@morphemeicons/vue": "^0.2.0" |
| 85 | + "vue-tsc": "^2.1.4" |
86 | 86 | },
|
87 | 87 | "main": "index.ts",
|
88 | 88 | "module": "index.ts",
|
|
94 | 94 | "index.ts",
|
95 | 95 | "preset.js"
|
96 | 96 | ],
|
97 |
| - "workspaces": [ |
98 |
| - "packages/*" |
99 |
| - ], |
100 | 97 | "private": true,
|
101 | 98 | "lint-staged": {
|
102 | 99 | "*.{js,jsx,ts,tsx,html,css,vue}": "npm run lint",
|
|
112 | 109 | },
|
113 | 110 | "resolutions": {
|
114 | 111 | "consola": "^3.0.0"
|
115 |
| - } |
| 112 | + }, |
| 113 | + "packageManager": "[email protected]" |
116 | 114 | }
|
0 commit comments