Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
This commit updates dependencies in `package.json` and `typings.json`.
`ts-node` is restricted to `~1.2.3` due to an issue that causes tests to
fail with `1.3.0`.
  • Loading branch information
mcmath committed Aug 22, 2016
1 parent e825ebd commit 27f9781
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"homepage": "https://github.com/akim-mcmath/deep-map#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"istanbul": "1.0.0-alpha.2",
"mocha": "^2.5.3",
"rimraf": "^2.5.2",
"sinon": "^1.17.4",
"coveralls": "^2.11.12",
"istanbul": "1.1.0-alpha.1",
"mocha": "^3.0.2",
"rimraf": "^2.5.4",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"ts-node": "^0.9.1",
"tslint": "^3.11.0",
"ts-node": "~1.2.3",
"tslint": "^3.14.0",
"typescript": "^1.8.10",
"typings": "^1.1.0"
"typings": "^1.3.2"
},
"dependencies": {
"es6-weak-map": "^2.0.1",
"lodash": "^4.13.1"
"lodash": "^4.15.0"
}
}
10 changes: 5 additions & 5 deletions typings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "deep-map",
"globalDevDependencies": {
"mocha": "registry:env/mocha#2.2.5+20160321223601"
"mocha": "registry:env/mocha#2.2.5+20160723033700"
},
"devDependencies": {
"chai": "registry:npm/chai#3.5.0+20160415060238",
"sinon": "registry:npm/sinon#1.16.0+20160427193336",
"sinon-chai": "registry:npm/sinon-chai#2.8.0+20160310030142",
"lodash": "registry:npm/lodash#4.0.0+20160416211519"
"chai": "registry:npm/chai#3.5.0+20160723033700",
"lodash": "registry:npm/lodash#4.0.0+20160723033700",
"sinon": "registry:npm/sinon#1.16.0+20160723033700",
"sinon-chai": "registry:npm/sinon-chai#2.8.0+20160310030142"
}
}

0 comments on commit 27f9781

Please sign in to comment.