|  | @@ -7,13 +7,13 @@
 | 
	
		
			
			| 7 | 7 |      "test": "jest"
 | 
	
		
			
			| 8 | 8 |    },
 | 
	
		
			
			| 9 | 9 |    "dependencies": {
 | 
	
		
			
			| 10 |  | -    "react": "16.6.3",
 | 
	
		
			
			| 11 |  | -    "react-native": "0.58.5",
 | 
	
		
			
			|  | 10 | +    "react": "^16.8.3",
 | 
	
		
			
			|  | 11 | +    "react-native": "^0.59.1",
 | 
	
		
			
			| 12 | 12 |      "react-native-autoheight-webview": "../",
 | 
	
		
			
			| 13 |  | -    "react-native-webview": "^5.2.1"
 | 
	
		
			
			|  | 13 | +    "react-native-webview": "^5.4.2"
 | 
	
		
			
			| 14 | 14 |    },
 | 
	
		
			
			| 15 | 15 |    "devDependencies": {
 | 
	
		
			
			| 16 |  | -    "babel-core": "^7.0.0-bridge.0",
 | 
	
		
			
			|  | 16 | +    "@babel/core": "*",
 | 
	
		
			
			| 17 | 17 |      "babel-jest": "24.0.0",
 | 
	
		
			
			| 18 | 18 |      "jest": "24.0.0",
 | 
	
		
			
			| 19 | 19 |      "metro-react-native-babel-preset": "0.51.1",
 |