Skip to content

Commit de104fb

Browse files
greenkeeper[bot]unional
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#18)
* chore(package): update dependencies * docs(readme): add Greenkeeper badge
1 parent 503d095 commit de104fb

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Typings-React-Router
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/types/npm-react-router.svg)](https://greenkeeper.io/)
4+
35
This is typings for thee [react-router](https://github.com/reactjs/react-router)
46

57
It's highly suggested to install with [typings](https://github.com/typings/typings) definition manager.

‎package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"prepublish": "typings install"
1515
},
1616
"devDependencies": {
17-
"blue-tape": "^0.2.0",
17+
"blue-tape": "^1.0.0",
1818
"jspm": "^0.16.42",
19-
"onchange": "^2.5.0",
20-
"react": "15.3.0",
21-
"react-router": "2.6.1",
19+
"onchange": "^3.2.1",
20+
"react": "15.5.4",
21+
"react-router": "4.1.1",
2222
"stream": "0.0.2",
2323
"tap-spec": "^4.1.1",
24-
"tape-run": "^2.1.4",
25-
"ts-node": "^1.2.2",
26-
"tslint": "^3.14.0",
27-
"tslint-config-typings": "^0.2.3",
28-
"typings": "^1.3.2"
24+
"tape-run": "^3.0.0",
25+
"ts-node": "^3.0.3",
26+
"tslint": "^5.2.0",
27+
"tslint-config-typings": "^0.3.1",
28+
"typings": "^2.1.1"
2929
}
3030
}

0 commit comments

Comments
 (0)