Skip to content

Commit

Permalink
Update deps. (jestjs#3127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored and skovhus committed Apr 29, 2017
1 parent e5400ef commit dd0ca66
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 53 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"chalk": "^1.1.3",
"codecov": "^1.0.1",
"cross-spawn": "^5.1.0",
"eslint": "^3.11.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.28.2",
"eslint": "^3.17.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-markdown": "^1.0.0-beta.4",
"eslint-plugin-react": "^6.7.1",
"flow-bin": "^0.41.0",
"glob": "^7.1.1",
"graceful-fs": "^4.1.11",
"immutable": "^3.8.1",
"immutable": "^4.0.0-rc.1",
"istanbul-api": "^1.1.0",
"istanbul-lib-coverage": "^1.0.0",
"jasmine-reporters": "^2.2.0",
"jsdom": "^9.11.0",
"jsdom": "^9.12.0",
"left-pad": "^1.1.1",
"lerna": "2.0.0-beta.38",
"micromatch": "^2.3.11",
"mkdirp": "^0.5.1",
"prettier": "^0.21.0",
"prettier": "^0.22.0",
"progress": "^1.1.8",
"react": "^15.4.1",
"react-test-renderer": "^15.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-fb-strict/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"babel-eslint": "^7.0.0",
"babel-eslint": "^7.1.1",
"eslint-config-fbjs": "^2.0.0-alpha.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-jest": "^19.0.1"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"dependencies": {
"ansi-escapes": "^1.4.0",
"callsites": "^2.0.0",
"chalk": "^1.1.1",
"graceful-fs": "^4.1.6",
"is-ci": "^1.0.9",
"istanbul-api": "^1.1.0-alpha.1",
"istanbul-lib-coverage": "^1.0.0",
"istanbul-lib-instrument": "^1.1.1",
"chalk": "^1.1.3",
"graceful-fs": "^4.1.11",
"is-ci": "^1.0.10",
"istanbul-api": "^1.1.1",
"istanbul-lib-coverage": "^1.0.1",
"istanbul-lib-instrument": "^1.4.2",
"istanbul-lib-source-maps": "^1.1.0",
"jest-changed-files": "^19.0.2",
"jest-config": "^19.0.2",
Expand All @@ -25,15 +25,15 @@
"jest-runtime": "^19.0.2",
"jest-snapshot": "^19.0.2",
"jest-util": "^19.0.2",
"node-notifier": "^5.0.1",
"node-notifier": "^5.0.2",
"micromatch": "^2.3.11",
"pify": "^2.3.0",
"slash": "^1.0.0",
"string-length": "^1.0.1",
"throat": "^3.0.0",
"which": "^1.1.1",
"which": "^1.2.12",
"worker-farm": "^1.3.1",
"yargs": "^6.3.0"
"yargs": "^7.0.2"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.1",
"chalk": "^1.1.3",
"jest-environment-jsdom": "^19.0.2",
"jest-environment-node": "^19.0.2",
"jest-jasmine2": "^19.0.2",
Expand All @@ -17,6 +17,6 @@
"jest-validate": "^19.0.2",
"pify": "^2.3.0",
"pretty-format": "^19.0.0",
"read-pkg": "^1.0.0"
"read-pkg": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.3",
"diff": "^3.0.0",
"diff": "^3.2.0",
"jest-matcher-utils": "^19.0.0",
"pretty-format": "^19.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"jest-mock": "^19.0.0",
"jest-util": "^19.0.2",
"jsdom": "^9.11.0"
"jsdom": "^9.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "build/index.js",
"dependencies": {
"fb-watchman": "^2.0.0",
"graceful-fs": "^4.1.6",
"graceful-fs": "^4.1.11",
"jest-docblock": "^19.0.2",
"micromatch": "^2.3.11",
"sane": "~1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"graceful-fs": "^4.1.6",
"graceful-fs": "^4.1.11",
"jest-matcher-utils": "^19.0.0",
"jest-matchers": "^19.0.0",
"jest-message-util": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-message-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.1",
"chalk": "^1.1.3",
"micromatch": "^2.3.11"
}
}
2 changes: 1 addition & 1 deletion packages/jest-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jest-runtime": "^19.0.2",
"jest-util": "^19.0.2",
"repl": "^0.1.3",
"yargs": "^6.3.0"
"yargs": "^7.0.2"
},
"bin": {
"jest-repl": "./bin/jest-repl.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"browser-resolve": "^1.11.2",
"is-builtin-module": "^1.0.0",
"resolve": "^1.2.0"
"resolve": "^1.3.2"
},
"devDependencies": {
"jest-haste-map": "^19.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"babel-jest": "^19.0.0",
"babel-plugin-istanbul": "^4.0.0",
"chalk": "^1.1.3",
"convert-source-map": "^1.3.0",
"graceful-fs": "^4.1.6",
"convert-source-map": "^1.4.0",
"graceful-fs": "^4.1.11",
"jest-config": "^19.0.2",
"jest-haste-map": "^19.0.0",
"jest-regex-util": "^19.0.0",
Expand All @@ -22,7 +22,7 @@
"json-stable-stringify": "^1.0.1",
"micromatch": "^2.3.11",
"strip-bom": "3.0.0",
"yargs": "^6.3.0"
"yargs": "^7.0.2"
},
"devDependencies": {
"jest-environment-jsdom": "^19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-test-typescript-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"jest-editor-support": "^19.0.2",
"typescript": "^2.0.10"
"typescript": "^2.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/jest-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.1",
"graceful-fs": "^4.1.6",
"chalk": "^1.1.3",
"graceful-fs": "^4.1.11",
"jest-mock": "^19.0.0",
"jest-validate": "^19.0.2",
"jest-message-util": "^19.0.0",
"leven": "^2.0.0",
"leven": "^2.1.0",
"mkdirp": "^0.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/jest-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.1",
"chalk": "^1.1.3",
"jest-matcher-utils": "^19.0.0",
"leven": "^2.0.0",
"leven": "^2.1.0",
"pretty-format": "^19.0.0"
}
}
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -849,13 +849,13 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-plugin-babel@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.0.tgz#837a74c092ad4d74f9fc74aed43f750906adc827"
eslint-plugin-babel@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.1.tgz#ef285c87039b67beb3bbd227f5b0eed4fb376b87"

