Update dependencies and add v0.3.2 release to CHANGELOG.md (#329)

* Update devDependencies and dependencies in package.json

* Add v0.3.2 release to CHANGELOG.md
This commit is contained in:
Vic Perdana 2024-01-17 22:51:53 +11:00 коммит произвёл GitHub
Родитель 6d3816d613
Коммит f3368e3183
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 457 добавлений и 596 удалений

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

@ -8,6 +8,15 @@ Continue reading to see the changes included in the latest version.
## Unreleased
## v0.3.2
17 Jan 2024 Engineering updates
"@types/node": "^20.11.5"
"@types/vscode": "^1.85.0"
"esbuild": "^0.19.11"
"eslint": "^8.56.0"
"@vscode/vsce": "^2.22.0"
## v0.3.1
Jan 2024 Engineering updates
- "@types/vscode": "^1.85.0"

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

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

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

@ -73,18 +73,20 @@
"msazurermtools.azurerm-vscode-tools"
],
"devDependencies": {
"@types/vscode": "^1.85.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.4",
"eslint": "^8.56.0",
"esbuild": "^0.19.11",
"@types/node": "^20.11.5",
"@types/vscode": "^1.85.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"typescript": "^5.3.3",
"vsce": "^2.15.0",
"vscode-test": "^1.6.1"
},
"dependencies": {
"@vscode/vsce": "^2.22.0"
}
}