Bump @types/vscode from 1.55.0 to 1.56.0 (#241)

* Bump @types/vscode from 1.55.0 to 1.56.0

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.55.0 to 1.56.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

Signed-off-by: dependabot[bot] <support@github.com>

* Updated packages for vscode 1.56

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2021-05-09 23:14:03 +10:00 коммит произвёл GitHub
Родитель b8fcd8b973
Коммит ffe2232bd0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 581 добавлений и 521 удалений

Просмотреть файл

@ -13,6 +13,9 @@ Continue reading to see the changes included in the latest version.
## Unreleased
- Engineering:
- Bump vscode engine to v1.55.0. [#241](https://github.com/microsoft/PSRule-vscode/pull/241)
## v1.0.0
What's changed since v0.18.0:

1085
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -8,7 +8,7 @@
"name": "Bernie White"
},
"engines": {
"vscode": "^1.55.0"
"vscode": "^1.56.0"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/Microsoft/PSRule-vscode/blob/main/README.md",
@ -130,16 +130,16 @@
"@types/glob": "^7.1.3",
"@types/mocha": "^8.2.2",
"@types/node": "~15.0.2",
"@types/vscode": "1.55.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"esbuild": "^0.11.19",
"eslint": "^6.8.0",
"@types/vscode": "1.56.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"esbuild": "^0.11.20",
"eslint": "^7.26.0",
"glob": "^7.1.7",
"lodash": ">=4.17.21",
"markdown-it": "^12.0.6",
"minimist": ">=1.2.5",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"typescript": "^4.2.4",
"vsce": "^1.88.0",
"vscode-test": "^1.5.2"