Bump metro@0.25.0

Reviewed By: davidaurelio

Differential Revision: D6878299

fbshipit-source-id: cde26c9c9e56ee9a052f1915ad7772ae475b5e41
This commit is contained in:
Rafael Oleza 2018-02-05 21:38:52 -08:00 committed by Facebook Github Bot
parent e162ea7698
commit c2fb238b5d
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "0.24.7",
"version": "0.25.0",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@ -1,5 +1,5 @@
{
"version": "0.24.7",
"version": "0.25.0",
"name": "metro-core",
"description": "🚇 Core files for Metro",
"main": "src/index.js",

View File

@ -1,5 +1,5 @@
{
"version": "0.24.7",
"version": "0.25.0",
"name": "metro-source-map",
"description": "🚇 Source map generator for Metro.",
"main": "src/source-map.js",

View File

@ -1,5 +1,5 @@
{
"version": "0.24.7",
"version": "0.25.0",
"name": "metro",
"description": "🚇 The JavaScript bundler for React Native.",
"main": "src/index.js",
@ -73,8 +73,8 @@
"left-pad": "^1.1.3",
"lodash.throttle": "^4.1.1",
"merge-stream": "^1.0.1",
"metro-core": "0.24.7",
"metro-source-map": "0.24.7",
"metro-core": "0.25.0",
"metro-source-map": "0.25.0",
"mime-types": "2.1.11",
"mkdirp": "^0.5.1",
"request": "^2.79.0",

View File

@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`getTransformCacheKeyFn Should return always the same key for the same params 1`] = `"f243ec0ace91a7c62bb2b359b8c93d7853acb883"`;
exports[`getTransformCacheKeyFn Should return always the same key for the same params 1`] = `"3ea5b389181b02848f86b414129f4ec1f063caae"`;