This commit is contained in:
github-actions
2023-01-24 23:50:20 +00:00
parent 8d646fdc25
commit 05d65b6c23
7 changed files with 30 additions and 30 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageserver",
"version": "0.1.96",
"version": "0.1.97",
"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.96",
"@github/actions-workflow-parser": "^0.1.96",
"@github/actions-languageservice": "^0.1.97",
"@github/actions-workflow-parser": "^0.1.97",
"@octokit/rest": "^19.0.5",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",