Skip to content

Commit

Permalink
v13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Jul 7, 2016
1 parent 711eddd commit 2e56dd7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.20",
"version": "13.1.3",
"version": "13.2.0",
"linkedFiles": {
"prefix": "/**\n * @flow\n */\n"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-cli/package.json
@@ -1,20 +1,20 @@
{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "13.1.3",
"version": "13.2.0",
"main": "build/jest.js",
"dependencies": {
"chalk": "^1.1.1",
"graceful-fs": "^4.1.3",
"jest-changed-files": "^13.0.0",
"jest-config": "^13.1.3",
"jest-environment-jsdom": "^13.1.3",
"jest-config": "^13.2.0",
"jest-environment-jsdom": "^13.2.0",
"jest-haste-map": "^13.1.1",
"jest-jasmine1": "^13.1.2",
"jest-jasmine2": "^13.1.2",
"jest-mock": "^13.1.1",
"jest-resolve": "^13.1.1",
"jest-runtime": "^13.1.3",
"jest-runtime": "^13.2.0",
"jest-util": "^13.1.2",
"jest-snapshot": "^13.1.2",
"json-stable-stringify": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "13.1.3",
"version": "13.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"chalk": "^1.1.1",
"istanbul": "^0.4.2",
"jest-environment-jsdom": "^13.1.3",
"jest-environment-node": "^13.1.3",
"jest-environment-jsdom": "^13.2.0",
"jest-environment-node": "^13.2.0",
"jest-jasmine1": "^13.1.2",
"jest-jasmine2": "^13.1.2",
"jest-mock": "^13.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "13.1.3",
"version": "13.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-node/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "13.1.3",
"version": "13.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-repl/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-repl",
"version": "13.1.3",
"version": "13.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^13.1.3",
"jest-runtime": "^13.2.0",
"jest-util": "^13.1.2",
"repl": "^0.1.3",
"yargs": "^4.7.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "13.1.3",
"version": "13.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,8 +9,8 @@
"main": "build/index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"jest-config": "^13.1.3",
"jest-environment-jsdom": "^13.1.3",
"jest-config": "^13.2.0",
"jest-environment-jsdom": "^13.2.0",
"jest-haste-map": "^13.1.1",
"jest-mock": "^13.1.1",
"jest-resolve": "^13.1.1",
Expand All @@ -23,7 +23,7 @@
"jest-runtime": "./bin/jest-runtime.js"
},
"devDependencies": {
"jest-config": "^13.1.3"
"jest-config": "^13.2.0"
},
"jest": {
"automock": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
@@ -1,10 +1,10 @@
{
"name": "jest",
"description": "Painless JavaScript Unit Testing.",
"version": "13.1.3",
"version": "13.2.0",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^13.1.3"
"jest-cli": "^13.2.0"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 2e56dd7

Please sign in to comment.