Skip to content

Commit

Permalink
v14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Aug 1, 2016
1 parent f48426b commit 9c2517f
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 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.0.0-beta.24",
"version": "14.0.2",
"version": "14.1.0",
"linkedFiles": {
"prefix": "/**\n * @flow\n */\n"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-jest",
"version": "14.0.2",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-preset-jest": "^14.0.0"
"babel-preset-jest": "^14.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "14.0.0",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-preset-jest",
"version": "14.0.0",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^14.0.0"
"babel-plugin-jest-hoist": "^14.1.0"
}
}
12 changes: 6 additions & 6 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "14.0.1",
"version": "14.1.0",
"main": "build/jest.js",
"dependencies": {
"chalk": "^1.1.1",
"graceful-fs": "^4.1.3",
"istanbul": "^0.4.4",
"jest-changed-files": "^14.0.0",
"jest-config": "^14.0.1",
"jest-config": "^14.1.0",
"jest-environment-jsdom": "^14.0.0",
"jest-file-exists": "^14.0.0",
"jest-haste-map": "^14.0.0",
"jest-haste-map": "^14.1.0",
"jest-jasmine2": "^14.0.0",
"jest-mock": "^14.0.0",
"jest-resolve-dependencies": "^14.0.0",
"jest-resolve": "^14.0.0",
"jest-runtime": "^14.0.1",
"jest-resolve-dependencies": "^14.1.0",
"jest-resolve": "^14.1.0",
"jest-runtime": "^14.1.0",
"jest-snapshot": "^14.0.0",
"jest-util": "^14.0.0",
"json-stable-stringify": "^1.0.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": "14.0.1",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -14,7 +14,7 @@
"jest-environment-node": "^14.0.0",
"jest-jasmine2": "^14.0.0",
"jest-mock": "^14.0.0",
"jest-resolve": "^14.0.0",
"jest-resolve": "^14.1.0",
"jest-util": "^14.0.0",
"json-stable-stringify": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion 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": "14.0.0",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-react-native",
"version": "14.0.0",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
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": "14.0.1",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^14.0.1",
"jest-runtime": "^14.1.0",
"jest-util": "^14.0.0",
"repl": "^0.1.3",
"yargs": "^4.7.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "14.0.0",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "build/index.js",
"dependencies": {
"jest-file-exists": "^14.0.0",
"jest-resolve": "^14.0.0"
"jest-resolve": "^14.1.0"
},
"jest": {
"rootDir": "./src",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "14.0.0",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"browser-resolve": "^1.11.2",
"jest-file-exists": "^14.0.0",
"jest-haste-map": "^14.0.0",
"jest-haste-map": "^14.1.0",
"resolve": "^1.1.6"
},
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "14.0.1",
"version": "14.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,11 +13,11 @@
"babel-plugin-istanbul": "^1.1.0",
"chalk": "^1.1.3",
"graceful-fs": "^4.1.3",
"jest-config": "^14.0.1",
"jest-config": "^14.1.0",
"jest-file-exists": "^14.0.0",
"jest-haste-map": "^14.0.0",
"jest-haste-map": "^14.1.0",
"jest-mock": "^14.0.0",
"jest-resolve": "^14.0.0",
"jest-resolve": "^14.1.0",
"jest-snapshot": "^14.0.0",
"jest-util": "^14.0.0",
"json-stable-stringify": "^1.0.0",
Expand All @@ -27,7 +27,7 @@
"jest-runtime": "./bin/jest-runtime.js"
},
"devDependencies": {
"jest-config": "^14.0.1",
"jest-config": "^14.1.0",
"jest-environment-node": "^14.0.0"
},
"jest": {
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": "Painless JavaScript Unit Testing.",
"version": "14.0.1",
"version": "14.1.0",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^14.0.1"
"jest-cli": "^14.1.0"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 9c2517f

Please sign in to comment.