Bump metro@0.24.6

Reviewed By: arcanis, cpojer

Differential Revision: D6761110

fbshipit-source-id: b23536d639ed9e963893ef784c93aa0c6ab452a4
This commit is contained in:
Rafael Oleza 2018-01-19 11:22:43 -08:00 committed by Facebook Github Bot
parent 19e52ee233
commit 13ba5516d1
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "0.24.5",
"version": "0.24.6",
"name": "metro",
"description": "🚇 The JavaScript bundler for React Native.",
"main": "src/index.js",
@ -42,8 +42,8 @@
"left-pad": "^1.1.3",
"lodash": "^4.16.6",
"merge-stream": "^1.0.1",
"metro-core": "0.24.5",
"metro-source-map": "0.24.5",
"metro-core": "0.24.6",
"metro-source-map": "0.24.6",
"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`] = `"97134494e17599ff0cc6c4d0ac46c851b55cae97"`;
exports[`getTransformCacheKeyFn Should return always the same key for the same params 1`] = `"6956e88e4f4f821c4a4e5afb08bef3eaf21d0336"`;