Skip to content

Commit c82692d

Browse files
update test-electron (#185)
1 parent cd4dbdf commit c82692d

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@
132132
},
133133
"port": {
134134
"description": "Port to connect to.",
135-
"type": ["number", "string"]
135+
"type": [
136+
"number",
137+
"string"
138+
]
136139
}
137140
},
138141
"required": [
@@ -173,7 +176,10 @@
173176
},
174177
"port": {
175178
"description": "Port to listen on.",
176-
"type": ["number", "string"]
179+
"type": [
180+
"number",
181+
"string"
182+
]
177183
}
178184
},
179185
"required": [
@@ -500,7 +506,7 @@
500506
"@types/vscode": "^1.78.0",
501507
"@typescript-eslint/eslint-plugin": "^5.31.0",
502508
"@typescript-eslint/parser": "^5.62.0",
503-
"@vscode/test-electron": "^2.1.5",
509+
"@vscode/test-electron": "^2.3.9",
504510
"@vscode/vsce": "^2.19.0",
505511
"chai": "^4.3.7",
506512
"chai-as-promised": "^7.1.1",

0 commit comments

Comments
 (0)