|
1 | 1 | { |
2 | 2 | "type": "module", |
3 | 3 | "engines": { |
4 | | - "node": ">= 16.0.0" |
| 4 | + "node": ">= 18.0.0" |
5 | 5 | }, |
6 | 6 | "dependencies": { |
7 | 7 | "@citation-js/core": "0.6.8", |
|
13 | 13 | "@github/relative-time-element": "4.3.0", |
14 | 14 | "@github/text-expander-element": "2.5.0", |
15 | 15 | "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", |
16 | | - "@primer/octicons": "19.6.0", |
| 16 | + "@primer/octicons": "19.7.0", |
17 | 17 | "@webcomponents/custom-elements": "1.6.0", |
18 | 18 | "add-asset-webpack-plugin": "2.0.1", |
19 | 19 | "ansi_up": "6.0.2", |
20 | | - "asciinema-player": "3.5.0", |
| 20 | + "asciinema-player": "3.6.1", |
21 | 21 | "clippie": "4.0.6", |
22 | 22 | "css-loader": "6.8.1", |
23 | 23 | "dropzone": "6.0.0-beta.2", |
|
32 | 32 | "mermaid": "10.4.0", |
33 | 33 | "mini-css-extract-plugin": "2.7.6", |
34 | 34 | "minimatch": "9.0.3", |
35 | | - "monaco-editor": "0.41.0", |
| 35 | + "monaco-editor": "0.43.0", |
36 | 36 | "monaco-editor-webpack-plugin": "7.1.0", |
37 | 37 | "pdfobject": "2.2.12", |
38 | 38 | "pretty-ms": "8.0.0", |
39 | 39 | "sortablejs": "1.15.0", |
40 | | - "swagger-ui-dist": "5.4.2", |
| 40 | + "swagger-ui-dist": "5.7.1", |
41 | 41 | "throttle-debounce": "5.0.0", |
42 | 42 | "tinycolor2": "1.6.0", |
43 | 43 | "tippy.js": "6.3.7", |
|
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | 56 | "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", |
57 | | - "@playwright/test": "1.37.1", |
58 | | - "@stoplight/spectral-cli": "6.10.1", |
| 57 | + "@playwright/test": "1.38.0", |
| 58 | + "@stoplight/spectral-cli": "6.11.0", |
59 | 59 | "@vitejs/plugin-vue": "4.3.4", |
60 | | - "eslint": "8.48.0", |
61 | | - "eslint-plugin-array-func": "3.1.8", |
| 60 | + "eslint": "8.49.0", |
| 61 | + "eslint-plugin-array-func": "4.0.0", |
62 | 62 | "eslint-plugin-custom-elements": "0.0.8", |
63 | 63 | "eslint-plugin-import": "2.28.1", |
64 | 64 | "eslint-plugin-jquery": "1.5.1", |
|
71 | 71 | "eslint-plugin-vue-scoped-css": "2.5.0", |
72 | 72 | "eslint-plugin-wc": "1.5.0", |
73 | 73 | "jsdom": "22.1.0", |
74 | | - "markdownlint-cli": "0.35.0", |
| 74 | + "markdownlint-cli": "0.36.0", |
75 | 75 | "postcss-html": "1.5.0", |
76 | 76 | "stylelint": "15.10.3", |
77 | 77 | "stylelint-declaration-block-no-ignored-properties": "2.7.0", |
78 | 78 | "stylelint-declaration-strict-value": "1.9.2", |
79 | 79 | "stylelint-stylistic": "0.4.3", |
80 | 80 | "svgo": "3.0.2", |
81 | | - "updates": "14.4.0", |
| 81 | + "updates": "15.0.0", |
82 | 82 | "vite-string-plugin": "1.1.2", |
83 | | - "vitest": "0.34.3" |
| 83 | + "vitest": "0.34.4" |
84 | 84 | }, |
85 | 85 | "browserslist": [ |
86 | 86 | "defaults", |
|
0 commit comments