Skip to content

Commit

Permalink
chore(deps-dev): bump monaco-editor from 0.47.0 to 0.49.0
Browse files Browse the repository at this point in the history
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.47.0 to 0.49.0.
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.47.0...v0.49.0)

---
updated-dependencies:
- dependency-name: monaco-editor
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 9946634 commit e45181e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nodecg-io-core/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"watch": "npm run -- --watch"
},
"devDependencies": {
"monaco-editor": "^0.47.0",
"monaco-editor": "^0.49.0",
"nodecg-io-esbuild": "^1.0.0",
"@nodecg/types": "^2.1.12",
"typescript": "^5.4.3"
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/nodecg-io-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^20.12.2",
"monaco-editor": "^0.47.0",
"monaco-editor": "^0.49.0",
"nodecg-io-esbuild": "^1.0.0",
"nodecg-io-tsconfig": "^1.0.0",
"@nodecg/types": "^2.1.12",
Expand Down

0 comments on commit e45181e

Please sign in to comment.