fix: lock vesions of monaco

This commit is contained in:
zude.hzd 2020-09-23 22:31:44 +08:00
parent 4f89c98408
commit b13f87beee
3 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,8 @@
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0",
"build-plugin-react-app": "^1.1.2",
"monaco-editor-webpack-plugin": "^1.9.0",
"monaco-editor":"0.21.0",
"monaco-editor-webpack-plugin": "2.0.0",
"tsconfig-paths-webpack-plugin": "^3.2.0"
}
}

View File

@ -27,11 +27,10 @@
"acorn": "^6.4.1",
"classnames": "^2.2.6",
"intl-messageformat": "^9.3.1",
"monaco-editor": "^0.20.0",
"qs": "^6.9.1",
"react": "^16",
"react-dom": "^16.7.0",
"react-monaco-editor": "^0.34.0"
"react-monaco-editor": "0.40.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",

View File

@ -25,7 +25,7 @@
"prettier": "^1.18.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-monaco-editor": "^0.36.0"
"react-monaco-editor": "0.40.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",