Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
Update react-redux to ^5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
isnifer committed Aug 9, 2017
1 parent ed26c43 commit 1286e79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-mixin": "^3.0.5",
"react-native-drawer-layout-polyfill": "^1.1.0",
"react-native-tab-view": "^0.0.61",
"react-redux": "^4.4.5",
"react-redux": "^5.0.6",
"react-static-container": "^1.0.0",
"react-timer-mixin": "^0.13.3",
"redux": "^3.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/ExNavigationConnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import React from 'react';
import { connect } from 'react-redux';
import storeShape from 'react-redux/lib/utils/storeShape';
import { storeShape } from 'react-redux/lib/utils/PropTypes';
import hoistStatics from 'hoist-non-react-statics';
import invariant from 'invariant';

Expand Down
2 changes: 1 addition & 1 deletion src/ExNavigationProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from 'react';
import { View, StyleSheet } from 'react-native';
import PropTypes from 'prop-types';

import storeShape from 'react-redux/lib/utils/storeShape';
import { storeShape } from 'react-redux/lib/utils/PropTypes';

import Actions from './ExNavigationActions';
import { createBackButtonManager } from './ExNavigationBackButtonManager';
Expand Down
2 changes: 1 addition & 1 deletion src/shared-element/ExNavigationSharedElementOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React, { cloneElement } from 'react';
import { View, StyleSheet, findNodeHandle } from 'react-native';

import { createStore } from 'redux';
import storeShape from 'react-redux/lib/utils/storeShape';
import { storeShape } from 'react-redux/lib/utils/PropTypes';

import SharedElementReducer from './ExNavigationSharedElementReducer';

Expand Down

0 comments on commit 1286e79

Please sign in to comment.