update dependencies

This commit is contained in:
Philipp Kunz 2016-09-02 18:11:33 +02:00
parent 402e2b982f
commit fab863c66c
3 changed files with 10 additions and 13 deletions

7
.gitignore vendored
View File

@ -1,7 +1,4 @@
.idea/
coverage/
docs/
ts/*.js
ts/*.js.map
ts/typings/
node_modules
pages/
.nogit/

View File

@ -1,5 +1,5 @@
.idea/
docs/
coverage/
ts/
node_modules/
pages/

View File

@ -24,17 +24,17 @@
},
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
"dependencies": {
"@types/lodash": "0.x.x",
"@types/lodash": "4.x.x",
"@types/q": "0.x.x",
"beautylog": "^5.0.20",
"lodash": "^4.14.1",
"beautylog": "^5.0.23",
"lodash": "^4.15.0",
"q": "^1.4.1",
"rxjs": "^5.0.0-beta.10",
"typings-global": "^1.0.6"
"rxjs": "^5.0.0-beta.11",
"typings-global": "^1.0.14"
},
"devDependencies": {
"npmts-g": "^5.2.8",
"should": "^10.0.0",
"typings-test": "^1.0.1"
"should": "^11.1.0",
"typings-test": "^1.0.2"
}
}