Bump @types/vscode from 1.53.0 to 1.54.0 (#193)

* Bump @types/vscode from 1.53.0 to 1.54.0

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.53.0 to 1.54.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 vscode engine

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-03-08 16:27:05 +10:00 коммит произвёл GitHub
Родитель 280091fe41
Коммит 0197dbd4f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 10 добавлений и 10 удалений

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

@ -3,7 +3,7 @@
## Unreleased
- Engineering:
- Bump vscode engine to v1.53.0.
- Bump vscode engine to v1.54.0. [#193](https://github.com/microsoft/PSRule-vscode/pull/193)
## v0.17.0

12
package-lock.json сгенерированный
Просмотреть файл

@ -55,15 +55,15 @@
"dev": true
},
"@types/node": {
"version": "14.14.31",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.31.tgz",
"integrity": "sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==",
"version": "14.14.32",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.32.tgz",
"integrity": "sha512-/Ctrftx/zp4m8JOujM5ZhwzlWLx22nbQJiVqz8/zE15gOeEW+uly3FSX4fGFpcfEvFzXcMCJwq9lGVWgyARXhg==",
"dev": true
},
"@types/vscode": {
"version": "1.53.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.53.0.tgz",
"integrity": "sha512-XjFWbSPOM0EKIT2XhhYm3D3cx3nn3lshMUcWNy1eqefk+oqRuBq8unVb6BYIZqXy9lQZyeUl7eaBCOZWv+LcXQ==",
"version": "1.54.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.54.0.tgz",
"integrity": "sha512-sHHw9HG4bTrnKhLGgmEiOS88OLO/2RQytUN4COX9Djv81zc0FSZsSiYaVyjNidDzUSpXsySKBkZ31lk2/FbdCg==",
"dev": true
},
"@typescript-eslint/eslint-plugin": {

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

@ -8,7 +8,7 @@
"name": "Bernie White"
},
"engines": {
"vscode": "^1.53.0"
"vscode": "^1.54.0"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/Microsoft/PSRule-vscode/blob/main/README.md",
@ -119,8 +119,8 @@
"redhat.vscode-yaml"
],
"devDependencies": {
"@types/node": "~14.14.31",
"@types/vscode": "1.53.0",
"@types/node": "~14.14.32",
"@types/vscode": "1.54.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",