Skip to content

Commit

Permalink
Bump @monaco-editor/react from 4.5.1 to 4.5.2 in /src/client
Browse files Browse the repository at this point in the history
Bumps [@monaco-editor/react](https://github.com/suren-atoyan/monaco-react) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/suren-atoyan/monaco-react/releases)
- [Changelog](https://github.com/suren-atoyan/monaco-react/blob/master/CHANGELOG.md)
- [Commits](suren-atoyan/monaco-react@v4.5.1...v4.5.2)

---
updated-dependencies:
- dependency-name: "@monaco-editor/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent d81ec17 commit c67bd7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "prettier --check \"src/**/*.{js,jsx}\""
},
"dependencies": {
"@monaco-editor/react": "4.5.1",
"@monaco-editor/react": "4.5.2",
"lz-string": "1.4.4",
"notyf": "3.10.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions src/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,10 @@
dependencies:
state-local "^1.0.6"

"@monaco-editor/[email protected].1":
version "4.5.1"
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.5.1.tgz#fbc76c692aee9a33b9ab24ae0c5f219b8f002fdb"
integrity sha512-NNDFdP+2HojtNhCkRfE6/D6ro6pBNihaOzMbGK84lNWzRu+CfBjwzGt4jmnqimLuqp5yE5viHS2vi+QOAnD5FQ==
"@monaco-editor/[email protected].2":
version "4.5.2"
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.5.2.tgz#e8cc802203f729b423a998ea6fcb466604d61258"
integrity sha512-emcWu6vg1OpXPiYll4aPOaXe8bwYB4UaaNTwtArFLgMoNGBzRZb2Xn0Bra2HMIFM7QLgs7fCGunHO5LkfT2LBA==
dependencies:
"@monaco-editor/loader" "^1.3.3"

Expand Down

0 comments on commit c67bd7f

Please sign in to comment.