diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-22 16:29:31 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-22 16:29:31 -0400 |
| commit | a6af043686e4375d7944e91cae3d5b63c59edab0 (patch) | |
| tree | f814d412b14a2a47f56c933ce38f458055f2f83b /frontend/package.json | |
| parent | 93495ce146c4e81ecfab3a0bca99460e75a759da (diff) | |
Migrate to render props
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index e43e630..70b27c0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "nprogress": "^0.2.0", "prop-types": "^15.6.1", "react": "^16.3.0-alpha.1", - "react-apollo": "^2.1.0-beta.3", + "react-apollo": "^2.1.0-rc.5", "react-dom": "^16.3.0-alpha.1", "react-stripe-checkout": "^2.6.3", "react-transition-group": "^2.2.1", @@ -104,4 +104,4 @@ } } } -}
\ No newline at end of file +} |
