Skip to content

Commit cf0cf64

Browse files
committed
Freeze for release.
1 parent 62d205c commit cf0cf64

File tree

9 files changed

+595
-387
lines changed

9 files changed

+595
-387
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Changelog
2424

2525
* No changes.
2626

27+
Version 0.1.46 -- 2025-Dec-15
28+
--------------------------------------------------------------------------------
29+
30+
* Avoid spaces disappearing in Client when editing lists.
31+
* Improve speed of convert
32+
* Improve Client error reporting.
33+
2734
Version 0.1.45 -- 2025-Dec-11
2835
--------------------------------------------------------------------------------
2936

client/package.json5

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
url: 'https://github.com/bjones1/CodeChat_editor',
4444
},
4545
type: 'module',
46-
version: '0.1.45',
46+
version: '0.1.46',
4747
dependencies: {
4848
'@codemirror/commands': '^6.10.0',
4949
'@codemirror/lang-cpp': '^6.0.3',
@@ -61,9 +61,9 @@
6161
'@codemirror/lang-xml': '^6.1.0',
6262
'@codemirror/lang-yaml': '^6.1.2',
6363
'@codemirror/state': '^6.5.2',
64-
'@codemirror/view': '^6.39.3',
64+
'@codemirror/view': '^6.39.4',
6565
'@hpcc-js/wasm-graphviz': '^1.17.0',
66-
'@mathjax/mathjax-newcm-font': '4.0.0',
66+
'@mathjax/mathjax-newcm-font': '4.1.0',
6767
codemirror: '^6.0.2',
6868
mathjax: '4.0.0',
6969
mermaid: '^11.12.2',
@@ -73,25 +73,25 @@
7373
'toastify-js': '^1.12.0',
7474
},
7575
devDependencies: {
76-
'@eslint/js': '^9.39.1',
76+
'@eslint/js': '^9.39.2',
7777
'@types/chai': '^5.2.3',
7878
'@types/dom-navigation': '^1.0.6',
7979
'@types/js-beautify': '^1.14.3',
8080
'@types/mocha': '^10.0.10',
81-
'@types/node': '^24.10.3',
81+
'@types/node': '^24.10.4',
8282
'@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',
8585
chai: '^6.2.1',
8686
esbuild: '^0.27.1',
87-
eslint: '^9.39.1',
87+
eslint: '^9.39.2',
8888
'eslint-config-prettier': '^10.1.8',
8989
'eslint-plugin-import': '^2.32.0',
9090
'eslint-plugin-prettier': '^5.5.4',
9191
mocha: '^11.7.5',
9292
prettier: '^3.7.4',
9393
typescript: '^5.9.3',
94-
'typescript-eslint': '^8.49.0',
94+
'typescript-eslint': '^8.50.0',
9595
},
9696
scripts: {
9797
test: 'echo "Error: no test specified" && exit 1',

0 commit comments

Comments
 (0)