Skip to content

Commit cb7f93a

Browse files
author
Miguel Jimenez Esun
committed
Release v22.4.4 (22.4.3 is the same as 22.4.2, re-pushed due to NPM issues)
1 parent bed949b commit cb7f93a

File tree

13 files changed

+33
-33
lines changed

13 files changed

+33
-33
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.5.1",
3-
"version": "22.4.2",
3+
"version": "22.4.4",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/babel-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-jest",
33
"description": "Jest plugin to use babel for transformation.",
4-
"version": "22.4.1",
4+
"version": "22.4.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git"
@@ -10,7 +10,7 @@
1010
"main": "build/index.js",
1111
"dependencies": {
1212
"babel-plugin-istanbul": "^4.1.5",
13-
"babel-preset-jest": "^22.4.1"
13+
"babel-preset-jest": "^22.4.4"
1414
},
1515
"devDependencies": {
1616
"babel-core": "^6.0.0"

packages/babel-plugin-jest-hoist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-jest-hoist",
3-
"version": "22.4.1",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "22.4.1",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "MIT",
99
"main": "index.js",
1010
"dependencies": {
11-
"babel-plugin-jest-hoist": "^22.4.1",
11+
"babel-plugin-jest-hoist": "^22.4.4",
1212
"babel-plugin-syntax-object-rest-spread": "^6.13.0"
1313
}
1414
}

packages/jest-circus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "22.4.2",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -16,6 +16,6 @@
1616
"jest-snapshot": "^22.4.0"
1717
},
1818
"devDependencies": {
19-
"jest-runtime": "^22.4.2"
19+
"jest-runtime": "^22.4.4"
2020
}
2121
}

packages/jest-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "22.4.2",
4+
"version": "22.4.4",
55
"main": "build/jest.js",
66
"dependencies": {
77
"ansi-escapes": "^3.0.0",
@@ -16,18 +16,18 @@
1616
"istanbul-lib-instrument": "^1.8.0",
1717
"istanbul-lib-source-maps": "^1.2.1",
1818
"jest-changed-files": "^22.2.0",
19-
"jest-config": "^22.4.2",
19+
"jest-config": "^22.4.4",
2020
"jest-environment-jsdom": "^22.4.1",
2121
"jest-get-type": "^22.1.0",
2222
"jest-haste-map": "^22.4.2",
2323
"jest-message-util": "^22.4.0",
2424
"jest-regex-util": "^22.1.0",
2525
"jest-resolve-dependencies": "^22.1.0",
26-
"jest-runner": "^22.4.2",
27-
"jest-runtime": "^22.4.2",
26+
"jest-runner": "^22.4.4",
27+
"jest-runtime": "^22.4.4",
2828
"jest-snapshot": "^22.4.0",
2929
"jest-util": "^22.4.1",
30-
"jest-validate": "^22.4.2",
30+
"jest-validate": "^22.4.4",
3131
"jest-worker": "^22.2.2",
3232
"micromatch": "^2.3.11",
3333
"node-notifier": "^5.2.1",

packages/jest-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "22.4.2",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -13,11 +13,11 @@
1313
"jest-environment-jsdom": "^22.4.1",
1414
"jest-environment-node": "^22.4.1",
1515
"jest-get-type": "^22.1.0",
16-
"jest-jasmine2": "^22.4.2",
16+
"jest-jasmine2": "^22.4.4",
1717
"jest-regex-util": "^22.1.0",
1818
"jest-resolve": "^22.4.2",
1919
"jest-util": "^22.4.1",
20-
"jest-validate": "^22.4.2",
20+
"jest-validate": "^22.4.4",
2121
"pretty-format": "^22.4.0"
2222
}
2323
}

packages/jest-jasmine2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "22.4.2",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -21,6 +21,6 @@
2121
"source-map-support": "^0.5.0"
2222
},
2323
"devDependencies": {
24-
"jest-runtime": "^22.4.2"
24+
"jest-runtime": "^22.4.4"
2525
}
2626
}

packages/jest-repl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "jest-repl",
3-
"version": "22.4.2",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "MIT",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"jest-runtime": "^22.4.2",
12-
"jest-validate": "^22.4.2",
11+
"jest-runtime": "^22.4.4",
12+
"jest-validate": "^22.4.4",
1313
"repl": "^0.1.3",
1414
"yargs": "^10.0.3"
1515
},

packages/jest-runner/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-runner",
3-
"version": "22.4.2",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,13 +9,13 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"exit": "^0.1.2",
12-
"jest-config": "^22.4.2",
12+
"jest-config": "^22.4.4",
1313
"jest-docblock": "^22.4.0",
1414
"jest-haste-map": "^22.4.2",
15-
"jest-jasmine2": "^22.4.2",
15+
"jest-jasmine2": "^22.4.4",
1616
"jest-leak-detector": "^22.4.0",
1717
"jest-message-util": "^22.4.0",
18-
"jest-runtime": "^22.4.2",
18+
"jest-runtime": "^22.4.4",
1919
"jest-util": "^22.4.1",
2020
"jest-worker": "^22.2.2",
2121
"throat": "^4.0.0"

packages/jest-runtime/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-runtime",
3-
"version": "22.4.2",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,18 +9,18 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"babel-core": "^6.0.0",
12-
"babel-jest": "^22.4.1",
12+
"babel-jest": "^22.4.4",
1313
"babel-plugin-istanbul": "^4.1.5",
1414
"chalk": "^2.0.1",
1515
"convert-source-map": "^1.4.0",
1616
"exit": "^0.1.2",
1717
"graceful-fs": "^4.1.11",
18-
"jest-config": "^22.4.2",
18+
"jest-config": "^22.4.4",
1919
"jest-haste-map": "^22.4.2",
2020
"jest-regex-util": "^22.1.0",
2121
"jest-resolve": "^22.4.2",
2222
"jest-util": "^22.4.1",
23-
"jest-validate": "^22.4.2",
23+
"jest-validate": "^22.4.4",
2424
"json-stable-stringify": "^1.0.1",
2525
"micromatch": "^2.3.11",
2626
"realpath-native": "^1.0.0",

packages/jest-validate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-validate",
3-
"version": "22.4.2",
3+
"version": "22.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,7 +9,7 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"chalk": "^2.0.1",
12-
"jest-config": "^22.4.2",
12+
"jest-config": "^22.4.4",
1313
"jest-get-type": "^22.1.0",
1414
"leven": "^2.1.0",
1515
"pretty-format": "^22.4.0"

packages/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "jest",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "22.4.2",
4+
"version": "22.4.4",
55
"main": "build/jest.js",
66
"dependencies": {
77
"import-local": "^1.0.0",
8-
"jest-cli": "^22.4.2"
8+
"jest-cli": "^22.4.4"
99
},
1010
"bin": {
1111
"jest": "./bin/jest.js"

0 commit comments

Comments
 (0)