|  | @@ -14,25 +14,25 @@
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "dependencies": {
 | 
	
		
			
				|  |  |      "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-core": "^6.21.0",
 | 
	
		
			
				|  |  | +    "babel-loader": "^6.2.10",
 | 
	
		
			
				|  |  | +    "babel-plugin-transform-object-rest-spread": "^6.20.2",
 | 
	
		
			
				|  |  |      "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": "^1.0.8",
 | 
	
		
			
				|  |  | +    "cross-env": "^3.1.3",
 | 
	
		
			
				|  |  |      "react": "^15.4.1",
 | 
	
		
			
				|  |  |      "react-dom": "^15.4.1",
 | 
	
		
			
				|  |  | -    "react-redux": "^4.4.6",
 | 
	
		
			
				|  |  | +    "react-redux": "^5.0.1",
 | 
	
		
			
				|  |  |      "redux": "^3.6.0",
 | 
	
		
			
				|  |  |      "redux-thunk": "^2.1.0",
 | 
	
		
			
				|  |  | -    "webpack": "^1.13.3"
 | 
	
		
			
				|  |  | +    "webpack": "^1.14.0"
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "devDependencies": {
 | 
	
		
			
				|  |  | -    "nodemon": "^1.9.1",
 | 
	
		
			
				|  |  | -    "tape-promise": "^2.0.0",
 | 
	
		
			
				|  |  | -    "tape": "^4.5.1"
 | 
	
		
			
				|  |  | +    "nodemon": "^1.11.0",
 | 
	
		
			
				|  |  | +    "tape-promise": "^2.0.1",
 | 
	
		
			
				|  |  | +    "tape": "^4.6.3"
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "private": true
 | 
	
		
			
				|  |  |  }
 |