This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 22
22
"./dist/browser.es2015.es.js" : " ./dist/browser.es2017.es.js"
23
23
},
24
24
"dependencies" : {
25
- "fusion-plugin-rpc" : " ^1.0.2 " ,
25
+ "fusion-plugin-rpc" : " ^1.1.0 " ,
26
26
"fusion-rpc-redux" : " ^1.0.2"
27
27
},
28
28
"peerDependencies" : {
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
// @flow
8
- import { RPCToken , RPCHandlersToken } from 'fusion-plugin-rpc' ;
8
+ import {
9
+ BodyParserOptionsToken ,
10
+ RPCToken ,
11
+ RPCHandlersToken ,
12
+ } from 'fusion-plugin-rpc' ;
9
13
import { createRPCReducer } from 'fusion-rpc-redux' ;
10
14
import { withRPCRedux , withRPCReactor } from './hoc' ;
11
15
import plugin , { mock } from './plugin' ;
12
16
13
17
export default plugin ;
14
18
export {
19
+ BodyParserOptionsToken ,
15
20
createRPCReducer ,
16
21
mock ,
17
22
RPCToken ,
Original file line number Diff line number Diff line change @@ -2300,13 +2300,13 @@ fusion-core@^1.0.2:
2300
2300
node-mocks-http "^1.6.6"
2301
2301
toposort "^1.0.6"
2302
2302
2303
- fusion-plugin-rpc@^1.0.2 :
2304
- version "1.0.2 "
2305
- resolved "https://registry.yarnpkg.com/fusion-plugin-rpc/-/fusion-plugin-rpc-1.0.2. tgz#2a9e6142738d98602ea091da3622aa6f2e64e013 "
2303
+ fusion-plugin-rpc@^1.1.0 :
2304
+ version "1.1.0 "
2305
+ resolved "https://registry.yarnpkg.com/fusion-plugin-rpc/-/fusion-plugin-rpc-1.1.0. tgz#1e35f62e5691198ed9f64982116fa96b5614f4a0 "
2306
2306
dependencies :
2307
2307
body-parser "^1.18.2"
2308
2308
koa-bodyparser "4.2.0"
2309
- rollup "0.55.5 "
2309
+ rollup "0.56.3 "
2310
2310
2311
2311
fusion-plugin-universal-events@^1.0.2 :
2312
2312
version "1.0.2"
@@ -4151,9 +4151,9 @@ rollup-pluginutils@^2.0.1:
4151
4151
estree-walker "^0.3.0"
4152
4152
micromatch "^2.3.11"
4153
4153
4154
- rollup@0.55.5 :
4155
- version "0.55.5 "
4156
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.5 .tgz#2f88c300f7cf24b5ec2dca8a6aba73b04e087e93 "
4154
+ rollup@0.56.3 :
4155
+ version "0.56.3 "
4156
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.56.3 .tgz#7900695531afa1badd3235f285cc4aa0d49ce254 "
4157
4157
4158
4158
rollup@^0.55.1 :
4159
4159
version "0.55.3"
You can’t perform that action at this time.
0 commit comments