updated package versions
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Failing after 34s
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Failing after 34s
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
|||||||
if: steps.tag_check.outputs.tag_exists == 'false'
|
if: steps.tag_check.outputs.tag_exists == 'false'
|
||||||
run: |
|
run: |
|
||||||
cd dutchies-dcs-scripting-tools
|
cd dutchies-dcs-scripting-tools
|
||||||
npx vsce package -o ../dutchies-dcs-scripting-tools.vsix
|
npx @vscode/vsce package -o ../dutchies-dcs-scripting-tools.vsix
|
||||||
|
|
||||||
- name: Create tag and release
|
- name: Create tag and release
|
||||||
if: steps.tag_check.outputs.tag_exists == 'false'
|
if: steps.tag_check.outputs.tag_exists == 'false'
|
||||||
|
|||||||
@@ -124,15 +124,15 @@
|
|||||||
"test": "vscode-test"
|
"test": "vscode-test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/vscode": "^1.108.1",
|
"@types/vscode": "1.136.0",
|
||||||
"@types/mocha": "^10.0.10",
|
"@types/mocha": "10.0.10",
|
||||||
"@types/node": "22.x",
|
"@types/node": "26.4.1",
|
||||||
"typescript-eslint": "^8.52.0",
|
"typescript-eslint": "8.70.0",
|
||||||
"eslint": "^9.39.2",
|
"eslint": "10.9.1",
|
||||||
"esbuild": "^0.27.2",
|
"esbuild": "0.27.7",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "5.9.3",
|
||||||
"@vscode/test-cli": "^0.0.12",
|
"@vscode/test-cli": "0.0.15",
|
||||||
"@vscode/test-electron": "^2.5.2"
|
"@vscode/test-electron": "2.5.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user