Skip to content

Commit 2e1dedc

Browse files
committed
remove duplicate monaco editor dependency
1 parent 9680f93 commit 2e1dedc

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

ui/frontend/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"history": "^4.6.0",
1212
"isomorphic-fetch": "^3.0.0",
1313
"lodash": "^4.17.0",
14-
"monaco-editor": "^0.29.0",
15-
"monaco-editor-webpack-plugin": "^5.0.0",
14+
"monaco-editor": "0.27.0",
15+
"monaco-editor-webpack-plugin": "4",
1616
"prismjs": "^1.6.0",
1717
"qs": "^6.4.0",
1818
"react": "^17.0.1",
@@ -79,7 +79,7 @@
7979
"webpack-cli": "^4.5.0"
8080
},
8181
"engines": {
82-
"node": "^14.15.1"
82+
"node": "^14.15.1 || ^16"
8383
},
8484
"scripts": {
8585
"test": "jest",

ui/frontend/yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -4693,23 +4693,18 @@ mkdirp@~1.0.4:
46934693
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
46944694
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
46954695

4696-
monaco-editor-webpack-plugin@^5.0.0:
4697-
version "5.0.0"
4698-
resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-5.0.0.tgz#796c50fb4ce3f75f45bf18dfa3c31f85dc9a05da"
4699-
integrity sha512-KrUUTmMO3lDCNK4honZ6rrrKjOI7FFLeyCktPetIo5HlRqr5dfE6ewaA9qNLH96XY7CekE3Z+v/+I6ufAs3ObA==
4696+
monaco-editor-webpack-plugin@4:
4697+
version "4.2.0"
4698+
resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.2.0.tgz#2be76cde9cca7bd8c3418503625990f86886927b"
4699+
integrity sha512-/P3sFiEgBl+Y50he4mbknMhbLJVop5gBUZiPS86SuHUDOOnQiQ5rL1jU5lwt1XKAwMEkhwZbUwqaHxTPkb1Utw==
47004700
dependencies:
47014701
loader-utils "^2.0.0"
47024702

4703-
monaco-editor@^0.27.0:
4703+
monaco-editor@0.27.0, monaco-editor@^0.27.0:
47044704
version "0.27.0"
47054705
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.27.0.tgz#4b69108bb1dc1f60174c5dcdf51bc5306ab5ba26"
47064706
integrity sha512-UhwP78Wb8w0ZSYoKXQNTV/0CHObp6NS3nCt51QfKE6sKyBo5PBsvuDOHoI2ooBakc6uIwByRLHVeT7+yXQe2fQ==
47074707

4708-
monaco-editor@^0.29.0:
4709-
version "0.29.1"
4710-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.29.1.tgz#6ee93d8a5320704d48fd7058204deed72429c020"
4711-
integrity sha512-rguaEG/zrPQSaKzQB7IfX/PpNa0qxF1FY8ZXRkN4WIl8qZdTQRSRJCtRto7IMcSgrU6H53RXI+fTcywOBC4aVw==
4712-
47134708
47144709
version "2.0.0"
47154710
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

0 commit comments

Comments
 (0)