Skip to content

Commit f63dd9a

Browse files
committed
Freeze for release.
1 parent 564fabc commit f63dd9a

File tree

8 files changed

+328
-321
lines changed

8 files changed

+328
-321
lines changed

builder/Cargo.lock

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

client/package.json5

Lines changed: 7 additions & 7 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.28',
46+
version: '0.1.29',
4747
dependencies: {
4848
'@codemirror/lang-cpp': '^6.0.3',
4949
'@codemirror/lang-css': '^6.3.1',
@@ -63,7 +63,7 @@
6363
'@mathjax/src': '4.0.0',
6464
codemirror: '^6.0.2',
6565
'graphviz-webcomponent': '^2.0.0',
66-
mermaid: '^11.9.0',
66+
mermaid: '^11.10.0',
6767
'npm-check-updates': '^18.0.2',
6868
/* Per [this pdfjs-dist
6969
issue](https://github.com/mozilla/pdf.js/issues/20127), avoid v5.4.54
@@ -88,18 +88,18 @@
8888
8989
So, installs in CI must have the `--no-frozen-lockfile` CLI flag. */
9090
'pdfjs-dist': '~5 < 5.4.54 || ~5.4.55',
91-
tinymce: '^8.0.1',
91+
tinymce: '^8.0.2',
9292
'toastify-js': '^1.12.0',
9393
},
9494
devDependencies: {
9595
'@types/chai': '^5.2.2',
9696
'@types/js-beautify': '^1.14.3',
9797
'@types/mocha': '^10.0.10',
98-
'@types/node': '^24.2.1',
98+
'@types/node': '^24.3.0',
9999
'@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',
103103
esbuild: '^0.25.9',
104104
eslint: '^9.33.0',
105105
'eslint-config-prettier': '^10.1.8',

0 commit comments

Comments
 (0)