This commit is contained in:
github-actions
2022-12-15 15:59:35 +00:00
parent 7954f29f0c
commit f2b241a447
5 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageservice",
"version": "0.1.57",
"version": "0.1.58",
"description": "Language service for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -38,8 +38,8 @@
"prettier-fix": "prettier --write ."
},
"dependencies": {
"@github/actions-workflow-parser": "*",
"@github/actions-expressions": "*",
"@github/actions-workflow-parser": "*",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"yaml": "^2.1.1"
@@ -59,4 +59,4 @@
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}
}