mirror of https://github.com/status-im/metro.git
Bump metro@0.24.5
Reviewed By: BYK Differential Revision: D6759031 fbshipit-source-id: b6ba1e2da77b944c8c73d229749f84d9c16035c7
This commit is contained in:
parent
b5d123a99c
commit
350e9e4a7e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"lerna": "2.4.0",
|
||||
"version": "0.24.4",
|
||||
"version": "0.24.5",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.24.4",
|
||||
"version": "0.24.5",
|
||||
"name": "metro-core",
|
||||
"description": "🚇 Core files for Metro",
|
||||
"main": "src/index.js",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.24.4",
|
||||
"version": "0.24.5",
|
||||
"name": "metro-source-map",
|
||||
"description": "🚇 Source map generator for Metro.",
|
||||
"main": "src/source-map.js",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.24.4",
|
||||
"version": "0.24.5",
|
||||
"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.4",
|
||||
"metro-source-map": "0.24.4",
|
||||
"metro-core": "0.24.5",
|
||||
"metro-source-map": "0.24.5",
|
||||
"mime-types": "2.1.11",
|
||||
"mkdirp": "^0.5.1",
|
||||
"request": "^2.79.0",
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`getTransformCacheKeyFn Should return always the same key for the same params 1`] = `"b2ccafe92b59d525a827be33f7579633f4859b48"`;
|
||||
exports[`getTransformCacheKeyFn Should return always the same key for the same params 1`] = `"97134494e17599ff0cc6c4d0ac46c851b55cae97"`;
|
||||
|
|
Loading…
Reference in New Issue