mirror of https://github.com/status-im/metro.git
Upgrade Jest to 23.0.0-alpha.4
Reviewed By: cpojer Differential Revision: D7397960 fbshipit-source-id: 40984ff1ebfccdcba58f898abf8c52e2ed337221
This commit is contained in:
parent
22b5fef24d
commit
a36195a0fd
|
@ -4,7 +4,7 @@
|
||||||
"babel-core": "^6.23.1",
|
"babel-core": "^6.23.1",
|
||||||
"babel-eslint": "8.2.1",
|
"babel-eslint": "8.2.1",
|
||||||
"babel-generator": "^6.26.0",
|
"babel-generator": "^6.26.0",
|
||||||
"babel-jest": "22.4.1",
|
"babel-jest": "23.0.0-alpha.4",
|
||||||
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
|
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
|
||||||
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
||||||
"babel-plugin-transform-class-properties": "^6.18.0",
|
"babel-plugin-transform-class-properties": "^6.18.0",
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
"glob": "^7.1.1",
|
"glob": "^7.1.1",
|
||||||
"istanbul-api": "^1.1.0",
|
"istanbul-api": "^1.1.0",
|
||||||
"istanbul-lib-coverage": "^1.0.0",
|
"istanbul-lib-coverage": "^1.0.0",
|
||||||
"jest": "22.4.2",
|
"jest": "23.0.0-alpha.4",
|
||||||
"lerna": "2.4.0",
|
"lerna": "2.4.0",
|
||||||
"micromatch": "^2.3.11",
|
"micromatch": "^2.3.11",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
|
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jest-serializer": "^22.4.0",
|
"jest-serializer": "22.4.3",
|
||||||
"metro-core": "0.31.0",
|
"metro-core": "0.31.0",
|
||||||
"mkdirp": "^0.5.1"
|
"mkdirp": "^0.5.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
|
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jest-haste-map": "^22.4.2",
|
"jest-haste-map": "23.0.0-alpha.4",
|
||||||
"lodash.throttle": "^4.1.1",
|
"lodash.throttle": "^4.1.1",
|
||||||
"metro-resolver": "^0.31.0",
|
"metro-resolver": "^0.31.0",
|
||||||
"wordwrap": "^1.0.0"
|
"wordwrap": "^1.0.0"
|
||||||
|
|
|
@ -67,9 +67,9 @@
|
||||||
"fs-extra": "^1.0.0",
|
"fs-extra": "^1.0.0",
|
||||||
"graceful-fs": "^4.1.3",
|
"graceful-fs": "^4.1.3",
|
||||||
"image-size": "^0.6.0",
|
"image-size": "^0.6.0",
|
||||||
"jest-docblock": "22.4.0",
|
"jest-docblock": "22.4.3",
|
||||||
"jest-haste-map": "22.4.2",
|
"jest-haste-map": "23.0.0-alpha.4",
|
||||||
"jest-worker": "22.2.2",
|
"jest-worker": "23.0.0-alpha.4",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue