Skip to content

Commit

Permalink
Monaco Editor version upgrade 0.17.1 -> 0.18.1. Fixed #126
Browse files Browse the repository at this point in the history
  • Loading branch information
atu1kr committed Oct 2, 2019
1 parent 069f4c8 commit f713425
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-monaco-editor",
"version": "8.0.0",
"version": "8.1.0",
"description": "Monaco Code Editor For Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@angular/platform-browser-dynamic": "~8.2.3",
"@angular/router": "~8.2.3",
"core-js": "^3.2.1",
"monaco-editor": "^0.17.1",
"monaco-editor": "^0.18.1",
"rxjs": "~6.5.2",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
Expand Down
5 changes: 3 additions & 2 deletions projects/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-monaco-editor",
"version": "8.0.0",
"version": "8.1.0",
"private": false,
"description": "Monaco Code Editor for Angular",
"keywords": [
Expand All @@ -16,7 +16,8 @@
"monaco-editor",
"code",
"editor",
"reusable"
"reusable",
"component"
],
"repository": {
"type": "git",
Expand Down

1 comment on commit f713425

@beeyingl
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your responsiveness

Please sign in to comment.