package-json-sync-test: verify metro-bundler dependencies as well

Reviewed By: davidaurelio

Differential Revision: D5370620

fbshipit-source-id: fdcbcd0b9bb78f37745ace28f9f8c17b8b8fd52e
This commit is contained in:
Jean Lauliac 2017-07-11 03:26:42 -07:00 committed by Facebook Github Bot
parent b26b048c78
commit 392a129b56
2 changed files with 12 additions and 12 deletions

View File

@ -18,7 +18,7 @@
"babel-generator": "^6.24.1", "babel-generator": "^6.24.1",
"babel-plugin-external-helpers": "^6.18.0", "babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015-node": "^6.1.1", "babel-preset-es2015-node": "^6.1.1",
"babel-preset-fbjs": "^2.1.0", "babel-preset-fbjs": "^2.1.4",
"babel-preset-react-native": "^2.0.0", "babel-preset-react-native": "^2.0.0",
"babel-register": "^6.24.1", "babel-register": "^6.24.1",
"babylon": "^6.17.0", "babylon": "^6.17.0",
@ -31,7 +31,7 @@
"graceful-fs": "^4.1.3", "graceful-fs": "^4.1.3",
"image-size": "^0.6.0", "image-size": "^0.6.0",
"jest-docblock": "^20.0.3", "jest-docblock": "^20.0.3",
"jest-haste-map": "^20.1.0-alpha.1", "jest-haste-map": "20.1.0-alpha.3",
"json-stable-stringify": "^1.0.1", "json-stable-stringify": "^1.0.1",
"json5": "^0.4.0", "json5": "^0.4.0",
"left-pad": "^1.1.3", "left-pad": "^1.1.3",

View File

@ -503,9 +503,9 @@ babel-preset-es2015-node@^6.1.1:
babel-plugin-transform-es2015-unicode-regex "6.x" babel-plugin-transform-es2015-unicode-regex "6.x"
semver "5.x" semver "5.x"
babel-preset-fbjs@^2.1.0: babel-preset-fbjs@^2.1.4:
version "2.1.2" version "2.1.4"
resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-2.1.2.tgz#f52b2df56b1da883ffb7798b3b3be42c4c647a77" resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-2.1.4.tgz#22f358e6654073acf61e47a052a777d7bccf03af"
dependencies: dependencies:
babel-plugin-check-es2015-constants "^6.8.0" babel-plugin-check-es2015-constants "^6.8.0"
babel-plugin-syntax-class-properties "^6.8.0" babel-plugin-syntax-class-properties "^6.8.0"
@ -1167,17 +1167,17 @@ jest-docblock@^20.0.3:
version "20.0.3" version "20.0.3"
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-20.0.3.tgz#17bea984342cc33d83c50fbe1545ea0efaa44712" resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-20.0.3.tgz#17bea984342cc33d83c50fbe1545ea0efaa44712"
jest-docblock@^20.1.0-alpha.1: jest-docblock@^20.1.0-alpha.3:
version "20.1.0-alpha.1" version "20.1.0-alpha.3"
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-20.1.0-alpha.1.tgz#f486a065478325b4cbf55bd0bf9504b19e7727d1" resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-20.1.0-alpha.3.tgz#d35995bb58fd7603fc04551bb2a5f3220a92e98b"
jest-haste-map@^20.1.0-alpha.1: jest-haste-map@20.1.0-alpha.3:
version "20.1.0-alpha.1" version "20.1.0-alpha.3"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-20.1.0-alpha.1.tgz#809766bfc09073805c203faa44a1ba5e05dd8799" resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-20.1.0-alpha.3.tgz#37a1eea267cd770b99114a39c049a287501edf72"
dependencies: dependencies:
fb-watchman "^2.0.0" fb-watchman "^2.0.0"
graceful-fs "^4.1.11" graceful-fs "^4.1.11"
jest-docblock "^20.1.0-alpha.1" jest-docblock "^20.1.0-alpha.3"
micromatch "^2.3.11" micromatch "^2.3.11"
sane "^2.0.0" sane "^2.0.0"
worker-farm "^1.3.1" worker-farm "^1.3.1"