Bump metro@0.26.0

Reviewed By: cpojer

Differential Revision: D6976161

fbshipit-source-id: 0cf20f4b2372997a8aac41cc07a9bdd641a93ad4
This commit is contained in:
Rafael Oleza 2018-02-13 07:04:00 -08:00 committed by Facebook Github Bot
parent c955b65b22
commit 33e93dcde3
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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