Skip to content
Merged

Dev #85

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Changelog

* No changes.

Version 0.1.37 -- 2025-Sep-17
-----------------------------

* Fix: avoid loading the same file twice in a row when the user clicks on a
link in the Client.
* Improve VSCode connection with the Server.

Version 0.1.36 -- 2025-Sep-17
-----------------------------

Expand Down
20 changes: 10 additions & 10 deletions builder/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions client/package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
url: 'https://github.com/bjones1/CodeChat_editor',
},
type: 'module',
version: '0.1.36',
version: '0.1.37',
dependencies: {
'@codemirror/commands': '^6.8.1',
'@codemirror/lang-cpp': '^6.0.3',
Expand All @@ -59,28 +59,28 @@
'@codemirror/lang-rust': '^6.0.2',
'@codemirror/lang-xml': '^6.1.0',
'@codemirror/state': '^6.5.2',
'@codemirror/view': '^6.38.2',
'@codemirror/view': '^6.38.3',
'@mathjax/mathjax-newcm-font': '4.0.0',
codemirror: '^6.0.2',
'graphviz-webcomponent': 'github:bjones1/graphviz-webcomponent#dist',
mathjax: '4.0.0',
mermaid: '^11.11.0',
'npm-check-updates': '^18.1.1',
mermaid: '^11.12.0',
'npm-check-updates': '^18.3.0',
'pdfjs-dist': '^5.4.149',
tinymce: '^8.1.1',
tinymce: '^8.1.2',
'toastify-js': '^1.12.0',
},
devDependencies: {
'@types/chai': '^5.2.2',
'@types/js-beautify': '^1.14.3',
'@types/mocha': '^10.0.10',
'@types/node': '^24.5.1',
'@types/node': '^24.5.2',
'@types/toastify-js': '^1.12.4',
'@typescript-eslint/eslint-plugin': '^8.44.0',
'@typescript-eslint/parser': '^8.44.0',
'@typescript-eslint/eslint-plugin': '^8.44.1',
'@typescript-eslint/parser': '^8.44.1',
chai: '^6.0.1',
esbuild: '^0.25.10',
eslint: '^9.35.0',
eslint: '^9.36.0',
'eslint-config-prettier': '^10.1.8',
'eslint-plugin-import': '^2.32.0',
'eslint-plugin-prettier': '^5.5.4',
Expand Down
Loading
Loading