Skip to content

Commit

Permalink
fix(deps): update dependency monaco-editor to ^0.28.0 (intlify#682)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 22, 2021
1 parent 2602a79 commit 211b5e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/format-explorer/package.json
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"vue": "^3.1.0",
"source-map": "^0.6.1",
"monaco-editor": "^0.27.0"
"monaco-editor": "^0.28.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7899,10 +7899,10 @@ modify-values@^1.0.0:
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==

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.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.28.0.tgz#eda159cf64d9ad96b60e78525d6f822aa943170c"
integrity sha512-Mo0Mn2rZubXqjiy8AUs/0hGnY2y3oc4UPAP2hgVqrMX0E5Np9aCCz+BeHKzkl4D3n6xeR7mB4JuvOumD5kwC/A==

mount-point@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 211b5e4

Please sign in to comment.