Skip to content

Commit

Permalink
Release v22.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jimenez Esun committed Jan 15, 2018
1 parent 03cce3d commit 8b46fa8
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 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.5.1",
"version": "22.1.0",
"version": "22.1.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "22.1.0",
"version": "22.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -16,6 +16,6 @@
"jest-snapshot": "^22.1.0"
},
"devDependencies": {
"jest-runtime": "^22.1.0"
"jest-runtime": "^22.1.1"
}
}
8 changes: 4 additions & 4 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "22.1.0",
"version": "22.1.1",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -16,15 +16,15 @@
"istanbul-lib-instrument": "^1.8.0",
"istanbul-lib-source-maps": "^1.2.1",
"jest-changed-files": "^22.1.0",
"jest-config": "^22.1.0",
"jest-config": "^22.1.1",
"jest-environment-jsdom": "^22.1.0",
"jest-get-type": "^22.1.0",
"jest-haste-map": "^22.1.0",
"jest-message-util": "^22.1.0",
"jest-regex-util": "^22.1.0",
"jest-resolve-dependencies": "^22.1.0",
"jest-runner": "^22.1.0",
"jest-runtime": "^22.1.0",
"jest-runner": "^22.1.1",
"jest-runtime": "^22.1.1",
"jest-snapshot": "^22.1.0",
"jest-util": "^22.1.0",
"jest-worker": "^22.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "22.1.0",
"version": "22.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,7 +13,7 @@
"jest-environment-jsdom": "^22.1.0",
"jest-environment-node": "^22.1.0",
"jest-get-type": "^22.1.0",
"jest-jasmine2": "^22.1.0",
"jest-jasmine2": "^22.1.1",
"jest-regex-util": "^22.1.0",
"jest-resolve": "^22.1.0",
"jest-util": "^22.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "22.1.0",
"version": "22.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -21,6 +21,6 @@
"source-map-support": "^0.5.0"
},
"devDependencies": {
"jest-runtime": "^22.1.0"
"jest-runtime": "^22.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-repl",
"version": "22.1.0",
"version": "22.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^22.1.0",
"jest-runtime": "^22.1.1",
"jest-util": "^22.1.0",
"repl": "^0.1.3",
"yargs": "^10.0.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "22.1.0",
"version": "22.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,13 +9,13 @@
"main": "build/index.js",
"dependencies": {
"exit": "^0.1.2",
"jest-config": "^22.1.0",
"jest-config": "^22.1.1",
"jest-docblock": "^22.1.0",
"jest-haste-map": "^22.1.0",
"jest-jasmine2": "^22.1.0",
"jest-jasmine2": "^22.1.1",
"jest-leak-detector": "^22.1.0",
"jest-message-util": "^22.1.0",
"jest-runtime": "^22.1.0",
"jest-runtime": "^22.1.1",
"jest-util": "^22.1.0",
"jest-worker": "^22.1.0",
"throat": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "22.1.0",
"version": "22.1.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -15,7 +15,7 @@
"convert-source-map": "^1.4.0",
"exit": "^0.1.2",
"graceful-fs": "^4.1.11",
"jest-config": "^22.1.0",
"jest-config": "^22.1.1",
"jest-haste-map": "^22.1.0",
"jest-regex-util": "^22.1.0",
"jest-resolve": "^22.1.0",
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": "Delightful JavaScript Testing.",
"version": "22.1.0",
"version": "22.1.1",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^22.1.0"
"jest-cli": "^22.1.1"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 8b46fa8

Please sign in to comment.