|
17 | 17 | "postcss": "^7.0.39 || ^8.3.3", |
18 | 18 | "react": "^18.3.1", |
19 | 19 | "typescript": "^5.2", |
20 | | - "vite": "^5.0.0 || ^7.0.7", |
| 20 | + "vite": "^8.0.0", |
21 | 21 | "vue": "^3.2", |
22 | 22 | "vuepress": "^2.0.0-rc.24" |
23 | 23 | } |
|
35 | 35 | "test-exclude": "^7.0.1", |
36 | 36 | "trim": ">=0.0.3", |
37 | 37 | "trim-newlines": ">=3.0.1" |
| 38 | + }, |
| 39 | + "patchedDependencies": { |
| 40 | + "@tiptap/vue-3@3.19.0": "patches/@tiptap__vue-3@3.19.0.patch" |
38 | 41 | } |
39 | 42 | }, |
40 | 43 | "files": [ |
|
86 | 89 | "@dialpad/dialtone-cli": "workspace:*", |
87 | 90 | "@dialpad/dialtone-mcp-server": "workspace:*", |
88 | 91 | "@dialpad/dialtone-tokens": "workspace:*", |
89 | | - "@dialpad/i18n": "1.22.3", |
| 92 | + "@dialpad/i18n": "1.25.0", |
90 | 93 | "@floating-ui/dom": "^1.6.0", |
91 | 94 | "@tiptap/core": "3.19.0", |
92 | 95 | "@tiptap/extension-blockquote": "3.19.0", |
|
122 | 125 | "linkifyjs": "4.3.2", |
123 | 126 | "overlayscrollbars": "2.10.0", |
124 | 127 | "regex-combined-emojis": "1.6.0", |
125 | | - "tippy.js": "6.3.7" |
| 128 | + "tippy.js": "6.3.7", |
| 129 | + "vue-tsc": "3.2.6" |
126 | 130 | }, |
127 | 131 | "devDependencies": { |
128 | 132 | "@commitlint/cli": "^18.4.3", |
|
136 | 140 | "@semantic-release/exec": "^6.0.3", |
137 | 141 | "@semantic-release/git": "^10.0.1", |
138 | 142 | "@types/node": "^20.4.5", |
139 | | - "@vitejs/plugin-vue": "^5.2.3", |
140 | | - "@vitest/coverage-v8": "^1.0.0", |
| 143 | + "@vitejs/plugin-vue": "^6.0.5", |
| 144 | + "@vitest/coverage-v8": "^4.1.0", |
141 | 145 | "@vue/tsconfig": "^0.4.0", |
142 | 146 | "axe-core": "^4.7.2", |
143 | 147 | "axe-playwright": "^2.0.3", |
|
149 | 153 | "eslint-plugin-eslint-plugin": "6.3.1", |
150 | 154 | "eslint-plugin-jest": "^29.0.1", |
151 | 155 | "eslint-plugin-json": "4.0.1", |
152 | | - "eslint-plugin-storybook": "10.2.6", |
| 156 | + "eslint-plugin-storybook": "10.3.0", |
153 | 157 | "eslint-plugin-vitest": "^0.5.4", |
154 | 158 | "eslint-plugin-vue": "^10.4.0", |
155 | 159 | "eslint-plugin-vuejs-accessibility": "^2.4.1", |
|
180 | 184 | "typedoc": "^0.28.2", |
181 | 185 | "typedoc-plugin-markdown": "^4.6.1", |
182 | 186 | "typescript": "^5.2", |
183 | | - "vite": "^5.4.2", |
| 187 | + "vite": "^8.0.0", |
184 | 188 | "vite-bundle-visualizer": "^1.2.1", |
185 | | - "vite-plugin-dts": "^4.0.3", |
186 | | - "vitest": "^1.6.1", |
| 189 | + "vite-plugin-dts": "^4.5.4", |
| 190 | + "vitest": "^4.1.0", |
187 | 191 | "vue-docgen-api": "^4.75.0", |
188 | 192 | "vue-template-compiler": "^2.7.16", |
189 | 193 | "wait-on": "^7.2.0", |
|
0 commit comments