Skip to content

Commit b1dfc08

Browse files
fix(deps): update dependency monaco-editor to ^0.27.0 (#632)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 15d469e commit b1dfc08

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.26.0"
17+
"monaco-editor": "^0.27.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
@@ -7880,10 +7880,10 @@ modify-values@^1.0.0:
78807880
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
78817881
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
78827882

7883-
monaco-editor@^0.26.0:
7884-
version "0.26.1"
7885-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.26.1.tgz#62bb5f658bc95379f8abb64b147632bd1c019d73"
7886-
integrity sha512-mm45nUrBDk0DgZKgbD7+bhDOtcAFNGPJJRAdS6Su1kTGl6XEgC7U3xOmDUW/0RrLf+jlvCGaqLvD4p2VjwuwwQ==
7883+
monaco-editor@^0.27.0:
7884+
version "0.27.0"
7885+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.27.0.tgz#4b69108bb1dc1f60174c5dcdf51bc5306ab5ba26"
7886+
integrity sha512-UhwP78Wb8w0ZSYoKXQNTV/0CHObp6NS3nCt51QfKE6sKyBo5PBsvuDOHoI2ooBakc6uIwByRLHVeT7+yXQe2fQ==
78877887

78887888
mount-point@^3.0.0:
78897889
version "3.0.0"

0 commit comments

Comments
 (0)