* updated package.json dependabot updates

* updated changelog

* updated vscode engine
This commit is contained in:
Vic Perdana 2022-05-06 12:03:54 +10:00 коммит произвёл GitHub
Родитель 1874ea69ef
Коммит a7002a8207
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 13 добавлений и 6 удалений

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

@ -13,6 +13,13 @@ Continue reading to see the changes included in the latest version.
- Updated development dependencies to latest versions.
- Updated CI pipeline to use PowerShell 5.1 on Windows 2019.
- May 2022 Engineering
- eslint-plugin 5.22.0
- parser 5.22.0
- eslint 8.14.0
- esbuild 0.14.38
- vscode 1.66.0
## v0.2.0
- Added dependabot alerts

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

@ -8,7 +8,7 @@
},
"version": "0.0.1",
"engines": {
"vscode": "^1.65.0"
"vscode": "^1.66.0"
},
"license": "SEE LICENSE IN LICENSE",
"categories": [
@ -73,14 +73,14 @@
"msazurermtools.azurerm-vscode-tools"
],
"devDependencies": {
"@types/vscode": "^1.65.0",
"@types/vscode": "^1.66.0",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"eslint": "^8.12.0",
"esbuild": "^0.14.28",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.14.0",
"esbuild": "^0.14.38",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"glob": "^7.2.0",
"mocha": "^9.2.2",
"typescript": "^4.6.3",