Skip to content

Commit

Permalink
update @monaco-editor/loader to the latest version (v1.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Apr 2, 2023
1 parent a2e6709 commit 085a36d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
}
},
"dependencies": {
"@monaco-editor/loader": "^1.3.2"
"@monaco-editor/loader": "^1.3.3"
}
}
2 changes: 1 addition & 1 deletion src/DiffEditor/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Object {
</section>
</div>
<script
src="https://cdn.jsdelivr.net/npm/monaco-editor@0.33.0/min/vs/loader.js"
src="https://cdn.jsdelivr.net/npm/monaco-editor@0.36.1/min/vs/loader.js"
/>
</body>,
"container": <div>
Expand Down
2 changes: 1 addition & 1 deletion src/Editor/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Object {
</section>
</div>
<script
src="https://cdn.jsdelivr.net/npm/monaco-editor@0.33.0/min/vs/loader.js"
src="https://cdn.jsdelivr.net/npm/monaco-editor@0.36.1/min/vs/loader.js"
/>
</body>,
"container": <div>
Expand Down

0 comments on commit 085a36d

Please sign in to comment.