denvned / isomorphic-relay

Adds server side rendering support to React Relay
BSD 2-Clause "Simplified" License
242 stars 53 forks source link

allowing any version of patch / minor for react-relay 8 or 9 #45

Closed antialias closed 8 years ago

antialias commented 8 years ago

Fixes a peerdep error / warning when installing with latest version of react-relay, which is currently at 0.9.2.

antialias commented 8 years ago

@denvned

denvned commented 8 years ago

isomorphic-relay depends on some Relay non-public APIs that might significantly change even in a patch version of Relay, that's why it always references exact versions.

I've just updated the Relay version to v0.9.2 in the package.json. Excuse me for delay.