Skip to content

Commit

Permalink
v24.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Mar 7, 2019
1 parent 0c9737e commit 65c6e9d
Show file tree
Hide file tree
Showing 28 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.13.1",
"version": "24.3.0",
"version": "24.3.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,7 +11,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^24.3.0",
"@jest/transform": "^24.3.1",
"@jest/types": "^24.3.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -14,7 +14,7 @@
"@jest/types": "^24.3.0",
"ansi-styles": "^3.2.0",
"jest-get-type": "^24.3.0",
"jest-matcher-utils": "^24.3.0",
"jest-matcher-utils": "^24.3.1",
"jest-message-util": "^24.3.0",
"jest-regex-util": "^24.3.0"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,20 +11,20 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^24.3.0",
"@jest/environment": "^24.3.1",
"@jest/test-result": "^24.3.0",
"@jest/types": "^24.3.0",
"@types/node": "*",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^24.3.0",
"expect": "^24.3.1",
"is-generator-fn": "^2.0.0",
"jest-each": "^24.3.0",
"jest-matcher-utils": "^24.3.0",
"jest-each": "^24.3.1",
"jest-matcher-utils": "^24.3.1",
"jest-message-util": "^24.3.0",
"jest-snapshot": "^24.3.0",
"jest-snapshot": "^24.3.1",
"jest-util": "^24.3.0",
"pretty-format": "^24.3.0",
"pretty-format": "^24.3.1",
"stack-utils": "^1.0.1",
"throat": "^4.0.0"
},
Expand All @@ -34,7 +34,7 @@
"@types/co": "^4.6.0",
"@types/stack-utils": "^1.0.1",
"execa": "^1.0.0",
"jest-runtime": "^24.3.0"
"jest-runtime": "^24.3.1"
},
"engines": {
"node": ">= 6"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "24.3.0",
"version": "24.3.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^24.3.0",
"@jest/core": "^24.3.1",
"@jest/test-result": "^24.3.0",
"@jest/types": "^24.3.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"import-local": "^2.0.0",
"is-ci": "^2.0.0",
"jest-config": "^24.3.0",
"jest-config": "^24.3.1",
"jest-util": "^24.3.0",
"jest-validate": "^24.3.0",
"jest-validate": "^24.3.1",
"prompts": "^2.0.1",
"realpath-native": "^1.1.0",
"yargs": "^12.0.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,19 +12,19 @@
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/types": "^24.3.0",
"babel-jest": "^24.3.0",
"babel-jest": "^24.3.1",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^24.3.0",
"jest-environment-node": "^24.3.0",
"jest-environment-jsdom": "^24.3.1",
"jest-environment-node": "^24.3.1",
"jest-get-type": "^24.3.0",
"jest-jasmine2": "^24.3.0",
"jest-jasmine2": "^24.3.1",
"jest-regex-util": "^24.3.0",
"jest-resolve": "^24.3.0",
"jest-resolve": "^24.3.1",
"jest-util": "^24.3.0",
"jest-validate": "^24.3.0",
"jest-validate": "^24.3.1",
"micromatch": "^3.1.10",
"pretty-format": "^24.3.0",
"pretty-format": "^24.3.1",
"realpath-native": "^1.1.0"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/jest-core/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "24.3.0",
"version": "24.3.1",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^24.3.0",
"@jest/reporters": "^24.3.0",
"@jest/reporters": "^24.3.1",
"@jest/test-result": "^24.3.0",
"@jest/transform": "^24.3.0",
"@jest/transform": "^24.3.1",
"@jest/types": "^24.3.0",
"ansi-escapes": "^3.0.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"graceful-fs": "^4.1.15",
"jest-changed-files": "^24.3.0",
"jest-config": "^24.3.0",
"jest-haste-map": "^24.3.0",
"jest-config": "^24.3.1",
"jest-haste-map": "^24.3.1",
"jest-message-util": "^24.3.0",
"jest-regex-util": "^24.3.0",
"jest-resolve-dependencies": "^24.3.0",
"jest-runner": "^24.3.0",
"jest-runtime": "^24.3.0",
"jest-snapshot": "^24.3.0",
"jest-resolve-dependencies": "^24.3.1",
"jest-runner": "^24.3.1",
"jest-runtime": "^24.3.1",
"jest-snapshot": "^24.3.1",
"jest-util": "^24.3.0",
"jest-validate": "^24.3.0",
"jest-validate": "^24.3.1",
"jest-watcher": "^24.3.0",
"micromatch": "^3.1.10",
"p-each-series": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -13,7 +13,7 @@
"chalk": "^2.0.1",
"diff-sequences": "^24.3.0",
"jest-get-type": "^24.3.0",
"pretty-format": "^24.3.0"
"pretty-format": "^24.3.1"
},
"devDependencies": {
"@types/strip-ansi": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-each/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "24.3.0",
"version": "24.3.1",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"chalk": "^2.0.1",
"jest-get-type": "^24.3.0",
"jest-util": "^24.3.0",
"pretty-format": "^24.3.0"
"pretty-format": "^24.3.1"
},
"engines": {
"node": ">= 6"
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": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/environment": "^24.3.0",
"@jest/environment": "^24.3.1",
"@jest/fake-timers": "^24.3.0",
"@jest/types": "^24.3.0",
"jest-mock": "^24.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/environment": "^24.3.0",
"@jest/environment": "^24.3.1",
"@jest/fake-timers": "^24.3.0",
"@jest/types": "^24.3.0",
"jest-mock": "^24.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/environment",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,7 +11,7 @@
"types": "build/index.d.ts",
"dependencies": {
"@jest/fake-timers": "^24.3.0",
"@jest/transform": "^24.3.0",
"@jest/transform": "^24.3.1",
"@jest/types": "^24.3.0",
"@types/node": "*",
"jest-mock": "^24.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-haste-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -16,7 +16,7 @@
"invariant": "^2.2.4",
"jest-serializer": "^24.3.0",
"jest-util": "^24.3.0",
"jest-worker": "^24.3.0",
"jest-worker": "^24.3.1",
"micromatch": "^3.1.10",
"sane": "^4.0.3"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,20 +11,20 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^24.3.0",
"@jest/environment": "^24.3.1",
"@jest/test-result": "^24.3.0",
"@jest/types": "^24.3.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^24.3.0",
"expect": "^24.3.1",
"is-generator-fn": "^2.0.0",
"jest-each": "^24.3.0",
"jest-matcher-utils": "^24.3.0",
"jest-each": "^24.3.1",
"jest-matcher-utils": "^24.3.1",
"jest-message-util": "^24.3.0",
"jest-runtime": "^24.3.0",
"jest-snapshot": "^24.3.0",
"jest-runtime": "^24.3.1",
"jest-snapshot": "^24.3.1",
"jest-util": "^24.3.0",
"pretty-format": "^24.3.0",
"pretty-format": "^24.3.1",
"throat": "^4.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-leak-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-leak-detector",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"pretty-format": "^24.3.0"
"pretty-format": "^24.3.1"
},
"devDependencies": {
"@types/weak": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-matcher-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -14,9 +14,9 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^2.0.1",
"jest-diff": "^24.3.0",
"jest-diff": "^24.3.1",
"jest-get-type": "^24.3.0",
"pretty-format": "^24.3.0"
"pretty-format": "^24.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "24.3.0",
"version": "24.3.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,11 +10,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^24.3.0",
"@jest/transform": "^24.3.1",
"@jest/types": "^24.3.0",
"jest-config": "^24.3.0",
"jest-runtime": "^24.3.0",
"jest-validate": "^24.3.0",
"jest-config": "^24.3.1",
"jest-runtime": "^24.3.1",
"jest-validate": "^24.3.1",
"repl": "^0.1.3",
"yargs": "^12.0.2"
},
Expand Down
Loading

0 comments on commit 65c6e9d

Please sign in to comment.