This commit is contained in:
github-actions
2023-01-10 00:12:40 +00:00
parent 695221622e
commit b02eaa37b2
7 changed files with 34 additions and 34 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageserver",
"version": "0.1.76",
"version": "0.1.77",
"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.76",
"@github/actions-workflow-parser": "^0.1.76",
"@github/actions-languageservice": "^0.1.77",
"@github/actions-workflow-parser": "^0.1.77",
"@octokit/rest": "^19.0.5",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",
@@ -60,4 +60,4 @@
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}
}