File tree Expand file tree Collapse file tree 14 files changed +23
-23
lines changed Expand file tree Collapse file tree 14 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 3
3
" packages/*"
4
4
],
5
5
"npmClient" : " yarn" ,
6
- "version" : " 0.0.8 "
6
+ "version" : " 0.0.10 "
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-cli" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " A command line interface for Reactant" ,
5
5
"engines" : {
6
6
"node" : " >=8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-di" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " A dependency injection lib for Reactant" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"unpkg" : " dist/index.umd.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-model" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " A model lib for Reactant" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"unpkg" : " dist/index.umd.js" ,
18
18
},
19
19
"devDependencies" : {
20
20
"immer" : " ^5.3.6" ,
21
- "reactant-module" : " ^0.0.6 "
21
+ "reactant-module" : " ^0.0.10 "
22
22
}
23
23
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-module" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " A module model for Reactant" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"unpkg" : " dist/index.umd.js" ,
22
22
"license" : " MIT" ,
23
23
"dependencies" : {
24
24
"immer" : " ^5.3.6" ,
25
- "reactant-di" : " ^0.0.6 " ,
25
+ "reactant-di" : " ^0.0.10 " ,
26
26
"redux" : " ^4.0.5" ,
27
27
"reselect" : " ^4.0.0"
28
28
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-native" ,
3
3
"private" : true ,
4
- "version" : " 0.0.8 " ,
4
+ "version" : " 0.0.10 " ,
5
5
"description" : " A native apps with react-native for Reactant" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-redux" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " A redux lib for Reactant" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"unpkg" : " dist/index.umd.js" ,
17
17
"redux" : " ^4.0.5"
18
18
},
19
19
"devDependencies" : {
20
- "reactant-module" : " ^0.0.6 " ,
20
+ "reactant-module" : " ^0.0.10 " ,
21
21
"redux" : " ^4.0.5"
22
22
}
23
23
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-router-dom" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " A react router dom for Reactant" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"unpkg" : " dist/index.umd.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-router-native" ,
3
3
"private" : true ,
4
- "version" : " 0.0.8 " ,
4
+ "version" : " 0.0.10 " ,
5
5
"description" : " A native apps router with react-native for Reactant" ,
6
6
"main" : " dist/index.cjs.js" ,
7
7
"unpkg" : " dist/index.umd.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactant-router" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " A router plugin module for Reactant" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"unpkg" : " dist/index.umd.js" ,
21
21
"connected-react-router" : " ^6.7.0" ,
22
22
"history" : " ^4.10.1" ,
23
23
"react" : " ^16.12.0" ,
24
- "reactant-module" : " ^0.0.6 " ,
24
+ "reactant-module" : " ^0.0.10 " ,
25
25
"redux" : " ^4.0.5"
26
26
},
27
27
"license" : " MIT"
You can’t perform that action at this time.
0 commit comments