|
39 | 39 | "devDependencies": { |
40 | 40 | "@commitlint/cli": "^19.5.0", |
41 | 41 | "@commitlint/config-conventional": "^19.5.0", |
42 | | - "@release-it/conventional-changelog": "^8.0.2", |
43 | | - "@storybook/addon-essentials": "^8.3.5", |
44 | | - "@storybook/addon-interactions": "^8.3.5", |
45 | | - "@storybook/addon-links": "^8.3.5", |
46 | | - "@storybook/blocks": "^8.3.5", |
47 | | - "@storybook/builder-vite": "^8.3.5", |
48 | | - "@storybook/components": "^8.3.5", |
49 | | - "@storybook/manager-api": "^8.3.5", |
50 | | - "@storybook/test": "^8.3.5", |
51 | | - "@storybook/theming": "^8.3.5", |
52 | | - "@storybook/vue3": "^8.3.5", |
53 | | - "@storybook/vue3-vite": "^8.3.5", |
54 | | - "@stylistic/eslint-plugin": "^2.9.0", |
55 | | - "@types/jest": "^29.5.13", |
| 42 | + "@release-it/conventional-changelog": "^9.0.2", |
| 43 | + "@storybook/addon-essentials": "^8.3.6", |
| 44 | + "@storybook/addon-interactions": "^8.3.6", |
| 45 | + "@storybook/addon-links": "^8.3.6", |
| 46 | + "@storybook/blocks": "^8.3.6", |
| 47 | + "@storybook/builder-vite": "^8.3.6", |
| 48 | + "@storybook/components": "^8.3.6", |
| 49 | + "@storybook/manager-api": "^8.3.6", |
| 50 | + "@storybook/test": "^8.3.6", |
| 51 | + "@storybook/theming": "^8.3.6", |
| 52 | + "@storybook/vue3": "^8.3.6", |
| 53 | + "@storybook/vue3-vite": "^8.3.6", |
| 54 | + "@stylistic/eslint-plugin": "^2.10.0", |
| 55 | + "@types/jest": "^29.5.14", |
56 | 56 | "@types/lodash-es": "^4.17.12", |
57 | 57 | "@vitejs/plugin-vue": "^5.1.4", |
58 | 58 | "@vue/compiler-sfc": "^3.5.12", |
59 | | - "@vue/language-service": "^2.1.6", |
| 59 | + "@vue/language-service": "^2.1.10", |
60 | 60 | "@vue/shared": "^3.5.12", |
61 | 61 | "@vue/test-utils": "^2.4.6", |
62 | 62 | "@vue/vue3-jest": "^29.2.6", |
63 | 63 | "autoprefixer": "^10.4.20", |
64 | | - "core-js": "^3.38.1", |
| 64 | + "core-js": "^3.39.0", |
65 | 65 | "cross-env": "^7.0.3", |
66 | 66 | "css-selector-tokenizer": "^0.8.0", |
67 | | - "eslint": "^9.12.0", |
| 67 | + "eslint": "^9.13.0", |
68 | 68 | "eslint-plugin-import": "^2.31.0", |
69 | | - "eslint-plugin-storybook": "^0.9.0", |
| 69 | + "eslint-plugin-storybook": "^0.10.1", |
70 | 70 | "eslint-plugin-unicorn": "^56.0.0", |
71 | | - "eslint-plugin-vue": "^9.29.0", |
| 71 | + "eslint-plugin-vue": "^9.30.0", |
72 | 72 | "husky": "^9.1.6", |
73 | 73 | "jest": "^29.7.0", |
74 | 74 | "jsdom": "^25.0.1", |
|
80 | 80 | "postcss-replace": "^2.0.1", |
81 | 81 | "react": "^18.3.1", |
82 | 82 | "react-dom": "^18.3.1", |
83 | | - "release-it": "^17.9.0", |
| 83 | + "release-it": "^17.10.0", |
84 | 84 | "rimraf": "^6.0.1", |
85 | 85 | "standard-version": "^9.5.0", |
86 | | - "storybook": "^8.3.5", |
| 86 | + "storybook": "^8.3.6", |
87 | 87 | "storybook-addon-vue-mdx": "^1.0.4", |
88 | 88 | "super-tiny-icons": "^0.6.0", |
89 | 89 | "tailwindcss": "^3.4.14", |
90 | | - "terser": "^5.34.1", |
| 90 | + "terser": "^5.36.0", |
91 | 91 | "ts-jest": "^29.2.5", |
92 | | - "tslib": "^2.7.0", |
| 92 | + "tslib": "^2.8.0", |
93 | 93 | "typescript": "5.4.5", |
94 | | - "typescript-eslint": "^8.9.0", |
95 | | - "vite": "^5.4.9", |
| 94 | + "typescript-eslint": "^8.12.2", |
| 95 | + "vite": "^5.4.10", |
96 | 96 | "vite-plugin-checker": "^0.8.0", |
97 | | - "vite-plugin-dts": "^4.2.4", |
| 97 | + "vite-plugin-dts": "^4.3.0", |
98 | 98 | "vite-plugin-lib-inject-css": "^2.1.1", |
99 | 99 | "vue-eslint-parser": "^9.4.3", |
100 | | - "vue-tsc": "^2.1.6" |
| 100 | + "vue-tsc": "^2.1.10" |
101 | 101 | }, |
102 | 102 | "commitlint": { |
103 | 103 | "extends": [ |
|
147 | 147 | "registry": "https://registry.npmjs.org/", |
148 | 148 | "access": "public" |
149 | 149 | }, |
150 | | - "packageManager": "pnpm@9.12.1" |
| 150 | + "packageManager": "pnpm@9.12.3" |
151 | 151 | } |
0 commit comments