|  | @@ -14,20 +14,20 @@
 | 
	
		
			
				|  |  |      "testwatch": "nodemon --watch src --watch test --watch styles -e js,css,html --exec \"npm run compile --silent && npm test\""
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "dependencies": {
 | 
	
		
			
				|  |  | -    "babel-cli": "^6.18.0",
 | 
	
		
			
				|  |  | -    "babel-core": "^6.21.0",
 | 
	
		
			
				|  |  | -    "babel-loader": "^6.2.10",
 | 
	
		
			
				|  |  | -    "babel-plugin-transform-object-rest-spread": "^6.20.2",
 | 
	
		
			
				|  |  | +    "babel-cli": "^6.23.0",
 | 
	
		
			
				|  |  | +    "babel-core": "^6.23.1",
 | 
	
		
			
				|  |  | +    "babel-loader": "^6.3.2",
 | 
	
		
			
				|  |  | +    "babel-plugin-transform-object-rest-spread": "^6.23.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.16.0",
 | 
	
		
			
				|  |  | -    "cross-env": "^3.1.3",
 | 
	
		
			
				|  |  | -    "react": "^15.4.1",
 | 
	
		
			
				|  |  | -    "react-dom": "^15.4.1",
 | 
	
		
			
				|  |  | -    "react-redux": "^5.0.1",
 | 
	
		
			
				|  |  | +    "babel-plugin-transform-runtime": "^6.23.0",
 | 
	
		
			
				|  |  | +    "babel-preset-latest": "^6.22.0",
 | 
	
		
			
				|  |  | +    "babel-preset-react": "^6.23.0",
 | 
	
		
			
				|  |  | +    "cross-env": "^3.1.4",
 | 
	
		
			
				|  |  | +    "react": "^15.4.2",
 | 
	
		
			
				|  |  | +    "react-dom": "^15.4.2",
 | 
	
		
			
				|  |  | +    "react-redux": "^5.0.3",
 | 
	
		
			
				|  |  |      "redux": "^3.6.0",
 | 
	
		
			
				|  |  | -    "redux-thunk": "^2.1.0",
 | 
	
		
			
				|  |  | +    "redux-thunk": "^2.2.0",
 | 
	
		
			
				|  |  |      "webpack": "^1.14.0"
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "devDependencies": {
 |