Skip to content

Commit

Permalink
v21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Sep 4, 2017
1 parent f3e2bd3 commit be4bec3
Show file tree
Hide file tree
Showing 35 changed files with 113 additions and 113 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",
"version": "20.0.4",
"version": "21.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"dependencies": {
"babel-plugin-istanbul": "^4.0.0",
"babel-preset-jest": "^20.0.3"
"babel-preset-jest": "^21.0.0"
},
"devDependencies": {
"babel-core": "^6.0.0"
Expand Down
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": "20.0.3",
"version": "21.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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^20.0.3"
"babel-plugin-jest-hoist": "^21.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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,11 +10,11 @@
"eslint-config-fbjs": "^2.0.0"
},
"peerDependencies": {
"eslint-plugin-jest": "^20.0.3",
"babel-eslint": "^7.2.3",
"eslint": "^4.2.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-relay": "0.0.8"
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": "20.0.3",
"version": "21.0.0",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down
12 changes: 6 additions & 6 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "20.0.3",
"version": "21.0.0",
"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": "^20.0.3",
"jest-get-type": "^20.0.3",
"jest-matcher-utils": "^20.0.3",
"jest-message-util": "^20.0.3",
"jest-regex-util": "^20.0.3"
"jest-diff": "^21.0.0",
"jest-get-type": "^21.0.0",
"jest-matcher-utils": "^21.0.0",
"jest-message-util": "^21.0.0",
"jest-regex-util": "^21.0.0"
}
}
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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "20.0.3",
"version": "21.0.0",
"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": "^20.0.3",
"jest-snapshot": "^20.0.3",
"jest-matcher-utils": "^20.0.3",
"jest-message-util": "^20.0.3",
"jest-diff": "^20.0.3"
"expect": "^21.0.0",
"jest-diff": "^21.0.0",
"jest-matcher-utils": "^21.0.0",
"jest-message-util": "^21.0.0",
"jest-snapshot": "^21.0.0"
},
"devDependencies": {
"jest-runtime": "^20.0.3"
"jest-runtime": "^21.0.0"
}
}
24 changes: 12 additions & 12 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": "20.0.4",
"version": "21.0.0",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^2.0.0",
Expand All @@ -13,17 +13,17 @@
"istanbul-lib-coverage": "^1.0.1",
"istanbul-lib-instrument": "^1.4.2",
"istanbul-lib-source-maps": "^1.1.0",
"jest-changed-files": "^20.0.3",
"jest-config": "^20.0.4",
"jest-environment-jsdom": "^20.0.3",
"jest-haste-map": "^20.0.4",
"jest-message-util": "^20.0.3",
"jest-regex-util": "^20.0.3",
"jest-resolve-dependencies": "^20.0.3",
"jest-runner": "^20.0.4",
"jest-runtime": "^20.0.4",
"jest-snapshot": "^20.0.3",
"jest-util": "^20.0.3",
"jest-changed-files": "^21.0.0",
"jest-config": "^21.0.0",
"jest-environment-jsdom": "^21.0.0",
"jest-haste-map": "^21.0.0",
"jest-message-util": "^21.0.0",
"jest-regex-util": "^21.0.0",
"jest-resolve-dependencies": "^21.0.0",
"jest-runner": "^21.0.0",
"jest-runtime": "^21.0.0",
"jest-snapshot": "^21.0.0",
"jest-util": "^21.0.0",
"micromatch": "^2.3.11",
"node-notifier": "^5.0.2",
"pify": "^2.3.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "20.0.4",
"version": "21.0.0",
"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": "^20.0.3",
"jest-environment-node": "^20.0.3",
"jest-get-type": "^20.0.3",
"jest-jasmine2": "^20.0.4",
"jest-regex-util": "^20.0.3",
"jest-resolve": "^20.0.4",
"jest-util": "^20.0.3",
"jest-validate": "^20.0.3",
"pretty-format": "^20.0.3"
"jest-environment-jsdom": "^21.0.0",
"jest-environment-node": "^21.0.0",
"jest-get-type": "^21.0.0",
"jest-jasmine2": "^21.0.0",
"jest-regex-util": "^21.0.0",
"jest-resolve": "^21.0.0",
"jest-util": "^21.0.0",
"jest-validate": "^21.0.0",
"pretty-format": "^21.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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"chalk": "^2.0.1",
"diff": "^3.2.0",
"jest-get-type": "^20.0.3",
"pretty-format": "^20.0.3"
"jest-get-type": "^21.0.0",
"pretty-format": "^21.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": "20.0.3",
"version": "21.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": "20.0.4",
"version": "21.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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^20.0.3",
"jest-util": "^20.0.3",
"jest-mock": "^21.0.0",
"jest-util": "^21.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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^20.0.3",
"jest-util": "^20.0.3"
"jest-mock": "^21.0.0",
"jest-util": "^21.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-get-type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-get-type",
"description": "A utility function to get the type of a value",
"version": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
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": "20.0.4",
"version": "21.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": "^20.0.3",
"jest-docblock": "^21.0.0",
"micromatch": "^2.3.11",
"sane": "^2.0.0",
"worker-farm": "^1.3.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "20.0.4",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,15 +9,15 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^2.0.1",
"expect": "^20.0.3",
"expect": "^21.0.0",
"graceful-fs": "^4.1.11",
"jest-diff": "^20.0.3",
"jest-matcher-utils": "^20.0.3",
"jest-message-util": "^20.0.3",
"jest-snapshot": "^20.0.3",
"jest-diff": "^21.0.0",
"jest-matcher-utils": "^21.0.0",
"jest-message-util": "^21.0.0",
"jest-snapshot": "^21.0.0",
"p-cancelable": "^0.3.0"
},
"devDependencies": {
"jest-runtime": "^20.0.4"
"jest-runtime": "^21.0.0"
}
}
6 changes: 3 additions & 3 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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^2.0.1",
"jest-get-type": "^20.0.3",
"pretty-format": "^20.0.3"
"jest-get-type": "^21.0.0",
"pretty-format": "^21.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": "20.0.3",
"version": "21.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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-phabricator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-phabricator",
"version": "20.0.3",
"version": "21.0.0",
"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": "20.0.3",
"version": "21.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
Loading

0 comments on commit be4bec3

Please sign in to comment.