Skip to content

Commit 075c5db

Browse files
fix: fix monaco bug in safari (#812)
1 parent 5470b20 commit 075c5db

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"crc-32": "^1.2.2",
3030
"history": "^4.10.1",
3131
"lodash": "^4.17.21",
32-
"monaco-editor": "^0.44.0",
32+
"monaco-editor": "^0.48.0",
3333
"numeral": "^2.0.6",
3434
"path-to-regexp": "^3.0.0",
3535
"qs": "^6.12.0",
@@ -167,6 +167,7 @@
167167
"react": "^18.2.0",
168168
"react-dom": "^18.2.0",
169169
"redux": "^5.0.1",
170-
"typescript": "^5.4.3"
170+
"typescript": "^5.4.3",
171+
"monaco-editor": "^0.48.0"
171172
}
172173
}

0 commit comments

Comments
 (0)