Skip to content

Commit

Permalink
v20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed May 6, 2017
1 parent c2d05fc commit c0caf52
Show file tree
Hide file tree
Showing 32 changed files with 95 additions and 95 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.0.0-rc.4",
"version": "19.0.2",
"version": "20.0.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,6 +11,6 @@
"dependencies": {
"babel-core": "^6.0.0",
"babel-plugin-istanbul": "^4.0.0",
"babel-preset-jest": "^19.0.0"
"babel-preset-jest": "^20.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-preset-jest",
"version": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^19.0.0"
"babel-plugin-jest-hoist": "^20.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-fb-strict/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-fb-strict",
"version": "19.0.1",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"babel-eslint": "^7.1.1",
"eslint-config-fbjs": "^2.0.0-alpha.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-jest": "^19.0.1"
"eslint-plugin-jest": "^20.0.0"
},
"peerDependencies": {
"eslint": "^3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "19.0.1",
"version": "20.0.0",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down
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": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
26 changes: 13 additions & 13 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": "19.0.2",
"version": "20.0.0",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^1.4.0",
Expand All @@ -13,18 +13,18 @@
"istanbul-lib-coverage": "^1.0.1",
"istanbul-lib-instrument": "^1.4.2",
"istanbul-lib-source-maps": "^1.1.0",
"jest-changed-files": "^19.0.2",
"jest-config": "^19.0.2",
"jest-docblock": "^19.0.2",
"jest-environment-jsdom": "^19.0.2",
"jest-haste-map": "^19.0.0",
"jest-jasmine2": "^19.0.2",
"jest-message-util": "^19.0.0",
"jest-regex-util": "^19.0.0",
"jest-resolve-dependencies": "^19.0.0",
"jest-runtime": "^19.0.2",
"jest-snapshot": "^19.0.2",
"jest-util": "^19.0.2",
"jest-changed-files": "^20.0.0",
"jest-config": "^20.0.0",
"jest-docblock": "^20.0.0",
"jest-environment-jsdom": "^20.0.0",
"jest-haste-map": "^20.0.0",
"jest-jasmine2": "^20.0.0",
"jest-message-util": "^20.0.0",
"jest-regex-util": "^20.0.0",
"jest-resolve-dependencies": "^20.0.0",
"jest-runtime": "^20.0.0",
"jest-snapshot": "^20.0.0",
"jest-util": "^20.0.0",
"micromatch": "^2.3.11",
"node-notifier": "^5.0.2",
"pify": "^2.3.0",
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": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,12 +10,12 @@
"dependencies": {
"chalk": "^1.1.3",
"glob": "^7.1.1",
"jest-environment-jsdom": "^19.0.2",
"jest-environment-node": "^19.0.2",
"jest-jasmine2": "^19.0.2",
"jest-regex-util": "^19.0.0",
"jest-resolve": "^19.0.2",
"jest-validate": "^19.0.2",
"pretty-format": "^19.0.0"
"jest-environment-jsdom": "^20.0.0",
"jest-environment-node": "^20.0.0",
"jest-jasmine2": "^20.0.0",
"jest-regex-util": "^20.0.0",
"jest-resolve": "^20.0.0",
"jest-validate": "^20.0.0",
"pretty-format": "^20.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/jest-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"chalk": "^1.1.3",
"diff": "^3.2.0",
"jest-matcher-utils": "^19.0.0",
"pretty-format": "^19.0.0"
"jest-matcher-utils": "^20.0.0",
"pretty-format": "^20.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-docblock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-docblock",
"version": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion 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": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
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": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^19.0.0",
"jest-util": "^19.0.2",
"jest-mock": "^20.0.0",
"jest-util": "^20.0.0",
"jsdom": "^9.12.0"
}
}
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": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^19.0.0",
"jest-util": "^19.0.2"
"jest-mock": "^20.0.0",
"jest-util": "^20.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-haste-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"fb-watchman": "^2.0.0",
"graceful-fs": "^4.1.11",
"jest-docblock": "^19.0.2",
"jest-docblock": "^20.0.0",
"micromatch": "^2.3.11",
"sane": "~1.6.0",
"worker-farm": "^1.3.1"
Expand Down
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": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,11 +10,11 @@
"dependencies": {
"chalk": "^1.1.3",
"graceful-fs": "^4.1.11",
"jest-diff": "^19.0.0",
"jest-matcher-utils": "^19.0.0",
"jest-matchers": "^19.0.0",
"jest-message-util": "^19.0.0",
"jest-snapshot": "^19.0.2",
"jest-diff": "^20.0.0",
"jest-matcher-utils": "^20.0.0",
"jest-matchers": "^20.0.0",
"jest-message-util": "^20.0.0",
"jest-snapshot": "^20.0.0",
"once": "^1.4.0",
"p-map": "^1.1.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 jest-matchers and related packages",
"version": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,6 +11,6 @@
"browser": "build-es5/index.js",
"dependencies": {
"chalk": "^1.1.3",
"pretty-format": "^19.0.0"
"pretty-format": "^20.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/jest-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-matchers",
"version": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,9 +9,9 @@
"main": "build/index.js",
"browser": "build-es5/index.js",
"dependencies": {
"jest-diff": "^19.0.0",
"jest-matcher-utils": "^19.0.0",
"jest-message-util": "^19.0.0",
"jest-regex-util": "^19.0.0"
"jest-diff": "^20.0.0",
"jest-matcher-utils": "^20.0.0",
"jest-message-util": "^20.0.0",
"jest-regex-util": "^20.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-message-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-message-util",
"version": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
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": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-phabricator/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "jest-phabricator",
"version": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"dependencies": {
"jest-util": "^19.0.2"
"jest-util": "^20.0.0"
},
"license": "BSD-3-Clause",
"main": "build/index.js"
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": "19.0.0",
"version": "20.0.0",
"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": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^19.0.2",
"jest-util": "^19.0.2",
"jest-runtime": "^20.0.0",
"jest-util": "^20.0.0",
"repl": "^0.1.3",
"yargs": "^7.0.2"
},
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": "19.0.0",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-regex-util": "^19.0.0"
"jest-regex-util": "^20.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "19.0.2",
"version": "20.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,6 +13,6 @@
"resolve": "^1.3.2"
},
"devDependencies": {
"jest-haste-map": "^19.0.0"
"jest-haste-map": "^20.0.0"
}
}
Loading

0 comments on commit c0caf52

Please sign in to comment.