Skip to content

Commit

Permalink
v13.1.0 (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Jul 5, 2016
1 parent 3bec765 commit 0d35b14
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.20",
"version": "13.0.0",
"version": "13.1.0",
"linkedFiles": {
"prefix": "/**\n * @flow\n */\n"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
@@ -1,22 +1,22 @@
{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "13.0.0",
"version": "13.1.0",
"main": "build/jest.js",
"dependencies": {
"chalk": "^1.1.1",
"graceful-fs": "^4.1.3",
"jest-changed-files": "^13.0.0",
"jest-config": "^13.0.0",
"jest-environment-jsdom": "^13.0.0",
"jest-config": "^13.1.0",
"jest-environment-jsdom": "^13.1.0",
"jest-haste-map": "^13.0.0",
"jest-jasmine1": "^13.0.0",
"jest-jasmine2": "^13.0.0",
"jest-jasmine1": "^13.1.0",
"jest-jasmine2": "^13.1.0",
"jest-mock": "^13.0.0",
"jest-resolve": "^13.0.0",
"jest-runtime": "^13.0.0",
"jest-util": "^13.0.0",
"jest-snapshot": "^13.0.0",
"jest-runtime": "^13.1.0",
"jest-util": "^13.1.0",
"jest-snapshot": "^13.1.0",
"json-stable-stringify": "^1.0.0",
"lodash.template": "^4.2.4",
"sane": "^1.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,13 +10,13 @@
"dependencies": {
"chalk": "^1.1.1",
"istanbul": "^0.4.2",
"jest-environment-jsdom": "^13.0.0",
"jest-environment-node": "^13.0.0",
"jest-jasmine1": "^13.0.0",
"jest-jasmine2": "^13.0.0",
"jest-environment-jsdom": "^13.1.0",
"jest-environment-node": "^13.1.0",
"jest-jasmine1": "^13.1.0",
"jest-jasmine2": "^13.1.0",
"jest-mock": "^13.0.0",
"jest-resolve": "^13.0.0",
"jest-util": "^13.0.0",
"jest-util": "^13.1.0",
"json-stable-stringify": "^1.0.0",
"node-notifier": "^4.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"jsdom": "^9.2.1",
"jest-util": "^13.0.0"
"jest-util": "^13.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-environment-node/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-environment-node",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-util": "^13.0.0"
"jest-util": "^13.1.0"
},
"jest": {
"rootDir": "./build",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine1/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine1",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "build/index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"jest-util": "^13.0.0"
"jest-util": "^13.1.0"
},
"jest": {
"rootDir": "./build",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"graceful-fs": "^4.1.3",
"jasmine-check": "^0.1.4",
"jest-snapshot": "^13.0.0",
"jest-util": "^13.0.0"
"jest-snapshot": "^13.1.0",
"jest-util": "^13.1.0"
},
"jest": {
"rootDir": "./build",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-repl/package.json
@@ -1,15 +1,15 @@
{
"name": "jest-repl",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^13.0.0",
"jest-util": "^13.0.0",
"jest-runtime": "^13.1.0",
"jest-util": "^13.1.0",
"repl": "^0.1.3",
"yargs": "^4.7.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,21 +9,21 @@
"main": "build/index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"jest-config": "^13.0.0",
"jest-environment-jsdom": "^13.0.0",
"jest-config": "^13.1.0",
"jest-environment-jsdom": "^13.1.0",
"jest-haste-map": "^13.0.0",
"jest-mock": "^13.0.0",
"jest-resolve": "^13.0.0",
"jest-snapshot": "^13.0.0",
"jest-util": "^13.0.0",
"jest-snapshot": "^13.1.0",
"jest-util": "^13.1.0",
"json-stable-stringify": "^1.0.0",
"yargs": "^4.7.1"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
},
"devDependencies": {
"jest-config": "^13.0.0"
"jest-config": "^13.1.0"
},
"jest": {
"automock": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-snapshot/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-snapshot",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-util": "^13.0.0",
"jest-util": "^13.1.0",
"pretty-format": "^3.4.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
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.0.0",
"version": "13.1.0",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^13.0.0"
"jest-cli": "^13.1.0"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 0d35b14

Please sign in to comment.