@voplus/morpho-document 6.0.194 → 6.0.195

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-document",
3
- "version": "6.0.194",
3
+ "version": "6.0.195",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@codemirror/lang-javascript": "^6.1.9",
34
34
  "@uiw/codemirror-theme-material": "^4.22.2",
35
- "@uiw/react-codemirror": "4.x",
35
+ "@uiw/react-codemirror": "4.23.10",
36
36
  "@voplus/morpho-org": "6.x",
37
37
  "@voplus/morpho-text": "6.x",
38
38
  "file-saver": "2.x",
package/readme.md CHANGED
@@ -3,6 +3,8 @@
3
3
  Changed tsconfig.json
4
4
  "target" changed from "esnext" to "es2018" due to "unexpected token" error webpack when using optional chaining.
5
5
 
6
+ # 2025-04-28
7
+ > build 时 `@uiw/react-codemirror` 报错, 先将版本固定在 @4.23.10
6
8
 
7
9
  **MacOS build时 cpx命令需要给文件目录加上引号**
8
10
  ```shell