This commit is contained in:
github-actions
2023-03-08 17:21:35 +00:00
parent e3973298fa
commit 563a23d4eb
7 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageservice",
"version": "0.1.159",
"version": "0.1.160",
"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.159",
"@github/actions-workflow-parser": "^0.1.159",
"@github/actions-expressions": "^0.1.160",
"@github/actions-workflow-parser": "^0.1.160",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"yaml": "^2.1.1"