|
43 | 43 | url: 'https://github.com/bjones1/CodeChat_editor', |
44 | 44 | }, |
45 | 45 | type: 'module', |
46 | | - version: '0.1.28', |
| 46 | + version: '0.1.29', |
47 | 47 | dependencies: { |
48 | 48 | '@codemirror/lang-cpp': '^6.0.3', |
49 | 49 | '@codemirror/lang-css': '^6.3.1', |
|
63 | 63 | '@mathjax/src': '4.0.0', |
64 | 64 | codemirror: '^6.0.2', |
65 | 65 | 'graphviz-webcomponent': '^2.0.0', |
66 | | - mermaid: '^11.9.0', |
| 66 | + mermaid: '^11.10.0', |
67 | 67 | 'npm-check-updates': '^18.0.2', |
68 | 68 | /* Per [this pdfjs-dist |
69 | 69 | issue](https://github.com/mozilla/pdf.js/issues/20127), avoid v5.4.54 |
|
88 | 88 |
|
89 | 89 | So, installs in CI must have the `--no-frozen-lockfile` CLI flag. */ |
90 | 90 | 'pdfjs-dist': '~5 < 5.4.54 || ~5.4.55', |
91 | | - tinymce: '^8.0.1', |
| 91 | + tinymce: '^8.0.2', |
92 | 92 | 'toastify-js': '^1.12.0', |
93 | 93 | }, |
94 | 94 | devDependencies: { |
95 | 95 | '@types/chai': '^5.2.2', |
96 | 96 | '@types/js-beautify': '^1.14.3', |
97 | 97 | '@types/mocha': '^10.0.10', |
98 | | - '@types/node': '^24.2.1', |
| 98 | + '@types/node': '^24.3.0', |
99 | 99 | '@types/toastify-js': '^1.12.4', |
100 | | - '@typescript-eslint/eslint-plugin': '^8.39.1', |
101 | | - '@typescript-eslint/parser': '^8.39.1', |
102 | | - chai: '^5.2.1', |
| 100 | + '@typescript-eslint/eslint-plugin': '^8.40.0', |
| 101 | + '@typescript-eslint/parser': '^8.40.0', |
| 102 | + chai: '^5.3.1', |
103 | 103 | esbuild: '^0.25.9', |
104 | 104 | eslint: '^9.33.0', |
105 | 105 | 'eslint-config-prettier': '^10.1.8', |
|
0 commit comments