|
43 | 43 | url: 'https://github.com/bjones1/CodeChat_editor', |
44 | 44 | }, |
45 | 45 | type: 'module', |
46 | | - version: '0.1.45', |
| 46 | + version: '0.1.46', |
47 | 47 | dependencies: { |
48 | 48 | '@codemirror/commands': '^6.10.0', |
49 | 49 | '@codemirror/lang-cpp': '^6.0.3', |
|
61 | 61 | '@codemirror/lang-xml': '^6.1.0', |
62 | 62 | '@codemirror/lang-yaml': '^6.1.2', |
63 | 63 | '@codemirror/state': '^6.5.2', |
64 | | - '@codemirror/view': '^6.39.3', |
| 64 | + '@codemirror/view': '^6.39.4', |
65 | 65 | '@hpcc-js/wasm-graphviz': '^1.17.0', |
66 | | - '@mathjax/mathjax-newcm-font': '4.0.0', |
| 66 | + '@mathjax/mathjax-newcm-font': '4.1.0', |
67 | 67 | codemirror: '^6.0.2', |
68 | 68 | mathjax: '4.0.0', |
69 | 69 | mermaid: '^11.12.2', |
|
73 | 73 | 'toastify-js': '^1.12.0', |
74 | 74 | }, |
75 | 75 | devDependencies: { |
76 | | - '@eslint/js': '^9.39.1', |
| 76 | + '@eslint/js': '^9.39.2', |
77 | 77 | '@types/chai': '^5.2.3', |
78 | 78 | '@types/dom-navigation': '^1.0.6', |
79 | 79 | '@types/js-beautify': '^1.14.3', |
80 | 80 | '@types/mocha': '^10.0.10', |
81 | | - '@types/node': '^24.10.3', |
| 81 | + '@types/node': '^24.10.4', |
82 | 82 | '@types/toastify-js': '^1.12.4', |
83 | | - '@typescript-eslint/eslint-plugin': '^8.49.0', |
84 | | - '@typescript-eslint/parser': '^8.49.0', |
| 83 | + '@typescript-eslint/eslint-plugin': '^8.50.0', |
| 84 | + '@typescript-eslint/parser': '^8.50.0', |
85 | 85 | chai: '^6.2.1', |
86 | 86 | esbuild: '^0.27.1', |
87 | | - eslint: '^9.39.1', |
| 87 | + eslint: '^9.39.2', |
88 | 88 | 'eslint-config-prettier': '^10.1.8', |
89 | 89 | 'eslint-plugin-import': '^2.32.0', |
90 | 90 | 'eslint-plugin-prettier': '^5.5.4', |
91 | 91 | mocha: '^11.7.5', |
92 | 92 | prettier: '^3.7.4', |
93 | 93 | typescript: '^5.9.3', |
94 | | - 'typescript-eslint': '^8.49.0', |
| 94 | + 'typescript-eslint': '^8.50.0', |
95 | 95 | }, |
96 | 96 | scripts: { |
97 | 97 | test: 'echo "Error: no test specified" && exit 1', |
|
0 commit comments