This commit is contained in:
github-actions
2023-03-07 20:57:46 +00:00
parent 3fcb42afc7
commit 710386eb33
7 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageserver",
"version": "0.1.157",
"version": "0.1.158",
"description": "Language server for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -38,8 +38,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-languageservice": "^0.1.157",
"@github/actions-workflow-parser": "^0.1.157",
"@github/actions-languageservice": "^0.1.158",
"@github/actions-workflow-parser": "^0.1.158",
"@octokit/rest": "^19.0.7",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",