Skip to content

Commit

Permalink
v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Jul 27, 2016
1 parent 4a11230 commit 70a24b9
Show file tree
Hide file tree
Showing 24 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.24",
"version": "13.2.3",
"version": "14.0.0",
"linkedFiles": {
"prefix": "/**\n * @flow\n */\n"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-jest",
"version": "13.2.2",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-preset-jest": "^13.2.2"
"babel-preset-jest": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "13.2.2",
"version": "14.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
@@ -1,13 +1,13 @@
{
"name": "babel-preset-jest",
"version": "13.2.2",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^13.2.2"
"babel-plugin-jest-hoist": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-changed-files/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "13.2.2",
"version": "14.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
@@ -1,24 +1,24 @@
{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "13.2.3",
"version": "14.0.0",
"main": "build/jest.js",
"dependencies": {
"chalk": "^1.1.1",
"graceful-fs": "^4.1.3",
"istanbul": "^0.4.4",
"jest-changed-files": "^13.2.2",
"jest-config": "^13.2.3",
"jest-environment-jsdom": "^13.2.2",
"jest-file-exists": "^13.2.2",
"jest-haste-map": "^13.2.2",
"jest-jasmine2": "^13.2.3",
"jest-mock": "^13.2.2",
"jest-resolve-dependencies": "^13.2.2",
"jest-resolve": "^13.2.2",
"jest-runtime": "^13.2.3",
"jest-snapshot": "^13.2.3",
"jest-util": "^13.2.2",
"jest-changed-files": "^14.0.0",
"jest-config": "^14.0.0",
"jest-environment-jsdom": "^14.0.0",
"jest-file-exists": "^14.0.0",
"jest-haste-map": "^14.0.0",
"jest-jasmine2": "^14.0.0",
"jest-mock": "^14.0.0",
"jest-resolve-dependencies": "^14.0.0",
"jest-resolve": "^14.0.0",
"jest-runtime": "^14.0.0",
"jest-snapshot": "^14.0.0",
"jest-util": "^14.0.0",
"json-stable-stringify": "^1.0.0",
"node-notifier": "^4.6.0",
"sane": "^1.2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "13.2.3",
"version": "14.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.4",
"jest-environment-jsdom": "^13.2.2",
"jest-environment-node": "^13.2.2",
"jest-jasmine2": "^13.2.3",
"jest-mock": "^13.2.2",
"jest-resolve": "^13.2.2",
"jest-util": "^13.2.2",
"jest-environment-jsdom": "^14.0.0",
"jest-environment-node": "^14.0.0",
"jest-jasmine2": "^14.0.0",
"jest-mock": "^14.0.0",
"jest-resolve": "^14.0.0",
"jest-util": "^14.0.0",
"json-stable-stringify": "^1.0.0"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "13.2.3",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"chalk": "^1.1.3",
"diff": "^2.2.3",
"jest-matcher-utils": "13.2.3",
"jest-matcher-utils": "^14.0.0",
"pretty-format": "^3.5.0"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "13.2.2",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"jsdom": "^9.4.0",
"jest-util": "^13.2.2"
"jest-util": "^14.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-environment-node/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-environment-node",
"version": "13.2.2",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-util": "^13.2.2"
"jest-util": "^14.0.0"
},
"jest": {
"rootDir": "./src",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-file-exists/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-file-exists",
"version": "13.2.2",
"version": "14.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
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "13.2.2",
"version": "14.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
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "13.2.3",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"graceful-fs": "^4.1.3",
"jasmine-check": "^0.1.4",
"jest-matchers": "^13.2.3",
"jest-snapshot": "^13.2.3",
"jest-util": "^13.2.2"
"jest-matchers": "^14.0.0",
"jest-snapshot": "^14.0.0",
"jest-util": "^14.0.0"
},
"jest": {
"rootDir": "./src",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-matcher-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for jest-matchers and related packages",
"version": "13.2.3",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-matchers/package.json
@@ -1,15 +1,15 @@
{
"name": "jest-matchers",
"version": "13.2.3",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-diff": "13.2.3",
"jest-matcher-utils": "13.2.3"
"jest-diff": "^14.0.0",
"jest-matcher-utils": "^14.0.0"
},
"devDependencies": {
"strip-ansi": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-mock",
"version": "13.2.2",
"version": "14.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
@@ -1,6 +1,6 @@
{
"name": "jest-react-native",
"version": "13.2.2",
"version": "14.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
@@ -1,15 +1,15 @@
{
"name": "jest-repl",
"version": "13.2.3",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^13.2.3",
"jest-util": "^13.2.2",
"jest-runtime": "^14.0.0",
"jest-util": "^14.0.0",
"repl": "^0.1.3",
"yargs": "^4.7.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-resolve-dependencies/package.json
@@ -1,15 +1,15 @@
{
"name": "jest-resolve-dependencies",
"version": "13.2.2",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-file-exists": "13.2.2",
"jest-resolve": "13.2.2"
"jest-file-exists": "^14.0.0",
"jest-resolve": "^14.0.0"
},
"jest": {
"rootDir": "./src",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "13.2.2",
"version": "14.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": "^13.2.2",
"jest-haste-map": "^13.2.2",
"jest-file-exists": "^14.0.0",
"jest-haste-map": "^14.0.0",
"resolve": "^1.1.6"
},
"jest": {
Expand Down
20 changes: 10 additions & 10 deletions packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "13.2.3",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,22 +10,22 @@
"dependencies": {
"chalk": "^1.1.3",
"graceful-fs": "^4.1.3",
"jest-config": "^13.2.3",
"jest-file-exists": "^13.2.2",
"jest-haste-map": "^13.2.2",
"jest-mock": "^13.2.2",
"jest-resolve": "^13.2.2",
"jest-snapshot": "^13.2.3",
"jest-util": "^13.2.2",
"jest-config": "^14.0.0",
"jest-file-exists": "^14.0.0",
"jest-haste-map": "^14.0.0",
"jest-mock": "^14.0.0",
"jest-resolve": "^14.0.0",
"jest-snapshot": "^14.0.0",
"jest-util": "^14.0.0",
"json-stable-stringify": "^1.0.0",
"yargs": "^4.7.1"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
},
"devDependencies": {
"jest-config": "^13.2.3",
"jest-environment-node": "^13.2.2"
"jest-config": "^14.0.0",
"jest-environment-node": "^14.0.0"
},
"jest": {
"automock": false,
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-snapshot/package.json
@@ -1,16 +1,16 @@
{
"name": "jest-snapshot",
"version": "13.2.3",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-diff": "^13.2.3",
"jest-file-exists": "^13.2.2",
"jest-util": "^13.2.2",
"jest-diff": "^14.0.0",
"jest-file-exists": "^14.0.0",
"jest-util": "^14.0.0",
"pretty-format": "^3.5.0"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-util/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "13.2.2",
"version": "14.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -12,7 +12,7 @@
"diff": "^2.1.1",
"graceful-fs": "^4.1.3",
"mkdirp": "^0.5.1",
"jest-mock": "^13.2.2"
"jest-mock": "^14.0.0"
},
"devDependencies": {
"jsdom": "^9.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
@@ -1,10 +1,10 @@
{
"name": "jest",
"description": "Painless JavaScript Unit Testing.",
"version": "13.2.3",
"version": "14.0.0",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^13.2.3"
"jest-cli": "^14.0.0"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 70a24b9

Please sign in to comment.