From 132b9efeebf35861858b1e727b850a6fa5eac1d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 03:29:36 +0000 Subject: [PATCH] Update standard requirement from ^10.0.1 to ^12.0.1 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...v12.0.1) 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..7103e90d12d8 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": "^12.0.1", "webpack": "^1.13.1", "webpack-dev-server": "^1.14.1" },