This commit is contained in:
github-actions
2023-01-09 22:34:08 +00:00
parent 3078914d17
commit 2c3cb933a3
7 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageservice",
"version": "0.1.73",
"version": "0.1.74",
"description": "Language service for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -38,8 +38,8 @@
"prettier-fix": "prettier --write ."
},
"dependencies": {
"@github/actions-expressions": "*",
"@github/actions-workflow-parser": "*",
"@github/actions-expressions": "^0.1.74",
"@github/actions-workflow-parser": "^0.1.74",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"yaml": "^2.1.1"