update html & json

This commit is contained in:
Martin Aeschlimann 2019-03-19 15:20:51 +01:00
parent 9f6ee398d6
commit 4a39951383
5 changed files with 13 additions and 10 deletions

View file

@ -1,5 +1,8 @@
# Monaco Editor Changelog # 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) ## [0.16.1] (14.03.2018)
* Fixes issue with context menu (https://github.com/Microsoft/monaco-editor/issues/1357) * Fixes issue with context menu (https://github.com/Microsoft/monaco-editor/issues/1357)

2
monaco.d.ts vendored
View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------- /*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * 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 * Released under the MIT license
*-----------------------------------------------------------*/ *-----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------- /*---------------------------------------------------------------------------------------------

12
package-lock.json generated
View file

@ -3102,15 +3102,15 @@
"dev": true "dev": true
}, },
"monaco-html": { "monaco-html": {
"version": "2.5.0", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/monaco-html/-/monaco-html-2.5.0.tgz", "resolved": "https://registry.npmjs.org/monaco-html/-/monaco-html-2.5.1.tgz",
"integrity": "sha512-XPfxgoUooqJ14Zf/Xxr4lfskzzwZRhfwEGmNNeRYYfN6zC9VwBhGjAIx1OQbhtZuK/W3vmL5CLRlKQ+0NpjXJw==", "integrity": "sha512-cqq5m7yk+BCQJk4nzz3q5OIXrKoiRu5EAPhu17vPXIIklp+VYIMnlTYhBvA/WDzHi4qLJamCAZ3xuRSiCoIj2g==",
"dev": true "dev": true
}, },
"monaco-json": { "monaco-json": {
"version": "2.5.0", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-2.5.0.tgz", "resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-2.5.1.tgz",
"integrity": "sha512-IBt9x29L6cZ4oBFq+9iIC1uPXe1LIeJ0GigosbeCfPx+jhoucQm+3yMMFprAUIer9b1+lB8q+a6ibEUm8VYktQ==", "integrity": "sha512-ceOjp5qf054EAVSzGSRHPnggogAwTkyKqivlwwXM7u383l7p4x4/AmkIQb63oUW+zbLEZMXTRFrCgmIBePZwFA==",
"dev": true "dev": true
}, },
"monaco-languages": { "monaco-languages": {

View file

@ -25,8 +25,8 @@
"http-server": "^0.11.1", "http-server": "^0.11.1",
"monaco-css": "2.5.0", "monaco-css": "2.5.0",
"monaco-editor-core": "0.16.1", "monaco-editor-core": "0.16.1",
"monaco-html": "2.5.0", "monaco-html": "2.5.1",
"monaco-json": "2.5.0", "monaco-json": "2.5.1",
"monaco-languages": "1.7.0", "monaco-languages": "1.7.0",
"monaco-typescript": "3.4.1", "monaco-typescript": "3.4.1",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------- /*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * 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 * Released under the MIT license
*-----------------------------------------------------------*/ *-----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------- /*---------------------------------------------------------------------------------------------