Skip to content

Commit

Permalink
Release 22.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jimenez Esun committed Jan 9, 2018
1 parent 398a238 commit c074b03
Show file tree
Hide file tree
Showing 25 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"version": "22.0.4",
"version": "22.0.5",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "22.0.3",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,10 +10,10 @@
"browser": "build-es5/index.js",
"dependencies": {
"ansi-styles": "^3.2.0",
"jest-diff": "^22.0.3",
"jest-diff": "^22.0.5",
"jest-get-type": "^22.0.3",
"jest-matcher-utils": "^22.0.3",
"jest-matcher-utils": "^22.0.5",
"jest-message-util": "^22.0.3",
"jest-regex-util": "^22.0.3"
"jest-regex-util": "^22.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/jest-changed-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "22.0.3",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,13 +9,13 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^2.0.1",
"expect": "^22.0.3",
"jest-diff": "^22.0.3",
"jest-matcher-utils": "^22.0.3",
"expect": "^22.0.5",
"jest-diff": "^22.0.5",
"jest-matcher-utils": "^22.0.5",
"jest-message-util": "^22.0.3",
"jest-snapshot": "^22.0.3"
"jest-snapshot": "^22.0.5"
},
"devDependencies": {
"jest-runtime": "^22.0.4"
"jest-runtime": "^22.0.5"
}
}
20 changes: 10 additions & 10 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "22.0.4",
"version": "22.0.5",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -13,18 +13,18 @@
"istanbul-lib-coverage": "^1.1.1",
"istanbul-lib-instrument": "^1.8.0",
"istanbul-lib-source-maps": "^1.2.1",
"jest-changed-files": "^22.0.3",
"jest-config": "^22.0.4",
"jest-environment-jsdom": "^22.0.4",
"jest-changed-files": "^22.0.5",
"jest-config": "^22.0.5",
"jest-environment-jsdom": "^22.0.5",
"jest-get-type": "^22.0.3",
"jest-haste-map": "^22.0.3",
"jest-message-util": "^22.0.3",
"jest-regex-util": "^22.0.3",
"jest-resolve-dependencies": "^22.0.3",
"jest-runner": "^22.0.4",
"jest-runtime": "^22.0.4",
"jest-snapshot": "^22.0.3",
"jest-util": "^22.0.4",
"jest-regex-util": "^22.0.5",
"jest-resolve-dependencies": "^22.0.5",
"jest-runner": "^22.0.5",
"jest-runtime": "^22.0.5",
"jest-snapshot": "^22.0.5",
"jest-util": "^22.0.5",
"jest-worker": "^22.0.3",
"micromatch": "^2.3.11",
"node-notifier": "^5.1.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,14 +10,14 @@
"dependencies": {
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^22.0.4",
"jest-environment-node": "^22.0.4",
"jest-environment-jsdom": "^22.0.5",
"jest-environment-node": "^22.0.5",
"jest-get-type": "^22.0.3",
"jest-jasmine2": "^22.0.4",
"jest-regex-util": "^22.0.3",
"jest-jasmine2": "^22.0.5",
"jest-regex-util": "^22.0.5",
"jest-resolve": "^22.0.4",
"jest-util": "^22.0.4",
"jest-validate": "^22.0.3",
"pretty-format": "^22.0.3"
"jest-util": "^22.0.5",
"jest-validate": "^22.0.5",
"pretty-format": "^22.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/jest-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "22.0.3",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,6 +11,6 @@
"chalk": "^2.0.1",
"diff": "^3.2.0",
"jest-get-type": "^22.0.3",
"pretty-format": "^22.0.3"
"pretty-format": "^22.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/jest-editor-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-editor-support",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"babel-traverse": "^6.14.1",
"babylon": "^6.14.1",
"jest-snapshot": "^22.0.3"
"jest-snapshot": "^22.0.5"
},
"typings": "index.d.ts"
}
6 changes: 3 additions & 3 deletions packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "jest-environment-jsdom",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^22.0.3",
"jest-util": "^22.0.4",
"jest-mock": "^22.0.5",
"jest-util": "^22.0.5",
"jsdom": "^11.5.1"
}
}
6 changes: 3 additions & 3 deletions packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-environment-node",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^22.0.3",
"jest-util": "^22.0.4"
"jest-mock": "^22.0.5",
"jest-util": "^22.0.5"
}
}
12 changes: 6 additions & 6 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,16 +11,16 @@
"callsites": "^2.0.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^22.0.3",
"expect": "^22.0.5",
"graceful-fs": "^4.1.11",
"is-generator-fn": "^1.0.0",
"jest-diff": "^22.0.3",
"jest-matcher-utils": "^22.0.3",
"jest-diff": "^22.0.5",
"jest-matcher-utils": "^22.0.5",
"jest-message-util": "^22.0.3",
"jest-snapshot": "^22.0.3",
"jest-snapshot": "^22.0.5",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"jest-runtime": "^22.0.4"
"jest-runtime": "^22.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/jest-leak-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-leak-detector",
"version": "22.0.3",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"pretty-format": "^22.0.3"
"pretty-format": "^22.0.5"
},
"devDependencies": {
"weak": "^1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-matcher-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "22.0.3",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,6 +11,6 @@
"dependencies": {
"chalk": "^2.0.1",
"jest-get-type": "^22.0.3",
"pretty-format": "^22.0.3"
"pretty-format": "^22.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-mock",
"version": "22.0.3",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-regex-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-regex-util",
"version": "22.0.3",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "jest-repl",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^22.0.4",
"jest-util": "^22.0.4",
"jest-runtime": "^22.0.5",
"jest-util": "^22.0.5",
"repl": "^0.1.3",
"yargs": "^10.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jest-resolve-dependencies",
"version": "22.0.3",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-regex-util": "^22.0.3"
"jest-regex-util": "^22.0.5"
}
}
12 changes: 6 additions & 6 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "jest-runner",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-config": "^22.0.4",
"jest-config": "^22.0.5",
"jest-docblock": "^22.0.3",
"jest-haste-map": "^22.0.3",
"jest-jasmine2": "^22.0.4",
"jest-leak-detector": "^22.0.3",
"jest-jasmine2": "^22.0.5",
"jest-leak-detector": "^22.0.5",
"jest-message-util": "^22.0.3",
"jest-runtime": "^22.0.4",
"jest-util": "^22.0.4",
"jest-runtime": "^22.0.5",
"jest-util": "^22.0.5",
"jest-worker": "^22.0.3",
"throat": "^4.0.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "22.0.4",
"version": "22.0.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -14,11 +14,11 @@
"chalk": "^2.0.1",
"convert-source-map": "^1.4.0",
"graceful-fs": "^4.1.11",
"jest-config": "^22.0.4",
"jest-config": "^22.0.5",
"jest-haste-map": "^22.0.3",
"jest-regex-util": "^22.0.3",
"jest-regex-util": "^22.0.5",
"jest-resolve": "^22.0.4",
"jest-util": "^22.0.4",
"jest-util": "^22.0.5",
"json-stable-stringify": "^1.0.1",
"micromatch": "^2.3.11",
"realpath-native": "^1.0.0",
Expand All @@ -28,8 +28,8 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"jest-environment-jsdom": "^22.0.4",
"jest-environment-node": "^22.0.4"
"jest-environment-jsdom": "^22.0.5",
"jest-environment-node": "^22.0.5"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
Expand Down

0 comments on commit c074b03

Please sign in to comment.