From 6b8d9cf2896c0f88ebbb66444a2939c55aaffb85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 15 Jan 2019 05:35:20 +0000 Subject: [PATCH] Update xo requirement from ^0.23.0 to ^0.24.0 Updates the requirements on [xo](https://github.com/xojs/xo) to permit the latest version. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](https://github.com/xojs/xo/commits/v0.24.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 17416dd..2f02a14 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "np": "^3.0.0", "request-promise": "^4.2.0", "test-listen": "^1.0.2", - "xo": "^0.23.0" + "xo": "^0.24.0" }, "peerDependencies": { "micro": "^9.0.0"