|  | @@ -14,18 +14,18 @@
 | 
	
		
			
				|  |  |      "watch": "nodemon --watch src --watch test --watch styles -e js,css,html --exec \"npm run compile --silent\""
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "dependencies": {
 | 
	
		
			
				|  |  | -    "babel-cli": "^6.14.0",
 | 
	
		
			
				|  |  | -    "babel-core": "^6.14.0",
 | 
	
		
			
				|  |  | -    "babel-loader": "^6.2.5",
 | 
	
		
			
				|  |  | +    "babel-cli": "^6.18.0",
 | 
	
		
			
				|  |  | +    "babel-core": "^6.18.2",
 | 
	
		
			
				|  |  | +    "babel-loader": "^6.2.8",
 | 
	
		
			
				|  |  |      "babel-plugin-transform-object-rest-spread": "^6.19.0",
 | 
	
		
			
				|  |  |      "babel-plugin-transform-remove-console": "^6.8.0",
 | 
	
		
			
				|  |  |      "babel-plugin-transform-runtime": "^6.15.0",
 | 
	
		
			
				|  |  |      "babel-preset-latest": "^6.16.0",
 | 
	
		
			
				|  |  | -    "babel-preset-react": "^6.11.1",
 | 
	
		
			
				|  |  | +    "babel-preset-react": "^6.16.0",
 | 
	
		
			
				|  |  |      "cross-env": "^1.0.8",
 | 
	
		
			
				|  |  | -    "react": "^15.3.2",
 | 
	
		
			
				|  |  | -    "react-dom": "^15.3.2",
 | 
	
		
			
				|  |  | -    "webpack": "^1.13.2"
 | 
	
		
			
				|  |  | +    "react": "^15.4.1",
 | 
	
		
			
				|  |  | +    "react-dom": "^15.4.1",
 | 
	
		
			
				|  |  | +    "webpack": "^1.13.3"
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "devDependencies": {
 | 
	
		
			
				|  |  |      "nodemon": "^1.9.1",
 |