Skip to content

Commit

Permalink
[Playground dependencies]: Bump the dependencies-prod group
Browse files Browse the repository at this point in the history
Bumps the dependencies-prod group in /playground with 1 update: [monaco-editor](https://github.com/microsoft/monaco-editor).


Updates `monaco-editor` from 0.46.0 to 0.47.0
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: monaco-editor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-prod
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and elchininet committed Mar 10, 2024
1 parent 4b566d3 commit fe4bf31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "ElChiniNet",
"license": "Apache-2.0",
"dependencies": {
"monaco-editor": "^0.46.0",
"monaco-editor": "^0.47.0",
"postcss": "^8.4.31",
"postcss-rtlcss": "^5.1.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5209,10 +5209,10 @@ monaco-editor-webpack-plugin@^7.1.0:
dependencies:
loader-utils "^2.0.2"

monaco-editor@^0.46.0:
version "0.46.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.46.0.tgz#013e453fd2408997e4fe0bf67b36a80a24bc7bcc"
integrity sha512-ADwtLIIww+9FKybWscd7OCfm9odsFYHImBRI1v9AviGce55QY8raT+9ihH8jX/E/e6QVSGM+pKj4jSUSRmALNQ==
monaco-editor@^0.47.0:
version "0.47.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.47.0.tgz#39865d67e0c9fb8c6b49e760bf9caf6a6650d28e"
integrity sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==

ms@2.0.0:
version "2.0.0"
Expand Down

0 comments on commit fe4bf31

Please sign in to comment.