Skip to content

Commit

Permalink
upgrade react-monaco to 0.46
Browse files Browse the repository at this point in the history
In this version monaco-editor is used as peer dependency, so there would be
no duplicate dependency
  • Loading branch information
HKalbasi committed Nov 13, 2021
1 parent 5a8c95e commit f97f796
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"history": "^4.6.0",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.0",
"monaco-editor": "^0.27.0",
"monaco-editor": "^0.28.1",
"prismjs": "^1.6.0",
"qs": "^6.4.0",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^17.0.1",
"react-monaco-editor": "^0.45.0",
"react-monaco-editor": "^0.46.0",
"react-popper": "^2.0.0",
"react-portal": "^4.1.4",
"react-prism": "^4.0.0",
Expand Down
17 changes: 8 additions & 9 deletions ui/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4700,10 +4700,10 @@ monaco-editor-webpack-plugin@^4.0.0:
dependencies:
loader-utils "^2.0.0"

monaco-editor@^0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.27.0.tgz#4b69108bb1dc1f60174c5dcdf51bc5306ab5ba26"
integrity sha512-UhwP78Wb8w0ZSYoKXQNTV/0CHObp6NS3nCt51QfKE6sKyBo5PBsvuDOHoI2ooBakc6uIwByRLHVeT7+yXQe2fQ==
monaco-editor@^0.28.1:
version "0.28.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.28.1.tgz#732788ff2172d59e6d436b206da8cac715413940"
integrity sha512-P1vPqxB4B1ZFzTeR1ScggSp9/5NoQrLCq88fnlNUsuRAP1usEBN4TIpI2lw0AYIZNVIanHk0qwjze2uJwGOHUw==

ms@2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -5419,12 +5419,11 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-monaco-editor@^0.45.0:
version "0.45.0"
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.45.0.tgz#fa7eeaddc61c44865508d63c40930b4d67d49e98"
integrity sha512-QgAFXdXm5e9QRCnjFBt5fHqmUWL2qIMHZuZSLR6rU9E3Bbo2pQO7FSqgVmB5trc5U+hs7KdIWVoWIOzQvZMu3w==
react-monaco-editor@^0.46.0:
version "0.46.0"
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.46.0.tgz#ac97d5429cd8821d466f0e8e0536ea2a90bbc6d0"
integrity sha512-/GyQ0tQLbjHAuMUNRfKecBYN68o8TwA4fnwH9P+lHbF80ayMAo0PQ60joTQH6R6j839kMn6o9Kk/cbzOxK5DzA==
dependencies:
monaco-editor "^0.27.0"
prop-types "^15.7.2"

react-popper@^2.0.0:
Expand Down

0 comments on commit f97f796

Please sign in to comment.