Skip to content

Commit

Permalink
v26.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 5, 2020
1 parent 9d977bc commit 8a70bc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "26.5.0",
"version": "26.5.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "26.5.0",
"version": "26.5.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -24,7 +24,7 @@
"jest-each": "^26.5.0",
"jest-matcher-utils": "^26.5.0",
"jest-message-util": "^26.5.0",
"jest-runner": "^26.5.0",
"jest-runner": "^26.5.1",
"jest-runtime": "^26.5.0",
"jest-snapshot": "^26.5.0",
"jest-util": "^26.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "26.5.0",
"version": "26.5.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/source-map-support": "^0.5.0",
"jest-circus": "^26.5.0"
"jest-circus": "^26.5.1"
},
"engines": {
"node": ">= 10.14.2"
Expand Down

0 comments on commit 8a70bc2

Please sign in to comment.