This is an automated email from the ASF dual-hosted git repository.
arosien pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 43cc4dc Upgrade test-electron dependency to fix nightly tests.
43cc4dc is described below
commit 43cc4dc57bf4b35e4815eba49c99b5d20605daad
Author: Adam Rosien <[email protected]>
AuthorDate: Wed Jan 17 16:35:40 2024 -0800
Upgrade test-electron dependency to fix nightly tests.
Fixes #855... perhaps.
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index a48a9cd..450f144 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"@types/vscode": "^1.67.2",
"@types/vscode-webview": "^1.57.3",
"@vscode/debugadapter-testsupport": "1.63.0",
- "@vscode/test-electron": "2.3.5",
+ "@vscode/test-electron": "2.3.8",
"@vscode/vsce": "2.22.0",
"chai": "^4.3.10",
"concurrently": "^8.2.2",
diff --git a/yarn.lock b/yarn.lock
index bc9f85e..a34ce00 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -402,10 +402,10 @@
resolved
"https://registry.yarnpkg.com/@vscode/debugprotocol/-/debugprotocol-1.63.0.tgz#f6d16c382765d2533e515939ac2857aa1ed7ba35"
integrity
sha512-7gewwv69pA7gcJUhtJsru5YN7E1AwwnlBrF5mJY4R/NGInOUqOYOWHlqQwG+4AXn0nXWbcn26MHgaGI9Q26SqA==
-"@vscode/[email protected]":
- version "2.3.5"
- resolved
"https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.5.tgz#c472c5bdce1329aeb4762b8aa7a2cbe7aa783aac"
- integrity
sha512-lAW7nQ0HuPqJnGJrtCzEKZCICtRizeP6qNanyCrjmdCOAAWjX3ixiG8RVPwqsYPQBWLPgYuE12qQlwXsOR/2fQ==
+"@vscode/[email protected]":
+ version "2.3.8"
+ resolved
"https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.8.tgz#06a7c50b38cfac0ede833905e088d55c61cd12d3"
+ integrity
sha512-b4aZZsBKtMGdDljAsOPObnAi7+VWIaYl3ylCz1jTs+oV6BZ4TNHcVNC3xUn0azPeszBmwSBDQYfFESIaUQnrOg==
dependencies:
http-proxy-agent "^4.0.1"
https-proxy-agent "^5.0.0"