This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree 4 files changed +1881
-1951
lines changed
4 files changed +1881
-1951
lines changed Original file line number Diff line number Diff line change 11
11
"fusion-scaffolder" : " ^0.0.2"
12
12
},
13
13
"devDependencies" : {
14
- "babel-eslint" : " ^10.0.0 " ,
15
- "babel-jest" : " ^23.4.2 " ,
16
- "eslint" : " ^5.4 .0" ,
14
+ "babel-eslint" : " ^10.0.1 " ,
15
+ "babel-jest" : " ^23.6.0 " ,
16
+ "eslint" : " ^5.8 .0" ,
17
17
"eslint-config-fusion" : " ^4.0.0" ,
18
18
"eslint-plugin-cup" : " ^2.0.0" ,
19
- "eslint-plugin-flowtype" : " ^2.50 .0" ,
19
+ "eslint-plugin-flowtype" : " ^3.2 .0" ,
20
20
"eslint-plugin-import" : " ^2.14.0" ,
21
- "eslint-plugin-jest" : " ^21.21 .0" ,
22
- "eslint-plugin-prettier" : " ^2.6.2 " ,
21
+ "eslint-plugin-jest" : " ^22.0 .0" ,
22
+ "eslint-plugin-prettier" : " ^3.0.0 " ,
23
23
"eslint-plugin-react" : " ^7.11.1" ,
24
- "flow-bin" : " ^0.81 .0" ,
24
+ "flow-bin" : " ^0.85 .0" ,
25
25
"get-port" : " ^4.0.0" ,
26
26
"isomorphic-fetch" : " ^2.2.1" ,
27
- "jest-cli" : " ^23.5 .0" ,
28
- "prettier" : " ^1.14.2 "
27
+ "jest-cli" : " ^23.6 .0" ,
28
+ "prettier" : " ^1.15.1 "
29
29
},
30
30
"scripts" : {
31
31
"clean" : " rm -rf test-artifacts" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"main" : " index.js" ,
5
5
"dependencies" : {
6
- "fusion-cli" : " ^1.11.0 " ,
7
- "fusion-core" : " ^1.7.0 " ,
6
+ "fusion-cli" : " ^1.12.1 " ,
7
+ "fusion-core" : " ^1.9.1-1 " ,
8
8
"fusion-plugin-react-helmet-async" : " ^1.0.0" ,
9
9
"fusion-plugin-react-router" : " ^1.4.0" ,
10
10
"fusion-plugin-styletron-react" : " ^2.5.3" ,
11
- "fusion-react" : " ^1.3.0 " ,
11
+ "fusion-react" : " ^1.3.1 " ,
12
12
"fusion-tokens" : " ^1.1.0" ,
13
13
"prop-types" : " ^15.6.2" ,
14
- "react" : " ^16.5.2 " ,
15
- "react-dom" : " ^16.5.2 " ,
16
- "styletron-react" : " ^4.3.5 "
14
+ "react" : " ^16.6.0 " ,
15
+ "react-dom" : " ^16.6.0 " ,
16
+ "styletron-react" : " ^4.3.6 "
17
17
},
18
18
"scripts" : {
19
19
"dev" : " fusion dev" ,
23
23
"start" : " fusion start"
24
24
},
25
25
"devDependencies" : {
26
- "enzyme" : " ^3.6 .0"
26
+ "enzyme" : " ^3.7 .0"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments