Skip to content

Commit 3626276

Browse files
committed
v15.0.1
1 parent 7c11547 commit 3626276

File tree

17 files changed

+55
-55
lines changed

17 files changed

+55
-55
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.26",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"linkedFiles": {
55
"prefix": "/**\n * @flow\n */\n"
66
}

packages/jest-cli/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Painless JavaScript Unit Testing.",
4-
"version": "15.0.0",
4+
"version": "15.0.1",
55
"main": "build/jest.js",
66
"dependencies": {
77
"callsites": "^2.0.0",
@@ -10,17 +10,17 @@
1010
"istanbul-api": "^1.0.0-aplha.10",
1111
"istanbul-lib-coverage": "^1.0.0-alpha.4",
1212
"jest-changed-files": "^15.0.0",
13-
"jest-config": "^15.0.0",
14-
"jest-environment-jsdom": "^15.0.0",
13+
"jest-config": "^15.0.1",
14+
"jest-environment-jsdom": "^15.0.1",
1515
"jest-file-exists": "^15.0.0",
16-
"jest-haste-map": "^15.0.0",
17-
"jest-jasmine2": "^15.0.0",
16+
"jest-haste-map": "^15.0.1",
17+
"jest-jasmine2": "^15.0.1",
1818
"jest-mock": "^15.0.0",
19-
"jest-resolve": "^15.0.0",
20-
"jest-resolve-dependencies": "^15.0.0",
21-
"jest-runtime": "^15.0.0",
22-
"jest-snapshot": "^15.0.0",
23-
"jest-util": "^15.0.0",
19+
"jest-resolve": "^15.0.1",
20+
"jest-resolve-dependencies": "^15.0.1",
21+
"jest-runtime": "^15.0.1",
22+
"jest-snapshot": "^15.0.1",
23+
"jest-util": "^15.0.1",
2424
"json-stable-stringify": "^1.0.0",
2525
"node-notifier": "^4.6.1",
2626
"sane": "~1.4.1",

packages/jest-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,12 +10,12 @@
1010
"dependencies": {
1111
"chalk": "^1.1.1",
1212
"istanbul": "^0.4.5",
13-
"jest-environment-jsdom": "^15.0.0",
14-
"jest-environment-node": "^15.0.0",
15-
"jest-jasmine2": "^15.0.0",
13+
"jest-environment-jsdom": "^15.0.1",
14+
"jest-environment-node": "^15.0.1",
15+
"jest-jasmine2": "^15.0.1",
1616
"jest-mock": "^15.0.0",
17-
"jest-resolve": "^15.0.0",
18-
"jest-util": "^15.0.0",
17+
"jest-resolve": "^15.0.1",
18+
"jest-util": "^15.0.1",
1919
"json-stable-stringify": "^1.0.0"
2020
},
2121
"scripts": {

packages/jest-diff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-diff",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"chalk": "^1.1.3",
1212
"diff": "^3.0.0",
13-
"jest-matcher-utils": "^15.0.0",
13+
"jest-matcher-utils": "^15.0.1",
1414
"pretty-format": "^3.6.0"
1515
},
1616
"scripts": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-jsdom",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,6 +9,6 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"jsdom": "^9.4.0",
12-
"jest-util": "^15.0.0"
12+
"jest-util": "^15.0.1"
1313
}
1414
}

packages/jest-environment-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"jest-util": "^15.0.0"
11+
"jest-util": "^15.0.1"
1212
},
1313
"scripts": {
1414
"test": "../../packages/jest-cli/bin/jest.js"

packages/jest-haste-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-haste-map",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

packages/jest-jasmine2/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,9 +10,9 @@
1010
"dependencies": {
1111
"graceful-fs": "^4.1.6",
1212
"jasmine-check": "^0.1.4",
13-
"jest-matchers": "^15.0.0",
14-
"jest-snapshot": "^15.0.0",
15-
"jest-util": "^15.0.0"
13+
"jest-matchers": "^15.0.1",
14+
"jest-snapshot": "^15.0.1",
15+
"jest-util": "^15.0.1"
1616
},
1717
"scripts": {
1818
"test": "../../packages/jest-cli/bin/jest.js"

packages/jest-matcher-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-matcher-utils",
33
"description": "A set of utility functions for jest-matchers and related packages",
4-
"version": "15.0.0",
4+
"version": "15.0.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git"

packages/jest-matchers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "jest-matchers",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"jest-diff": "^15.0.0",
12-
"jest-matcher-utils": "^15.0.0",
13-
"jest-util": "^15.0.0"
11+
"jest-diff": "^15.0.1",
12+
"jest-matcher-utils": "^15.0.1",
13+
"jest-util": "^15.0.1"
1414
},
1515
"devDependencies": {
1616
"strip-ansi": "^3.0.1"

0 commit comments

Comments
 (0)