Skip to content

Commit

Permalink
Merge 46e9cd5 into c61ee50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
2 parents c61ee50 + 46e9cd5 commit 4ab442f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/brick-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"copy-to-clipboard": "^3.3.3",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.0",
"monaco-editor": "^0.50.0",
"monaco-editor": "^0.51.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"webpack-dev-server": "^5.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco-contributions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
}
},
"devDependencies": {
"monaco-editor": "^0.50.0"
"monaco-editor": "^0.51.0"
},
"peerDependencies": {
"monaco-editor": ">= 0.50.0"
"monaco-editor": ">= 0.51.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9695,10 +9695,10 @@ monaco-editor-webpack-plugin@^7.1.0:
dependencies:
loader-utils "^2.0.2"

monaco-editor@^0.50.0:
version "0.50.0"
resolved "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.50.0.tgz#44e62b124c8aed224e1d310bbbe6ffd6d5122413"
integrity sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==
monaco-editor@^0.51.0:
version "0.51.0"
resolved "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.51.0.tgz#922a6103f6742b5a62fbb097276c5a6619d879db"
integrity sha512-xaGwVV1fq343cM7aOYB6lVE4Ugf0UyimdD/x5PWcWBMKENwectaEu77FAN7c5sFiyumqeJdX1RPTh1ocioyDjw==

ms@2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 4ab442f

Please sign in to comment.