|
199 | 199 | "npm": ">=10.1 < 11" |
200 | 200 | }, |
201 | 201 | "dependencies": { |
202 | | - "@tiptap/core": "2.10.3", |
203 | | - "@tiptap/extension-image": "2.10.3", |
204 | | - "@tiptap/extension-link": "2.10.3", |
205 | | - "@tiptap/extension-placeholder": "2.10.3", |
206 | | - "@tiptap/extension-subscript": "2.10.3", |
207 | | - "@tiptap/extension-superscript": "2.10.3", |
208 | | - "@tiptap/extension-table": "2.10.3", |
209 | | - "@tiptap/extension-table-cell": "2.10.3", |
210 | | - "@tiptap/extension-table-header": "2.10.3", |
211 | | - "@tiptap/extension-table-row": "2.10.3", |
212 | | - "@tiptap/extension-text-align": "2.10.3", |
213 | | - "@tiptap/extension-underline": "2.10.3", |
214 | | - "@tiptap/pm": "2.10.3", |
215 | | - "@tiptap/starter-kit": "2.10.3", |
| 202 | + "@tiptap/core": "2.11.2", |
| 203 | + "@tiptap/extension-image": "2.11.2", |
| 204 | + "@tiptap/extension-link": "2.11.2", |
| 205 | + "@tiptap/extension-placeholder": "2.11.2", |
| 206 | + "@tiptap/extension-subscript": "2.11.2", |
| 207 | + "@tiptap/extension-superscript": "2.11.2", |
| 208 | + "@tiptap/extension-table": "2.11.2", |
| 209 | + "@tiptap/extension-table-cell": "2.11.2", |
| 210 | + "@tiptap/extension-table-header": "2.11.2", |
| 211 | + "@tiptap/extension-table-row": "2.11.2", |
| 212 | + "@tiptap/extension-text-align": "2.11.2", |
| 213 | + "@tiptap/extension-underline": "2.11.2", |
| 214 | + "@tiptap/pm": "2.11.2", |
| 215 | + "@tiptap/starter-kit": "2.11.2", |
216 | 216 | "@types/diff": "^6.0.0", |
217 | 217 | "@umbraco-ui/uui": "^1.12.2", |
218 | 218 | "@umbraco-ui/uui-css": "^1.12.1", |
219 | 219 | "base64-js": "^1.5.1", |
220 | 220 | "diff": "^7.0.0", |
221 | | - "dompurify": "^3.2.1", |
| 221 | + "dompurify": "^3.2.3", |
222 | 222 | "element-internals-polyfill": "^1.3.12", |
223 | 223 | "lit": "^3.2.1", |
224 | | - "marked": "^15.0.2", |
225 | | - "monaco-editor": "^0.52.0", |
| 224 | + "marked": "^15.0.6", |
| 225 | + "monaco-editor": "^0.52.2", |
226 | 226 | "rxjs": "^7.8.1", |
227 | | - "tinymce": "^6.8.3", |
228 | | - "tinymce-i18n": "^24.11.25", |
229 | | - "uuid": "^11.0.3" |
| 227 | + "tinymce": "^6.8.5", |
| 228 | + "tinymce-i18n": "^24.12.30", |
| 229 | + "uuid": "^11.0.5" |
230 | 230 | }, |
231 | 231 | "devDependencies": { |
232 | 232 | "@babel/core": "^7.26.0", |
233 | | - "@eslint/js": "^9.15.0", |
234 | | - "@hey-api/openapi-ts": "^0.57.1", |
| 233 | + "@eslint/js": "^9.18.0", |
| 234 | + "@hey-api/openapi-ts": "^0.61.3", |
235 | 235 | "@open-wc/testing": "^4.0.0", |
236 | | - "@playwright/test": "^1.49.0", |
| 236 | + "@playwright/test": "^1.49.1", |
237 | 237 | "@rollup/plugin-commonjs": "^26.0.3", |
238 | 238 | "@rollup/plugin-json": "^6.1.0", |
239 | | - "@rollup/plugin-node-resolve": "^15.3.0", |
240 | | - "@rollup/plugin-replace": "^6.0.1", |
241 | | - "@storybook/addon-a11y": "^8.4.5", |
242 | | - "@storybook/addon-actions": "^8.4.5", |
243 | | - "@storybook/addon-essentials": "^8.4.5", |
244 | | - "@storybook/addon-links": "^8.4.5", |
245 | | - "@storybook/web-components": "^8.4.5", |
246 | | - "@storybook/web-components-vite": "^8.4.5", |
| 239 | + "@rollup/plugin-node-resolve": "^15.3.1", |
| 240 | + "@rollup/plugin-replace": "^6.0.2", |
| 241 | + "@storybook/addon-a11y": "^8.4.7", |
| 242 | + "@storybook/addon-actions": "^8.4.7", |
| 243 | + "@storybook/addon-essentials": "^8.4.7", |
| 244 | + "@storybook/addon-links": "^8.4.7", |
| 245 | + "@storybook/web-components": "^8.4.7", |
| 246 | + "@storybook/web-components-vite": "^8.4.7", |
247 | 247 | "@types/chai": "^5.0.1", |
248 | 248 | "@types/eslint__js": "^8.42.3", |
249 | 249 | "@types/mocha": "^10.0.10", |
|
254 | 254 | "@web/test-runner-playwright": "^0.11.0", |
255 | 255 | "babel-loader": "^9.2.1", |
256 | 256 | "cross-env": "7.0.3", |
257 | | - "eslint": "^9.15.0", |
| 257 | + "eslint": "^9.18.0", |
258 | 258 | "eslint-config-prettier": "^9.1.0", |
259 | 259 | "eslint-plugin-import": "^2.31.0", |
260 | | - "eslint-plugin-jsdoc": "^50.5.0", |
| 260 | + "eslint-plugin-jsdoc": "^50.6.1", |
261 | 261 | "eslint-plugin-lit": "^1.15.0", |
262 | 262 | "eslint-plugin-local-rules": "^3.0.2", |
263 | 263 | "eslint-plugin-prettier": "^5.2.1", |
264 | 264 | "eslint-plugin-wc": "^2.2.0", |
265 | | - "glob": "^11.0.0", |
266 | | - "globals": "^15.12.0", |
267 | | - "lucide-static": "^0.460.0", |
| 265 | + "glob": "^11.0.1", |
| 266 | + "globals": "^15.14.0", |
| 267 | + "lucide-static": "^0.471.0", |
268 | 268 | "madge": "^8.0.0", |
269 | 269 | "msw": "^1.3.2", |
270 | 270 | "playwright-msw": "^3.0.1", |
271 | | - "prettier": "3.3.3", |
| 271 | + "prettier": "3.4.2", |
272 | 272 | "react": "^18.3.1", |
273 | 273 | "react-dom": "^18.3.1", |
274 | 274 | "remark-gfm": "^4.0.0", |
275 | | - "rollup": "^4.27.4", |
| 275 | + "rollup": "^4.30.1", |
276 | 276 | "rollup-plugin-esbuild": "^6.1.1", |
277 | | - "rollup-plugin-import-css": "^3.5.7", |
278 | | - "simple-icons": "^13.18.0", |
279 | | - "storybook": "^8.4.5", |
| 277 | + "rollup-plugin-import-css": "^3.5.8", |
| 278 | + "simple-icons": "^13.21.0", |
| 279 | + "storybook": "^8.4.7", |
280 | 280 | "tiny-glob": "^0.2.9", |
281 | 281 | "tsc-alias": "^1.8.10", |
282 | | - "typedoc": "^0.26.11", |
283 | | - "typescript": "^5.7.2", |
284 | | - "typescript-eslint": "^8.15.0", |
| 282 | + "typedoc": "^0.27.6", |
| 283 | + "typescript": "^5.7.3", |
| 284 | + "typescript-eslint": "^8.20.0", |
285 | 285 | "typescript-json-schema": "^0.65.1", |
286 | 286 | "vite": "^5.4.11", |
287 | | - "vite-plugin-static-copy": "^2.1.0", |
288 | | - "vite-tsconfig-paths": "^5.1.3", |
| 287 | + "vite-plugin-static-copy": "^2.2.0", |
| 288 | + "vite-tsconfig-paths": "^5.1.4", |
289 | 289 | "web-component-analyzer": "^2.0.0" |
290 | 290 | }, |
291 | 291 | "msw": { |
|
0 commit comments