chore: bump @monaco-editor/react from 4.5.0 to 4.6.0 in /site (#10465)

Bumps [@monaco-editor/react](https://github.com/suren-atoyan/monaco-react) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/suren-atoyan/monaco-react/releases)
- [Changelog](https://github.com/suren-atoyan/monaco-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/suren-atoyan/monaco-react/compare/v4.5.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-11-01 10:28:04 -04:00
committed by GitHub
parent 59c7c340a3
commit ec7d7595ff
2 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@
"@fastly/performance-observer-polyfill": "2.0.0",
"@fontsource/ibm-plex-mono": "5.0.5",
"@fontsource/inter": "5.0.2",
"@monaco-editor/react": "4.5.0",
"@monaco-editor/react": "4.6.0",
"@mui/icons-material": "5.14.0",
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "5.14.0",

14
site/pnpm-lock.yaml generated
View File

@ -34,8 +34,8 @@ dependencies:
specifier: 5.0.2
version: 5.0.2
'@monaco-editor/react':
specifier: 4.5.0
version: 4.5.0(monaco-editor@0.43.0)(react-dom@18.2.0)(react@18.2.0)
specifier: 4.6.0
version: 4.6.0(monaco-editor@0.43.0)(react-dom@18.2.0)(react@18.2.0)
'@mui/icons-material':
specifier: 5.14.0
version: 5.14.0(@mui/material@5.14.0)(@types/react@18.2.6)(react@18.2.0)
@ -3148,8 +3148,8 @@ packages:
react: 18.2.0
dev: true
/@monaco-editor/loader@1.3.3(monaco-editor@0.43.0):
resolution: {integrity: sha512-6KKF4CTzcJiS8BJwtxtfyYt9shBiEv32ateQ9T4UVogwn4HM/uPo9iJd2Dmbkpz8CM6Y0PDUpjnZzCwC+eYo2Q==}
/@monaco-editor/loader@1.4.0(monaco-editor@0.43.0):
resolution: {integrity: sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==}
peerDependencies:
monaco-editor: '>= 0.21.0 < 1'
dependencies:
@ -3157,14 +3157,14 @@ packages:
state-local: 1.0.7
dev: false
/@monaco-editor/react@4.5.0(monaco-editor@0.43.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-VJMkp5Fe1+w8pLEq8tZPHZKu8zDXQIA1FtiDTSNccg1D3wg1YIZaH2es2Qpvop1k62g3c/YySRb3bnGXu2XwYQ==}
/@monaco-editor/react@4.6.0(monaco-editor@0.43.0)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==}
peerDependencies:
monaco-editor: '>= 0.25.0 < 1'
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
'@monaco-editor/loader': 1.3.3(monaco-editor@0.43.0)
'@monaco-editor/loader': 1.4.0(monaco-editor@0.43.0)
monaco-editor: 0.43.0
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)