From 25d36031669852ae0eb46cf47070918ebe883b1c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 11:50:25 +0000 Subject: [PATCH] Bump standardx from 5.0.0 to 6.0.0 Bumps [standardx](https://github.com/standard/standardx) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/standard/standardx/releases) - [Commits](https://github.com/standard/standardx/compare/v5.0.0...v6.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fda70c..7ec0c45 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-react": "^7.14.2", "nodemon": "^2.0.1", "prettier": "^2.1.1", - "standardx": "^5.0.0", + "standardx": "^6.0.0", "ts-node": "^9.0.0", "typescript": "^4.0.2" },