From de104fb692cfd7a03a918757f4d420fd3cbeaaa3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 4 May 2017 13:49:20 -0700 Subject: [PATCH] =?UTF-8?q?Update=20dependencies=20to=20enable=20Greenkeep?= =?UTF-8?q?er=20=F0=9F=8C=B4=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update dependencies * docs(readme): add Greenkeeper badge --- README.md | 2 ++ package.json | 18 +++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6639a8f..77dc313 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 5d25b72..19a926a 100644 --- a/package.json +++ b/package.json @@ -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" } }