fix: 修复 codemirror 报错问题,包管理器更换为 yarn
正在显示
| ... | ... | @@ -4,9 +4,8 @@ |
| "homepage": ".", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@codemirror/lang-json": "^0.19.1", | ||
| "@codemirror/legacy-modes": "^0.19.0", | ||
| "@codemirror/stream-parser": "^0.19.3", | ||
| "@codemirror/lang-json": "^6.0.0", | ||
| "@codemirror/legacy-modes": "^6.1.0", | ||
| "@date-io/moment": "1.x", | ||
| "@emotion/react": "^11.4.1", | ||
| "@emotion/styled": "^11.3.0", | ||
| ... | ... | @@ -35,7 +34,6 @@ |
| "@types/websocket": "^1.0.0", | ||
| "@uiw/react-codemirror": "^4.3.2", | ||
| "chart.js": "^2.9.3", | ||
| "codemirror": "^5.52.2", | ||
| "history": "^4.10.1", | ||
| "js-cookie": "^3.0.1", | ||
| "kbar": "^0.1.0-beta.27", | ||
| ... | ... | @@ -105,6 +103,7 @@ |
| }, | ||
| "resolutions": { | ||
| "nth-check": "^2.0.1", | ||
| "postcss": "^8.2.13" | ||
| "postcss": "^8.2.13", | ||
| "@types/react": "^17.0.0" | ||
| } | ||
| } |
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
请
注册
或者
登录
后发表评论