|
42 | 42 | "devDependencies": { |
43 | 43 | "@commitlint/cli": "^19.8.0", |
44 | 44 | "@commitlint/config-conventional": "^19.8.0", |
45 | | - "@release-it/conventional-changelog": "^10.0.0", |
| 45 | + "@release-it/conventional-changelog": "^10.0.1", |
46 | 46 | "@storybook/addon-essentials": "^8.6.12", |
47 | 47 | "@storybook/addon-interactions": "^8.6.12", |
48 | 48 | "@storybook/addon-links": "^8.6.12", |
|
59 | 59 | "@types/lodash-es": "^4.17.12", |
60 | 60 | "@vitejs/plugin-vue": "^5.2.3", |
61 | 61 | "@vue/compiler-sfc": "^3.5.13", |
62 | | - "@vue/language-service": "^2.2.8", |
| 62 | + "@vue/language-service": "^2.2.10", |
63 | 63 | "@vue/shared": "^3.5.13", |
64 | 64 | "@vue/test-utils": "^2.4.6", |
65 | 65 | "@vue/vue3-jest": "^29.2.6", |
|
68 | 68 | "core-js": "^3.41.0", |
69 | 69 | "cross-env": "^7.0.3", |
70 | 70 | "css-selector-tokenizer": "^0.8.0", |
71 | | - "eslint": "^9.24.0", |
| 71 | + "eslint": "^9.25.1", |
72 | 72 | "eslint-plugin-import": "^2.31.0", |
73 | 73 | "eslint-plugin-storybook": "^0.12.0", |
74 | 74 | "eslint-plugin-unicorn": "^58.0.0", |
|
84 | 84 | "postcss-replace": "^2.0.1", |
85 | 85 | "react": "^19.1.0", |
86 | 86 | "react-dom": "^19.1.0", |
87 | | - "release-it": "^18.1.2", |
| 87 | + "release-it": "^19.0.1", |
88 | 88 | "rimraf": "^6.0.1", |
89 | 89 | "standard-version": "^9.5.0", |
90 | 90 | "storybook": "^8.6.12", |
|
94 | 94 | "ts-jest": "^29.3.2", |
95 | 95 | "tslib": "^2.8.1", |
96 | 96 | "typescript": "5.4.5", |
97 | | - "typescript-eslint": "^8.30.1", |
98 | | - "vite": "^6.2.6", |
| 97 | + "typescript-eslint": "^8.31.0", |
| 98 | + "vite": "^6.3.3", |
99 | 99 | "vite-plugin-checker": "^0.9.1", |
100 | 100 | "vite-plugin-dts": "^4.5.3", |
101 | 101 | "vite-plugin-lib-inject-css": "^2.2.2", |
102 | 102 | "vue-eslint-parser": "^10.1.3", |
103 | | - "vue-tsc": "^2.2.8" |
| 103 | + "vue-tsc": "^2.2.10" |
104 | 104 | }, |
105 | 105 | "lint-staged": { |
106 | 106 | "*.js|*.vue|*.ts": "eslint --ext .js,.ts,.tsx,.vue --fix" |
|
115 | 115 | "registry": "https://registry.npmjs.org/", |
116 | 116 | "access": "public" |
117 | 117 | }, |
118 | | - "packageManager": "pnpm@10.8.1" |
| 118 | + "packageManager": "pnpm@10.9.0" |
119 | 119 | } |
0 commit comments