martinandert / react-translate-component

A component for React that utilizes the Counterpart module to provide multi-lingual/localized text content.
MIT License
322 stars 31 forks source link

Update to react 0.13 #5

Closed armandabric closed 9 years ago

armandabric commented 9 years ago

I'm using react 0.13 but the peerDependencies lock to react 1.20:

"peerDependencies": {
  "react": "^0.12.1",
  "counterpart": "^0.16.4",
  "react-interpolate-component": "^0.6.2"
},

Is it possible to upgrade to the last react version ?

martinandert commented 9 years ago

Done. I've released a new minor version.

armandabric commented 9 years ago

Thanks!