update dependencies
This commit is contained in:
		
							
								
								
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,7 +1,4 @@
 | 
				
			|||||||
.idea/
 | 
					 | 
				
			||||||
coverage/
 | 
					coverage/
 | 
				
			||||||
docs/
 | 
					 | 
				
			||||||
ts/*.js
 | 
					 | 
				
			||||||
ts/*.js.map
 | 
					 | 
				
			||||||
ts/typings/
 | 
					 | 
				
			||||||
node_modules
 | 
					node_modules
 | 
				
			||||||
 | 
					pages/
 | 
				
			||||||
 | 
					.nogit/
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
.idea/
 | 
					 | 
				
			||||||
docs/
 | 
					docs/
 | 
				
			||||||
coverage/
 | 
					coverage/
 | 
				
			||||||
ts/
 | 
					ts/
 | 
				
			||||||
node_modules/
 | 
					node_modules/
 | 
				
			||||||
 | 
					pages/
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							@@ -24,17 +24,17 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
 | 
					  "homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@types/lodash": "0.x.x",
 | 
					    "@types/lodash": "4.x.x",
 | 
				
			||||||
    "@types/q": "0.x.x",
 | 
					    "@types/q": "0.x.x",
 | 
				
			||||||
    "beautylog": "^5.0.20",
 | 
					    "beautylog": "^5.0.23",
 | 
				
			||||||
    "lodash": "^4.14.1",
 | 
					    "lodash": "^4.15.0",
 | 
				
			||||||
    "q": "^1.4.1",
 | 
					    "q": "^1.4.1",
 | 
				
			||||||
    "rxjs": "^5.0.0-beta.10",
 | 
					    "rxjs": "^5.0.0-beta.11",
 | 
				
			||||||
    "typings-global": "^1.0.6"
 | 
					    "typings-global": "^1.0.14"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "npmts-g": "^5.2.8",
 | 
					    "npmts-g": "^5.2.8",
 | 
				
			||||||
    "should": "^10.0.0",
 | 
					    "should": "^11.1.0",
 | 
				
			||||||
    "typings-test": "^1.0.1"
 | 
					    "typings-test": "^1.0.2"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user