Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#18)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge
  • Loading branch information
greenkeeper[bot] authored and unional committed May 4, 2017
1 parent 503d095 commit de104fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Typings-React-Router

[![Greenkeeper badge](https://badges.greenkeeper.io/types/npm-react-router.svg)](https://greenkeeper.io/)

This is typings for thee [react-router](https://github.com/reactjs/react-router)

It's highly suggested to install with [typings](https://github.com/typings/typings) definition manager.
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"prepublish": "typings install"
},
"devDependencies": {
"blue-tape": "^0.2.0",
"blue-tape": "^1.0.0",
"jspm": "^0.16.42",
"onchange": "^2.5.0",
"react": "15.3.0",
"react-router": "2.6.1",
"onchange": "^3.2.1",
"react": "15.5.4",
"react-router": "4.1.1",
"stream": "0.0.2",
"tap-spec": "^4.1.1",
"tape-run": "^2.1.4",
"ts-node": "^1.2.2",
"tslint": "^3.14.0",
"tslint-config-typings": "^0.2.3",
"typings": "^1.3.2"
"tape-run": "^3.0.0",
"ts-node": "^3.0.3",
"tslint": "^5.2.0",
"tslint-config-typings": "^0.3.1",
"typings": "^2.1.1"
}
}

0 comments on commit de104fb

Please sign in to comment.