From 442d7bd1137860170341933b4f01114a34093800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 17 Apr 2019 13:03:05 +0000 Subject: [PATCH] Update nwb requirement from 0.21.x to 0.23.x Updates the requirements on [nwb](https://github.com/insin/nwb) to permit the latest version. - [Release notes](https://github.com/insin/nwb/releases) - [Changelog](https://github.com/insin/nwb/blob/master/CHANGES.md) - [Commits](https://github.com/insin/nwb/compare/v0.21.0...v0.23.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f9ae58..134bb5c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react": "16.x" }, "devDependencies": { - "nwb": "0.21.x", + "nwb": "0.23.x", "react": "^16.2.0", "react-dom": "^16.2.0" }