This commit is contained in:
github-actions
2023-02-18 00:13:23 +00:00
parent 6591837bc6
commit e6cd692ec0
7 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageservice",
"version": "0.1.146",
"version": "0.1.147",
"description": "Language service for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -39,8 +39,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-expressions": "^0.1.146",
"@github/actions-workflow-parser": "^0.1.146",
"@github/actions-expressions": "^0.1.147",
"@github/actions-workflow-parser": "^0.1.147",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"yaml": "^2.1.1"