This commit is contained in:
github-actions
2023-03-20 21:08:38 +00:00
parent a981042727
commit 9aa0f1db42
7 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageserver",
"version": "0.1.177",
"version": "0.1.178",
"description": "Language server for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -40,8 +40,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-languageservice": "^0.1.177",
"@github/actions-workflow-parser": "^0.1.177",
"@github/actions-languageservice": "^0.1.178",
"@github/actions-workflow-parser": "^0.1.178",
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.0.0",
"vscode-languageserver": "^8.0.2",