Skip to content

Commit 0d153f4

Browse files
committed
v14.0.1
1 parent 9f98e28 commit 0d153f4

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.24",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"linkedFiles": {
55
"prefix": "/**\n * @flow\n */\n"
66
}

packages/babel-jest/package.json

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

packages/jest-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "jest-cli",
33
"description": "Painless JavaScript Unit Testing.",
4-
"version": "14.0.0",
4+
"version": "14.0.1",
55
"main": "build/jest.js",
66
"dependencies": {
77
"chalk": "^1.1.1",
88
"graceful-fs": "^4.1.3",
99
"istanbul": "^0.4.4",
1010
"jest-changed-files": "^14.0.0",
11-
"jest-config": "^14.0.0",
11+
"jest-config": "^14.0.1",
1212
"jest-environment-jsdom": "^14.0.0",
1313
"jest-file-exists": "^14.0.0",
1414
"jest-haste-map": "^14.0.0",
1515
"jest-jasmine2": "^14.0.0",
1616
"jest-mock": "^14.0.0",
1717
"jest-resolve-dependencies": "^14.0.0",
1818
"jest-resolve": "^14.0.0",
19-
"jest-runtime": "^14.0.0",
19+
"jest-runtime": "^14.0.1",
2020
"jest-snapshot": "^14.0.0",
2121
"jest-util": "^14.0.0",
2222
"json-stable-stringify": "^1.0.0",

packages/jest-config/package.json

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

packages/jest-repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-repl",
3-
"version": "14.0.0",
3+
"version": "14.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-runtime": "^14.0.0",
11+
"jest-runtime": "^14.0.1",
1212
"jest-util": "^14.0.0",
1313
"repl": "^0.1.3",
1414
"yargs": "^4.7.1"

packages/jest-runtime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-runtime",
3-
"version": "14.0.0",
3+
"version": "14.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
"graceful-fs": "^4.1.3",
13-
"jest-config": "^14.0.0",
13+
"jest-config": "^14.0.1",
1414
"jest-file-exists": "^14.0.0",
1515
"jest-haste-map": "^14.0.0",
1616
"jest-mock": "^14.0.0",
@@ -24,7 +24,7 @@
2424
"jest-runtime": "./bin/jest-runtime.js"
2525
},
2626
"devDependencies": {
27-
"jest-config": "^14.0.0",
27+
"jest-config": "^14.0.1",
2828
"jest-environment-node": "^14.0.0"
2929
},
3030
"jest": {

packages/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "jest",
33
"description": "Painless JavaScript Unit Testing.",
4-
"version": "14.0.0",
4+
"version": "14.0.1",
55
"main": "build/jest.js",
66
"dependencies": {
7-
"jest-cli": "^14.0.0"
7+
"jest-cli": "^14.0.1"
88
},
99
"bin": {
1010
"jest": "./bin/jest.js"

0 commit comments

Comments
 (0)