From 0f27ed301ff74a99cc4c0f6b3730de542c537cc0 Mon Sep 17 00:00:00 2001 From: Tom Chen Date: Wed, 27 Apr 2016 10:29:37 +0800 Subject: [PATCH] fix(package.json): update to "react-prop-types-element-of-type@^2.1.0" --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f4a9105..670c0534 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,4 @@ { - "__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json", "name": "react-google-maps", "version": "4.10.0", "description": "React.js Google Maps integration component", @@ -87,7 +86,7 @@ "invariant": "^2.1.1", "lodash.isequal": "^3.0.4", "marker-clusterer-plus": "^2.1.2", - "react-prop-types-element-of-type": "^1.0.2", + "react-prop-types-element-of-type": "^2.1.0", "scriptjs": "^2.5.8", "warning": "^2.1.0" },