From 8f6e625fd6c2616d23bca88019ddc381dc756451 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 17:22:00 +0000 Subject: [PATCH] Update standard requirement from ^10.0.1 to ^13.0.0 Updates the requirements on [standard](https://github.com/standard/standard) to permit the latest version. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/standard/compare/v10.0.1...v13.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 0083bc0e4d9a..fa3637b8aa19 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "babel-preset-es2016": "^6.11.3", "babel-preset-react": "^6.11.1", "snazzy": "^7.0.0", - "standard": "^10.0.1", + "standard": "^13.0.0", "webpack": "^1.13.1", "webpack-dev-server": "^1.14.1" },