metro-core
Advanced tools
Comparing version 0.24.6 to 0.24.7
{ | ||
"version": "0.24.6", | ||
"version": "0.24.7", | ||
"name": "metro-core", | ||
@@ -15,4 +15,4 @@ "description": "🚇 Core files for Metro", | ||
"dependencies": { | ||
"lodash": "^4.16.6" | ||
"lodash.throttle": "^4.1.1" | ||
} | ||
} |
@@ -16,3 +16,3 @@ /** | ||
const readline = require('readline'); | ||
const throttle = require('lodash/throttle'); | ||
const throttle = require('lodash.throttle'); | ||
const tty = require('tty'); | ||
@@ -19,0 +19,0 @@ const util = require('util'); |
Sorry, the diff of this file is not supported yet
25333
+ Addedlodash.throttle@^4.1.1
+ Addedlodash.throttle@4.1.1(transitive)
- Removedlodash@^4.16.6
- Removedlodash@4.17.21(transitive)