Skip to content

Commit 211b5e4

Browse files
fix(deps): update dependency monaco-editor to ^0.28.0 (#682)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2602a79 commit 211b5e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/format-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"vue": "^3.1.0",
1616
"source-map": "^0.6.1",
17-
"monaco-editor": "^0.27.0"
17+
"monaco-editor": "^0.28.0"
1818
},
1919
"devDependencies": {
2020
"@vitejs/plugin-vue": "^1.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7899,10 +7899,10 @@ modify-values@^1.0.0:
78997899
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
79007900
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
79017901

7902-
monaco-editor@^0.27.0:
7903-
version "0.27.0"
7904-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.27.0.tgz#4b69108bb1dc1f60174c5dcdf51bc5306ab5ba26"
7905-
integrity sha512-UhwP78Wb8w0ZSYoKXQNTV/0CHObp6NS3nCt51QfKE6sKyBo5PBsvuDOHoI2ooBakc6uIwByRLHVeT7+yXQe2fQ==
7902+
monaco-editor@^0.28.0:
7903+
version "0.28.0"
7904+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.28.0.tgz#eda159cf64d9ad96b60e78525d6f822aa943170c"
7905+
integrity sha512-Mo0Mn2rZubXqjiy8AUs/0hGnY2y3oc4UPAP2hgVqrMX0E5Np9aCCz+BeHKzkl4D3n6xeR7mB4JuvOumD5kwC/A==
79067906

79077907
mount-point@^3.0.0:
79087908
version "3.0.0"

0 commit comments

Comments
 (0)