Skip to content

Commit

Permalink
workflow:hotfix - Fixes publish process
Browse files Browse the repository at this point in the history
Was reported the follow error:
`@types/vscode 1.63.1 greater than engines.vscode ^1.51.0`.
Then I updated @types/vscode to `^1.51.0` and I updated
`engines.vscode ^1.51.0` to fix this.

Signed-off-by: Wilian Gabriel <[email protected]>
  • Loading branch information
wiliansilvazup committed Feb 23, 2022
1 parent e6515e1 commit ae3452e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/ZupIT/horusec-extensions/tree/master/horusec-vscode",
"icon": "resources/horus_icon.png",
"engines": {
"vscode": "^1.62.0",
"vscode": "^1.51.0",
"horusecCLI": "horuszup/horusec-cli:v2.7.1"
},
"categories": [
Expand Down Expand Up @@ -149,7 +149,7 @@
"@types/mocha": "9.0.0",
"@types/node": "16.11.18",
"@types/uuid": "8.3.3",
"@types/vscode": "1.63.1",
"@types/vscode": "^1.51.0",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"eslint": "8.6.0",
Expand Down

0 comments on commit ae3452e

Please sign in to comment.