Skip to content

Commit 91d1e02

Browse files
committed
Freeze for release.
1 parent 35b7ac9 commit 91d1e02

File tree

9 files changed

+305
-379
lines changed

9 files changed

+305
-379
lines changed

builder/Cargo.lock

Lines changed: 7 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json5

Lines changed: 5 additions & 5 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.40',
46+
version: '0.1.41',
4747
dependencies: {
4848
'@codemirror/commands': '^6.10.0',
4949
'@codemirror/lang-cpp': '^6.0.3',
@@ -61,26 +61,26 @@
6161
'@codemirror/lang-xml': '^6.1.0',
6262
'@codemirror/lang-yaml': '^6.1.2',
6363
'@codemirror/state': '^6.5.2',
64-
'@codemirror/view': '^6.38.6',
64+
'@codemirror/view': '^6.38.8',
6565
'@mathjax/mathjax-newcm-font': '4.0.0',
6666
codemirror: '^6.0.2',
6767
'graphviz-webcomponent': 'github:bjones1/graphviz-webcomponent#dist',
6868
mathjax: '4.0.0',
6969
mermaid: '^11.12.1',
7070
'npm-check-updates': '^19.1.2',
7171
'pdfjs-dist': '^5.4.394',
72-
tinymce: '^8.2.1',
72+
tinymce: '^8.2.2',
7373
'toastify-js': '^1.12.0',
7474
},
7575
devDependencies: {
7676
'@types/chai': '^5.2.3',
7777
'@types/js-beautify': '^1.14.3',
7878
'@types/mocha': '^10.0.10',
79-
'@types/node': '^24.10.0',
79+
'@types/node': '^24.10.1',
8080
'@types/toastify-js': '^1.12.4',
8181
'@typescript-eslint/eslint-plugin': '^8.46.4',
8282
'@typescript-eslint/parser': '^8.46.4',
83-
chai: '^6.2.0',
83+
chai: '^6.2.1',
8484
esbuild: '^0.27.0',
8585
eslint: '^9.39.1',
8686
'eslint-config-prettier': '^10.1.8',

0 commit comments

Comments
 (0)