Merge branch 'main' into inlayhints-support

pull/2748/head
Wenlu Wang 2021-08-13 16:05:36 +08:00
commit 39c9674e1d
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "monaco-typescript",
"version": "4.5.0",
"version": "4.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -237,9 +237,9 @@
}
},
"monaco-editor-core": {
"version": "0.25.0",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.25.0.tgz",
"integrity": "sha512-PcaM+wCw2UggfECbBd/v5LDX5JtG/NS/9VAVYZj+azI2geoy6ohEpISPTJYiWRhk9yu8LxPDG6/NJXguzG2Bxg==",
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.26.0.tgz",
"integrity": "sha512-qtZQdVUk2HeE2IMBTfBV+UNT1vNWEJ2nenfsi9pQSN/HWrUNAcpsVtaPjklUwjxw/QfuziG+h/QkL1L91S8tfg==",
"dev": true
},
"monaco-languages": {

View File

@ -1,6 +1,6 @@
{
"name": "monaco-typescript",
"version": "4.5.0",
"version": "4.6.0",
"description": "TypeScript and JavaScript language support for Monaco Editor",
"scripts": {
"compile-amd": "mcopy ./src/lib/typescriptServices-amd.js ./out/amd/lib/typescriptServices.js && tsc -p ./src/tsconfig.json",
@ -25,7 +25,7 @@
"devDependencies": {
"@typescript/vfs": "^1.3.4",
"husky": "^5.1.3",
"monaco-editor-core": "0.25.0",
"monaco-editor-core": "0.26.0",
"monaco-languages": "^2.4.0",
"monaco-plugin-helpers": "^1.0.3",
"prettier": "^2.2.1",