Skip to content

Commit

Permalink
v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Nov 8, 2016
1 parent bcd8bf2 commit fd09edd
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 74 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-beta.30",
"version": "16.0.2",
"version": "17.0.0",
"linkedFiles": {
"prefix": "/**\n * @flow\n */\n"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-jest",
"version": "16.0.0",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion 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": "15.0.0",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
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": "Painless JavaScript Testing.",
"version": "16.0.2",
"version": "17.0.0",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^1.4.0",
Expand All @@ -13,17 +13,17 @@
"istanbul-lib-coverage": "^1.0.0",
"istanbul-lib-instrument": "^1.1.1",
"jest-changed-files": "^16.0.0",
"jest-config": "^16.0.2",
"jest-environment-jsdom": "^16.0.2",
"jest-file-exists": "^15.0.0",
"jest-haste-map": "^16.0.2",
"jest-jasmine2": "^16.0.2",
"jest-mock": "^16.0.2",
"jest-resolve": "^16.0.2",
"jest-resolve-dependencies": "^16.0.2",
"jest-runtime": "^16.0.2",
"jest-snapshot": "^16.0.2",
"jest-util": "^16.0.2",
"jest-config": "^17.0.0",
"jest-environment-jsdom": "^17.0.0",
"jest-file-exists": "^17.0.0",
"jest-haste-map": "^17.0.0",
"jest-jasmine2": "^17.0.0",
"jest-mock": "^17.0.0",
"jest-resolve": "^17.0.0",
"jest-resolve-dependencies": "^17.0.0",
"jest-runtime": "^17.0.0",
"jest-snapshot": "^17.0.0",
"jest-util": "^17.0.0",
"json-stable-stringify": "^1.0.0",
"node-notifier": "^4.6.1",
"sane": "~1.4.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,12 +10,12 @@
"dependencies": {
"chalk": "^1.1.1",
"istanbul": "^0.4.5",
"jest-environment-jsdom": "^16.0.2",
"jest-environment-node": "^16.0.2",
"jest-jasmine2": "^16.0.2",
"jest-mock": "^16.0.2",
"jest-resolve": "^16.0.2",
"jest-util": "^16.0.2",
"jest-environment-jsdom": "^17.0.0",
"jest-environment-node": "^17.0.0",
"jest-jasmine2": "^17.0.0",
"jest-mock": "^17.0.0",
"jest-resolve": "^17.0.0",
"jest-util": "^17.0.0",
"json-stable-stringify": "^1.0.0"
},
"scripts": {
Expand Down
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": "16.0.0",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"chalk": "^1.1.3",
"diff": "^3.0.0",
"jest-matcher-utils": "^16.0.0",
"jest-matcher-utils": "^17.0.0",
"pretty-format": "~4.2.1"
},
"scripts": {
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": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^16.0.2",
"jest-util": "^16.0.2",
"jest-mock": "^17.0.0",
"jest-util": "^17.0.0",
"jsdom": "^9.8.1"
}
}
6 changes: 3 additions & 3 deletions packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "jest-environment-node",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^16.0.2",
"jest-util": "^16.0.2"
"jest-mock": "^17.0.0",
"jest-util": "^17.0.0"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-file-exists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-file-exists",
"version": "15.0.0",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion 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": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"graceful-fs": "^4.1.6",
"jasmine-check": "^0.1.4",
"jest-matchers": "^16.0.2",
"jest-snapshot": "^16.0.2",
"jest-util": "^16.0.2"
"jest-matchers": "^17.0.0",
"jest-snapshot": "^17.0.0",
"jest-util": "^17.0.0"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
Expand Down
2 changes: 1 addition & 1 deletion 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": "16.0.0",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "jest-matchers",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-diff": "^16.0.0",
"jest-matcher-utils": "^16.0.0",
"jest-util": "^16.0.2"
"jest-diff": "^17.0.0",
"jest-matcher-utils": "^17.0.0",
"jest-util": "^17.0.0"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
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": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-react-native",
"version": "16.1.0",
"version": "17.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": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^16.0.2",
"jest-util": "^16.0.2",
"jest-runtime": "^17.0.0",
"jest-util": "^17.0.0",
"repl": "^0.1.3",
"yargs": "^6.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "jest-resolve-dependencies",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-file-exists": "^15.0.0",
"jest-resolve": "^16.0.2"
"jest-file-exists": "^17.0.0",
"jest-resolve": "^17.0.0"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,8 +9,8 @@
"main": "build/index.js",
"dependencies": {
"browser-resolve": "^1.11.2",
"jest-file-exists": "^15.0.0",
"jest-haste-map": "^16.0.2",
"jest-file-exists": "^17.0.0",
"jest-haste-map": "^17.0.0",
"resolve": "^1.1.6"
},
"scripts": {
Expand Down
24 changes: 12 additions & 12 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,17 +9,17 @@
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^16.0.0",
"babel-jest": "^17.0.0",
"babel-plugin-istanbul": "^2.0.0",
"chalk": "^1.1.3",
"graceful-fs": "^4.1.6",
"jest-config": "^16.0.2",
"jest-file-exists": "^15.0.0",
"jest-haste-map": "^16.0.2",
"jest-mock": "^16.0.2",
"jest-resolve": "^16.0.2",
"jest-snapshot": "^16.0.2",
"jest-util": "^16.0.2",
"jest-config": "^17.0.0",
"jest-file-exists": "^17.0.0",
"jest-haste-map": "^17.0.0",
"jest-mock": "^17.0.0",
"jest-resolve": "^17.0.0",
"jest-snapshot": "^17.0.0",
"jest-util": "^17.0.0",
"json-stable-stringify": "^1.0.0",
"multimatch": "^2.1.0",
"yargs": "^6.3.0"
Expand All @@ -28,9 +28,9 @@
"jest-runtime": "./bin/jest-runtime.js"
},
"devDependencies": {
"jest-config": "^16.0.2",
"jest-environment-node": "^16.0.2",
"jest-environment-jsdom": "^16.0.2"
"jest-config": "^17.0.0",
"jest-environment-node": "^17.0.0",
"jest-environment-jsdom": "^17.0.0"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "jest-snapshot",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-diff": "^16.0.0",
"jest-file-exists": "^15.0.0",
"jest-matcher-utils": "^16.0.0",
"jest-util": "^16.0.2",
"jest-diff": "^17.0.0",
"jest-file-exists": "^17.0.0",
"jest-matcher-utils": "^17.0.0",
"jest-util": "^17.0.0",
"natural-compare": "^1.4.0",
"pretty-format": "~4.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "16.0.2",
"version": "17.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,8 +11,8 @@
"chalk": "^1.1.1",
"diff": "^3.0.0",
"graceful-fs": "^4.1.6",
"jest-file-exists": "^15.0.0",
"jest-mock": "^16.0.2",
"jest-file-exists": "^17.0.0",
"jest-mock": "^17.0.0",
"mkdirp": "^0.5.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "jest",
"description": "Painless JavaScript Testing.",
"version": "16.0.2",
"version": "17.0.0",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^16.0.2"
"jest-cli": "^17.0.0"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit fd09edd

Please sign in to comment.