From 43165311aae491c88d7b2593e5a91d33a23339cc Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 21 Mar 2017 12:26:04 +0100 Subject: [PATCH] Update doctrine to 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c211c24bc..101cc31185 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/yannickcr/eslint-plugin-react", "bugs": "https://github.com/yannickcr/eslint-plugin-react/issues", "dependencies": { - "doctrine": "^1.2.2", + "doctrine": "^2.0.0", "has": "^1.0.1", "jsx-ast-utils": "^1.3.4", "array.prototype.find": "^2.0.1",