Skip to content

Commit

Permalink
v15.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Sep 2, 2016
1 parent 04e6651 commit d20a0ee
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 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.26",
"version": "15.1.0",
"version": "15.1.1",
"linkedFiles": {
"prefix": "/**\n * @flow\n */\n"
}
Expand Down
14 changes: 7 additions & 7 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 Unit Testing.",
"version": "15.1.0",
"version": "15.1.1",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^1.4.0",
Expand All @@ -12,17 +12,17 @@
"istanbul-lib-coverage": "^1.0.0",
"istanbul-lib-instrument": "^1.1.1",
"jest-changed-files": "^15.0.0",
"jest-config": "^15.1.0",
"jest-environment-jsdom": "^15.1.0",
"jest-config": "^15.1.1",
"jest-environment-jsdom": "^15.1.1",
"jest-file-exists": "^15.0.0",
"jest-haste-map": "^15.0.1",
"jest-jasmine2": "^15.1.0",
"jest-jasmine2": "^15.1.1",
"jest-mock": "^15.0.0",
"jest-resolve": "^15.0.1",
"jest-resolve-dependencies": "^15.0.1",
"jest-runtime": "^15.1.0",
"jest-snapshot": "^15.1.0",
"jest-util": "^15.1.0",
"jest-runtime": "^15.1.1",
"jest-snapshot": "^15.1.1",
"jest-util": "^15.1.1",
"json-stable-stringify": "^1.0.0",
"node-notifier": "^4.6.1",
"sane": "~1.4.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "15.1.0",
"version": "15.1.1",
"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": "^15.1.0",
"jest-environment-node": "^15.1.0",
"jest-jasmine2": "^15.1.0",
"jest-environment-jsdom": "^15.1.1",
"jest-environment-node": "^15.1.1",
"jest-jasmine2": "^15.1.1",
"jest-mock": "^15.0.0",
"jest-resolve": "^15.0.1",
"jest-util": "^15.1.0",
"jest-util": "^15.1.1",
"json-stable-stringify": "^1.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "15.1.0",
"version": "15.1.1",
"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": "^15.1.0"
"jest-util": "^15.1.1"
}
}
4 changes: 2 additions & 2 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": "15.1.0",
"version": "15.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-util": "^15.1.0"
"jest-util": "^15.1.1"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
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": "15.1.0",
"version": "15.1.1",
"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": "^15.1.0",
"jest-snapshot": "^15.1.0",
"jest-util": "^15.1.0"
"jest-matchers": "^15.1.1",
"jest-snapshot": "^15.1.1",
"jest-util": "^15.1.1"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-matchers",
"version": "15.1.0",
"version": "15.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"jest-diff": "^15.1.0",
"jest-matcher-utils": "^15.1.0",
"jest-util": "^15.1.0"
"jest-util": "^15.1.1"
},
"devDependencies": {
"strip-ansi": "^3.0.1"
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": "15.1.0",
"version": "15.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^15.1.0",
"jest-util": "^15.1.0",
"jest-runtime": "^15.1.1",
"jest-util": "^15.1.1",
"repl": "^0.1.3",
"yargs": "^5.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "15.1.0",
"version": "15.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,13 +13,13 @@
"babel-plugin-istanbul": "^2.0.0",
"chalk": "^1.1.3",
"graceful-fs": "^4.1.6",
"jest-config": "^15.1.0",
"jest-config": "^15.1.1",
"jest-file-exists": "^15.0.0",
"jest-haste-map": "^15.0.1",
"jest-mock": "^15.0.0",
"jest-resolve": "^15.0.1",
"jest-snapshot": "^15.1.0",
"jest-util": "^15.1.0",
"jest-snapshot": "^15.1.1",
"jest-util": "^15.1.1",
"json-stable-stringify": "^1.0.0",
"multimatch": "^2.1.0",
"yargs": "^5.0.0"
Expand All @@ -28,9 +28,9 @@
"jest-runtime": "./bin/jest-runtime.js"
},
"devDependencies": {
"jest-config": "^15.1.0",
"jest-environment-node": "^15.1.0",
"jest-environment-jsdom": "^15.1.0"
"jest-config": "^15.1.1",
"jest-environment-node": "^15.1.1",
"jest-environment-jsdom": "^15.1.1"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "15.1.0",
"version": "15.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"jest-diff": "^15.1.0",
"jest-file-exists": "^15.0.0",
"jest-util": "^15.1.0",
"jest-util": "^15.1.1",
"pretty-format": "^3.7.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "15.1.0",
"version": "15.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
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 Unit Testing.",
"version": "15.1.0",
"version": "15.1.1",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^15.1.0"
"jest-cli": "^15.1.1"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit d20a0ee

Please sign in to comment.