Skip to content

Commit fcde6dc

Browse files
committed
Upgrade monaco-editor to 0.36, react-monaco-editor to 0.52
1 parent b4461b4 commit fcde6dc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ui/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"history": "^5.3.0",
1212
"isomorphic-fetch": "^3.0.0",
1313
"lodash-es": "^4.17.21",
14-
"monaco-editor": "^0.34.1",
14+
"monaco-editor": "^0.36.1",
1515
"prismjs": "^1.6.0",
1616
"qs": "^6.4.0",
1717
"react": "^18.2.0",
1818
"react-copy-to-clipboard": "^5.0.1",
1919
"react-dom": "^18.2.0",
20-
"react-monaco-editor": "^0.50.1",
20+
"react-monaco-editor": "^0.52.0",
2121
"react-popper": "^2.0.0",
2222
"react-portal": "^4.1.4",
2323
"react-prism": "^4.0.0",

ui/frontend/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4588,10 +4588,10 @@ monaco-editor-webpack-plugin@^7.0.1:
45884588
dependencies:
45894589
loader-utils "^2.0.2"
45904590

4591-
monaco-editor@^0.34.1:
4592-
version "0.34.1"
4593-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.34.1.tgz#1b75c4ad6bc4c1f9da656d740d98e0b850a22f87"
4594-
integrity sha512-FKc80TyiMaruhJKKPz5SpJPIjL+dflGvz4CpuThaPMc94AyN7SeC9HQ8hrvaxX7EyHdJcUY5i4D0gNyJj1vSZQ==
4591+
monaco-editor@^0.36.1:
4592+
version "0.36.1"
4593+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.36.1.tgz#aad528c815605307473a1634612946921d8079b5"
4594+
integrity sha512-/CaclMHKQ3A6rnzBzOADfwdSJ25BFoFT0Emxsc4zYVyav5SkK9iA6lEtIeuN/oRYbwPgviJT+t3l+sjFa28jYg==
45954595

45964596
ms@2.1.2:
45974597
version "2.1.2"
@@ -5156,10 +5156,10 @@ react-is@^18.0.0:
51565156
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
51575157
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
51585158

5159-
react-monaco-editor@^0.50.1:
5160-
version "0.50.1"
5161-
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.50.1.tgz#3b68ce03e4b316f435b9bcd8ec13ffd4c050c605"
5162-
integrity sha512-qvYdJhQdkPIrPDMxCrEl0T2x9TfBB+aUbrpFv69FwoTybeyfAjxgJ219MYSsgn3c/g06BgyLX4ENrXM4niZ9ag==
5159+
react-monaco-editor@^0.52.0:
5160+
version "0.52.0"
5161+
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.52.0.tgz#69a7c450a22830064d2fc1b446674b1b7da0f540"
5162+
integrity sha512-jhQSekf2JABbcpN45gKZlWfTS0QcBOZAbAWKGyfqy/KEcMXTwJpCOYGcn2Ur11SUUxWJUzhKjE2fx9BGBc5S8g==
51635163
dependencies:
51645164
prop-types "^15.8.1"
51655165

0 commit comments

Comments
 (0)