update html & json
parent
9f6ee398d6
commit
4a39951383
|
@ -1,5 +1,8 @@
|
|||
# Monaco Editor Changelog
|
||||
|
||||
## [0.16.2] (19.03.2018)
|
||||
* Fixes for HTML and JSON (https://github.com/Microsoft/monaco-editor/issues/1367, https://github.com/Microsoft/monaco-editor/issues/1254)
|
||||
|
||||
## [0.16.1] (14.03.2018)
|
||||
* Fixes issue with context menu (https://github.com/Microsoft/monaco-editor/issues/1357)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Type definitions for monaco-editor v0.16.1
|
||||
* Type definitions for monaco-editor v0.16.2
|
||||
* Released under the MIT license
|
||||
*-----------------------------------------------------------*/
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -3102,15 +3102,15 @@
|
|||
"dev": true
|
||||
},
|
||||
"monaco-html": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/monaco-html/-/monaco-html-2.5.0.tgz",
|
||||
"integrity": "sha512-XPfxgoUooqJ14Zf/Xxr4lfskzzwZRhfwEGmNNeRYYfN6zC9VwBhGjAIx1OQbhtZuK/W3vmL5CLRlKQ+0NpjXJw==",
|
||||
"version": "2.5.1",
|
||||
"resolved": "https://registry.npmjs.org/monaco-html/-/monaco-html-2.5.1.tgz",
|
||||
"integrity": "sha512-cqq5m7yk+BCQJk4nzz3q5OIXrKoiRu5EAPhu17vPXIIklp+VYIMnlTYhBvA/WDzHi4qLJamCAZ3xuRSiCoIj2g==",
|
||||
"dev": true
|
||||
},
|
||||
"monaco-json": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-2.5.0.tgz",
|
||||
"integrity": "sha512-IBt9x29L6cZ4oBFq+9iIC1uPXe1LIeJ0GigosbeCfPx+jhoucQm+3yMMFprAUIer9b1+lB8q+a6ibEUm8VYktQ==",
|
||||
"version": "2.5.1",
|
||||
"resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-2.5.1.tgz",
|
||||
"integrity": "sha512-ceOjp5qf054EAVSzGSRHPnggogAwTkyKqivlwwXM7u383l7p4x4/AmkIQb63oUW+zbLEZMXTRFrCgmIBePZwFA==",
|
||||
"dev": true
|
||||
},
|
||||
"monaco-languages": {
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
"http-server": "^0.11.1",
|
||||
"monaco-css": "2.5.0",
|
||||
"monaco-editor-core": "0.16.1",
|
||||
"monaco-html": "2.5.0",
|
||||
"monaco-json": "2.5.0",
|
||||
"monaco-html": "2.5.1",
|
||||
"monaco-json": "2.5.1",
|
||||
"monaco-languages": "1.7.0",
|
||||
"monaco-typescript": "3.4.1",
|
||||
"rimraf": "^2.6.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Type definitions for monaco-editor v0.16.1
|
||||
* Type definitions for monaco-editor v0.16.2
|
||||
* Released under the MIT license
|
||||
*-----------------------------------------------------------*/
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue