Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 6be5057

Browse files
lhoriefusion-bot[bot]
authored and
fusion-bot[bot]
committed
Migrate to fusion-core 0.3.0-5 (createPlugin DI API)
#42
1 parent 017b27f commit 6be5057

File tree

7 files changed

+220
-93
lines changed

7 files changed

+220
-93
lines changed

package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"version": "0.2.4",
55
"license": "MIT",
66
"repository": "fusionjs/fusion-plugin-rpc-redux-react",
7-
"files": [
8-
"dist",
9-
"src"
10-
],
7+
"files": ["dist", "src"],
118
"main": "./dist/index.js",
129
"module": "./dist/index.es.js",
1310
"browser": {
@@ -22,11 +19,13 @@
2219
"./dist/browser.es2015.es.js": "./dist/browser.es2017.es.js"
2320
},
2421
"dependencies": {
25-
"fusion-plugin-rpc": "^0.3.4",
22+
"fusion-plugin-rpc": "^0.6.0",
2623
"fusion-rpc-redux": "^0.3.3"
2724
},
2825
"peerDependencies": {
29-
"fusion-react": "^0.1.10",
26+
"fusion-core": "0.3.0-5",
27+
"fusion-react": "0.4.1",
28+
"fusion-tokens": "0.0.5",
3029
"prop-types": "^15.6.0",
3130
"react": "14.x - 16.x"
3231
},
@@ -41,10 +40,12 @@
4140
"eslint-plugin-prettier": "^2.3.1",
4241
"eslint-plugin-react": "^7.5.1",
4342
"flow-bin": "^0.60.1",
44-
"fusion-core": "^0.2.5",
45-
"fusion-react": "^0.1.10",
43+
"fusion-core": "0.3.0-5",
44+
"fusion-plugin-universal-events": "0.3.0",
45+
"fusion-react": "0.4.1",
4646
"fusion-react-async": "0.1.4",
47-
"fusion-test-utils": "^0.2.1",
47+
"fusion-test-utils": "^0.4.0",
48+
"fusion-tokens": "0.0.5",
4849
"nyc": "^11.3.0",
4950
"prettier": "1.9.0",
5051
"react": "^16.2.0",
@@ -61,12 +62,13 @@
6162
"lint": "eslint . --ignore-path .gitignore",
6263
"transpile": "npm run clean && cup build",
6364
"build-test": "rm -rf dist-tests && cup build-tests",
64-
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
65+
"just-test":
66+
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
6567
"test": "npm run build-test && npm run just-test",
6668
"cover": "npm run build-test && nyc npm run just-test",
6769
"prepublish": "npm run transpile"
6870
},
6971
"engines": {
7072
"node": ">= 8.9.0"
7173
}
72-
}
74+
}

0 commit comments

Comments
 (0)