Skip to content

Commit ad719cb

Browse files
authored
fix dashed-arg and prepare for v6.0.1 release (#1054)
1 parent bd8a8e8 commit ad719cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-jest",
33
"displayName": "Jest",
44
"description": "Use Facebook's Jest With Pleasure.",
5-
"version": "6.0.0",
5+
"version": "6.0.1",
66
"publisher": "Orta",
77
"engines": {
88
"vscode": "^1.68.1"
@@ -525,7 +525,7 @@
525525
"dependencies": {
526526
"istanbul-lib-coverage": "^3.2.0",
527527
"istanbul-lib-source-maps": "^4.0.1",
528-
"jest-editor-support": "^31.1.0"
528+
"jest-editor-support": "^31.1.1"
529529
},
530530
"devDependencies": {
531531
"@types/istanbul-lib-coverage": "^2.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,10 +2344,10 @@ jest-each@^29.3.1:
23442344
jest-util "^29.3.1"
23452345
pretty-format "^29.3.1"
23462346

2347-
jest-editor-support@^31.1.0:
2348-
version "31.1.0"
2349-
resolved "https://registry.yarnpkg.com/jest-editor-support/-/jest-editor-support-31.1.0.tgz#087a8954d465288f3c544c75feb223f4bc31cea5"
2350-
integrity sha512-CGDZh5gO4NRthr6ocmD13pkuSDqZ03Cq+f6UuvwELoNN7p7rkZrEwjPZ/ysMDWoEzRtlTFZ+7sYmfE4kuyhIhQ==
2347+
jest-editor-support@^31.1.1:
2348+
version "31.1.1"
2349+
resolved "https://registry.yarnpkg.com/jest-editor-support/-/jest-editor-support-31.1.1.tgz#46fa8280e6484a2695a6c7c882852e3821100181"
2350+
integrity sha512-bCKpKWAMLhjK7QDX9geBDzfyvZacl937hnT3Z+yfERBx8bB7yZg2uhvCBErqO51Ie+wgg42Ffo8rn+Nhdr2hHQ==
23512351
dependencies:
23522352
"@babel/parser" "^7.20.7"
23532353
"@babel/runtime" "^7.20.7"

0 commit comments

Comments
 (0)