Skip to content

Commit 997c42c

Browse files
committed
fix(deps): update npm dependencies
1 parent e797a27 commit 997c42c

6 files changed

Lines changed: 377 additions & 374 deletions

File tree

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@
1414
"@codemirror/commands": "6.10.4",
1515
"@codemirror/lang-json": "6.0.2",
1616
"@codemirror/lang-markdown": "6.5.0",
17-
"@codemirror/language": "6.12.3",
17+
"@codemirror/language": "6.12.4",
1818
"@codemirror/language-data": "6.5.2",
1919
"@codemirror/legacy-modes": "6.5.3",
2020
"@codemirror/lint": "6.9.7",
2121
"@codemirror/search": "6.7.1",
2222
"@codemirror/state": "6.7.0",
23-
"@codemirror/view": "6.43.2",
23+
"@codemirror/view": "6.43.4",
2424
"@deltablot/dropzone": "7.4.3",
2525
"@github/markdown-toolbar-element": "2.2.3",
2626
"@github/paste-markdown": "1.5.3",
2727
"@github/text-expander-element": "2.9.4",
2828
"@lezer/highlight": "1.2.3",
2929
"@mcaptcha/vanilla-glue": "0.1.0-rc2",
30-
"@mermaid-js/layout-elk": "0.2.1",
31-
"@primer/octicons": "19.28.1",
30+
"@mermaid-js/layout-elk": "0.2.2",
31+
"@primer/octicons": "19.29.1",
3232
"@replit/codemirror-indentation-markers": "6.5.3",
3333
"@replit/codemirror-lang-nix": "6.0.1",
3434
"@replit/codemirror-lang-svelte": "6.0.0",
3535
"@replit/codemirror-vscode-keymap": "6.0.2",
3636
"@resvg/resvg-wasm": "2.6.2",
3737
"@vitejs/plugin-vue": "6.0.7",
3838
"ansi_up": "6.0.6",
39-
"asciinema-player": "3.16.0",
39+
"asciinema-player": "3.17.0",
4040
"chart.js": "4.5.1",
4141
"chartjs-adapter-dayjs-4": "1.0.4",
4242
"chartjs-plugin-zoom": "2.2.0",
@@ -50,13 +50,13 @@
5050
"esbuild": "0.28.1",
5151
"idiomorph": "0.7.4",
5252
"jquery": "4.0.0",
53-
"js-yaml": "5.1.0",
53+
"js-yaml": "5.2.0",
5454
"katex": "0.17.0",
55-
"mermaid": "11.15.0",
55+
"mermaid": "11.16.0",
5656
"online-3d-viewer": "0.18.0",
5757
"pdfobject": "2.3.1",
5858
"perfect-debounce": "2.1.0",
59-
"postcss": "8.5.15",
59+
"postcss": "8.5.16",
6060
"rolldown-license-plugin": "3.0.9",
6161
"sortablejs": "1.15.7",
6262
"swagger-ui-dist": "5.32.8",
@@ -67,9 +67,9 @@
6767
"tributejs": "5.1.3",
6868
"uint8-to-base64": "0.2.1",
6969
"vanilla-colorful": "0.7.2",
70-
"vite": "8.1.0",
71-
"vite-string-plugin": "2.0.4",
72-
"vue": "3.5.38",
70+
"vite": "8.1.2",
71+
"vite-string-plugin": "2.0.5",
72+
"vue": "3.5.39",
7373
"vue-chartjs": "5.3.3"
7474
},
7575
"devDependencies": {
@@ -87,7 +87,7 @@
8787
"@types/swagger-ui-dist": "3.30.6",
8888
"@types/throttle-debounce": "5.0.2",
8989
"@types/toastify-js": "1.12.4",
90-
"@typescript-eslint/parser": "8.62.0",
90+
"@typescript-eslint/parser": "8.62.1",
9191
"@vitejs/plugin-vue": "6.0.7",
9292
"@vitest/eslint-plugin": "1.6.20",
9393
"eslint": "10.6.0",
@@ -106,17 +106,17 @@
106106
"markdownlint-cli": "0.49.0",
107107
"material-icon-theme": "5.36.1",
108108
"postcss-html": "1.8.1",
109-
"spectral-cli-bundle": "1.0.8",
110-
"stylelint": "17.13.0",
109+
"spectral-cli-bundle": "1.0.9",
110+
"stylelint": "17.14.0",
111111
"stylelint-config-recommended": "18.0.0",
112112
"stylelint-declaration-block-no-ignored-properties": "3.0.0",
113113
"stylelint-declaration-strict-value": "1.11.1",
114114
"stylelint-value-no-unknown-custom-properties": "6.1.1",
115115
"svgo": "4.0.1",
116116
"typescript": "6.0.3",
117-
"typescript-eslint": "8.62.0",
118-
"updates": "17.18.0",
117+
"typescript-eslint": "8.62.1",
118+
"updates": "17.18.1",
119119
"vitest": "4.1.9",
120-
"vue-tsc": "3.3.5"
120+
"vue-tsc": "3.3.6"
121121
}
122122
}

0 commit comments

Comments
 (0)