Skip to content

Commit

Permalink
fix dashed-arg and prepare for v6.0.1 release (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Aug 13, 2023
1 parent bd8a8e8 commit ad719cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-jest",
"displayName": "Jest",
"description": "Use Facebook's Jest With Pleasure.",
"version": "6.0.0",
"version": "6.0.1",
"publisher": "Orta",
"engines": {
"vscode": "^1.68.1"
Expand Down Expand Up @@ -525,7 +525,7 @@
"dependencies": {
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-source-maps": "^4.0.1",
"jest-editor-support": "^31.1.0"
"jest-editor-support": "^31.1.1"
},
"devDependencies": {
"@types/istanbul-lib-coverage": "^2.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2344,10 +2344,10 @@ jest-each@^29.3.1:
jest-util "^29.3.1"
pretty-format "^29.3.1"

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

0 comments on commit ad719cb

Please sign in to comment.