Skip to content

Commit

Permalink
feat(package.json): remove create-react-class from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Sep 13, 2017
1 parent 4a1c34e commit ea41411
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,11 @@
"dependencies": {
"babel-runtime": "^6.11.6",
"can-use-dom": "^0.1.0",
"create-react-class": "^15.5.3",
"google-maps-infobox": "^1.1.13",
"invariant": "^2.2.1",
"lodash": "^4.16.2",
"marker-clusterer-plus": "^2.1.4",
"prop-types": "^15.5.8",
"react-display-name": "^0.2.0",

This comment has been minimized.

Copy link
@edgareler

edgareler Sep 13, 2017

@tomchentw is this correct? Because react-display-name is still required at https://github.com/tomchentw/react-google-maps/blob/master/lib/withGoogleMap.js#L45

This comment has been minimized.

Copy link
@tomchentw

tomchentw Sep 14, 2017

Author Owner

I'm doing refactoring

"react-prop-types-element-of-type": "^2.2.0",
"recompose": "^0.25.0",
"scriptjs": "^2.5.8",
"warning": "^3.0.0"
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2368,7 +2368,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

create-react-class@^15.5.3, create-react-class@^15.6.0:
create-react-class@^15.6.0:
version "15.6.0"
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.0.tgz#ab448497c26566e1e29413e883207d57cfe7bed4"
dependencies:
Expand Down Expand Up @@ -6684,10 +6684,6 @@ react-dev-utils@^4.0.1:
strip-ansi "3.0.1"
text-table "0.2.0"

react-display-name@^0.2.0:
version "0.2.3"
resolved "https://registry.yarnpkg.com/react-display-name/-/react-display-name-0.2.3.tgz#f50204d430c9ca819bc0bade0306e9175d8d1987"

"react-dom@^15 || ^16", react-dom@^15.6.1:
version "15.6.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.1.tgz#2cb0ed4191038e53c209eb3a79a23e2a4cf99470"
Expand Down Expand Up @@ -6749,10 +6745,6 @@ react-prism@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/react-prism/-/react-prism-4.3.0.tgz#3da6fee57ba3e0a7f3de74eb41879cfbca553787"

react-prop-types-element-of-type@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/react-prop-types-element-of-type/-/react-prop-types-element-of-type-2.2.0.tgz#bcc332d3903c2259cf68c28a81c4a663faba59ac"

react-prop-types@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/react-prop-types/-/react-prop-types-0.4.0.tgz#f99b0bfb4006929c9af2051e7c1414a5c75b93d0"
Expand Down

0 comments on commit ea41411

Please sign in to comment.