eslint-plugin-flowtype@^2.28.2:
version "2.30.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.30.0.tgz#3054a265f9c8afe3046c3d41b72d32a736f9b4ae"
eslint-plugin-flowtype@^2.30.3:
version "2.30.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.30.3.tgz#57835d2c0ed388da7a2725803ec32af2f437c301"
dependencies:
lodash "^4.15.0"

Expand All @@ -877,9 +877,9 @@ eslint-plugin-react@^6.7.1:
jsx-ast-utils "^1.3.4"
object.assign "^4.0.4"

eslint@^3.11.1:
version "3.17.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.17.0.tgz#e2704b09c5bae9fb49ee8bafeea3832c7257d498"
eslint@^3.17.1:
version "3.17.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.17.1.tgz#b80ae12d9c406d858406fccda627afce33ea10ea"
dependencies:
babel-code-frame "^6.16.0"
chalk "^1.1.3"
Expand Down Expand Up @@ -1280,9 +1280,9 @@ ignore@^3.2.0:
version "3.2.4"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.4.tgz#4055e03596729a8fabe45a43c100ad5ed815c4e8"

immutable@^3.8.1:
version "3.8.1"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.1.tgz#200807f11ab0f72710ea485542de088075f68cd2"
immutable@^4.0.0-rc.1:
version "4.0.0-rc.1"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0-rc.1.tgz#75c5d728ccf1fb22d0a459add6748448ae270acc"

imurmurhash@^0.1.4:
version "0.1.4"
Expand Down Expand Up @@ -1653,9 +1653,9 @@ jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

jsdom@^9.11.0:
version "9.11.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-9.11.0.tgz#a95b0304e521a2ca5a63c6ea47bf7708a7a84591"
jsdom@^9.12.0:
version "9.12.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-9.12.0.tgz#e8c546fffcb06c00d4833ca84410fed7f8a097d4"
dependencies:
abab "^1.0.3"
acorn "^4.0.4"
Expand Down Expand Up @@ -2102,9 +2102,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@^0.21.0:
version "0.21.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-0.21.0.tgz#5187ab95fdd9ca63dccf6217ed03b434d72771f8"
prettier@^0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-0.22.0.tgz#7b37c4480d0858180407e5a8e13f0f47da7385d2"
dependencies:
ast-types "0.9.4"
babel-code-frame "6.22.0"
Expand Down

0 comments on commit dd0ca66

Please sign in to comment.