File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import core from 'inori-core' ;
3
+ import { Provider } from 'react-redux' ;
3
4
import getStoreConfigure from "./getStoreConfigure" ;
4
5
5
6
let _store ;
@@ -12,7 +13,7 @@ function _start(Root) {
12
13
const { compose, enhance} = getStoreConfigure ( ) ;
13
14
core . createConfigureStore ( compose , enhance ) ;
14
15
15
- _store = core . createStore ( ) ;
16
+ _store = core . createStore ( ) ;
16
17
17
18
18
19
return ( ) => {
Original file line number Diff line number Diff line change @@ -825,6 +825,12 @@ ini@~1.3.0:
825
825
version "1.3.5"
826
826
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
827
827
828
+ inori-core@^0.2.0 :
829
+ version "0.2.0"
830
+ resolved "https://registry.yarnpkg.com/inori-core/-/inori-core-0.2.0.tgz#8b9d867f90720fac2ba735865fbb82101791fb33"
831
+ dependencies :
832
+ mi-js-utils "^2.1.0"
833
+
828
834
invariant@^2.2.2 :
829
835
version "2.2.4"
830
836
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
@@ -953,6 +959,10 @@ math-random@^1.0.1:
953
959
version "1.0.1"
954
960
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac"
955
961
962
+ mi-js-utils@^2.1.0 :
963
+ version "2.1.0"
964
+ resolved "https://registry.yarnpkg.com/mi-js-utils/-/mi-js-utils-2.1.0.tgz#2c9152d631cf98c70ec6c55a408988aa3ae5f4a4"
965
+
956
966
micromatch@^2.1.5 :
957
967
version "2.3.11"
958
968
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
Original file line number Diff line number Diff line change 16
16
"peerDependencies" : {
17
17
"react" : " ^15.3.2" ,
18
18
"react-dom" : " ^15.3.2" ,
19
- "react-redux" : " ^5.w0 .7" ,
19
+ "react-redux" : " ^5.0 .7" ,
20
20
"redux" : " ^3.0.0" ,
21
21
"redux-observable" : " ^0.18.0"
22
22
},
You can’t perform that action at this time.
0 commit comments