This commit is contained in:
github-actions
2023-03-17 16:22:25 +00:00
parent e8c00b5248
commit a8a68a8028
7 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageserver",
"version": "0.1.174",
"version": "0.1.175",
"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.174",
"@github/actions-workflow-parser": "^0.1.174",
"@github/actions-languageservice": "^0.1.175",
"@github/actions-workflow-parser": "^0.1.175",
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.0.0",
"vscode-languageserver": "^8.0.2",