Skip to content

Commit

Permalink
Upgrade to monaco-editor 0.16.1
Browse files Browse the repository at this point in the history
Fixes #667
  • Loading branch information
Zlatkovsky committed Mar 14, 2019
1 parent 98a2273 commit 621ac86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/package-versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const PACKAGE_VERSIONS = {
'monaco-editor': '0.16.0',
'monaco-editor': '0.16.1',
'@microsoft/office-js': '1.1.11-adhoc.28',
};

Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"js-yaml": "^3.12.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"monaco-editor": "^0.16.0",
"monaco-editor": "^0.16.1",
"normalizr": "^3.2.4",
"office-ui-fabric-react": "^6.114.0",
"query-string": "5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8916,10 +8916,10 @@ moment@2.22.2, moment@^2.22.2:
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
integrity sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=

monaco-editor@^0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.16.0.tgz#83538173c2427f62e0ea3e19a4864742ea457cd9"
integrity sha512-a0ZksW1C5gTXOOJR/guKwzYrLJkJtMqzPb/W81YFSFHwbZ/ecVWdNguUkuyUuchzeKJRwqcizgVx++G9wmfofQ==
monaco-editor@^0.16.1:
version "0.16.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.16.1.tgz#d3221c0a86a000fc3b495e76fa1220ba5779eef4"
integrity sha512-1X7BbmZQBHHuqRh+zAi2nmiPJX9DmZVALu6LlBCdj0YdO5jyQGq6/DseN5Q/27EagWnY7VPp7HESi1u58x92oA==

moo@^0.4.3:
version "0.4.3"
Expand Down

0 comments on commit 621ac86

Please # to comment.