File tree 6 files changed +25
-21
lines changed
6 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 13
13
## Features
14
14
15
15
- 🥇 First-class hooks API
16
- - ⚖️ _ Tiny_ bundle: only 5.3kB (1.9 gzipped)
16
+ - ⚖️ _ Tiny_ bundle: only 7.6kB (2.8 gzipped)
17
17
- 📄 Full SSR support: see [ graphql-hooks-ssr] ( packages/graphql-hooks-ssr )
18
18
- 🔌 Plugin Caching: see [ graphql-hooks-memcache] ( packages/graphql-hooks-memcache )
19
19
- 🔥 No more render props hell
Original file line number Diff line number Diff line change 28
28
"lerna" : " ^3.15.0" ,
29
29
"lint-staged" : " ^9.0.0" ,
30
30
"prettier" : " ^1.18.2" ,
31
- "rollup" : " ^1.15.4 " ,
31
+ "rollup" : " ^1.25.2 " ,
32
32
"rollup-plugin-babel" : " ^4.3.2" ,
33
33
"rollup-plugin-commonjs" : " ^10.0.0" ,
34
34
"rollup-plugin-node-resolve" : " ^5.0.2" ,
Original file line number Diff line number Diff line change 33
33
}
34
34
},
35
35
"dist/graphql-hooks-memcache.js" : {
36
- "bundled" : 3964 ,
36
+ "bundled" : 3966 ,
37
37
"minified" : 2087 ,
38
38
"gzipped" : 926
39
39
},
Original file line number Diff line number Diff line change 41
41
"bugs" : {
42
42
"url" : " https://github.com/nearform/graphql-hooks/issues"
43
43
},
44
- "homepage" : " https://github.com/nearform/graphql-hooks/blob/master/packages/graphql-hooks-memcache#readme"
44
+ "homepage" : " https://github.com/nearform/graphql-hooks/blob/master/packages/graphql-hooks-memcache#readme" ,
45
+ "devDependencies" : {
46
+ "rollup" : " ^1.25.2"
47
+ }
45
48
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"lib/graphql-hooks.js" : {
3
- "bundled" : 15350 ,
4
- "minified" : 7386 ,
5
- "gzipped" : 2505
3
+ "bundled" : 15687 ,
4
+ "minified" : 7523 ,
5
+ "gzipped" : 2550
6
6
},
7
7
"es/graphql-hooks.js" : {
8
- "bundled" : 14973 ,
9
- "minified" : 7068 ,
10
- "gzipped" : 2420 ,
8
+ "bundled" : 15310 ,
9
+ "minified" : 7205 ,
10
+ "gzipped" : 2465 ,
11
11
"treeshaked" : {
12
12
"rollup" : {
13
13
"code" : 104 ,
19
19
}
20
20
},
21
21
"es/graphql-hooks.mjs" : {
22
- "bundled" : 6226 ,
23
- "minified" : 6223 ,
24
- "gzipped" : 2436 ,
22
+ "bundled" : 6365 ,
23
+ "minified" : 6362 ,
24
+ "gzipped" : 2475 ,
25
25
"treeshaked" : {
26
26
"rollup" : {
27
27
"code" : 67 ,
28
28
"import_statements" : 21
29
29
},
30
30
"webpack" : {
31
- "code" : 1151
31
+ "code" : 1071
32
32
}
33
33
}
34
34
},
35
35
"dist/graphql-hooks.js" : {
36
- "bundled" : 17632 ,
37
- "minified" : 7791 ,
38
- "gzipped" : 2880
36
+ "bundled" : 17971 ,
37
+ "minified" : 7928 ,
38
+ "gzipped" : 2920
39
39
},
40
40
"dist/graphql-hooks.min.js" : {
41
- "bundled" : 7717 ,
42
- "minified" : 7703 ,
43
- "gzipped" : 2845
41
+ "bundled" : 7854 ,
42
+ "minified" : 7840 ,
43
+ "gzipped" : 2888
44
44
},
45
45
"lib\\ graphql-hooks.js" : {
46
46
"bundled" : 12621 ,
Original file line number Diff line number Diff line change 46
46
"jest-fetch-mock" : " ^2.1.2" ,
47
47
"react" : " ^16.8.6" ,
48
48
"react-dom" : " ^16.8.6" ,
49
- "react-test-renderer" : " ^16.8.6"
49
+ "react-test-renderer" : " ^16.8.6" ,
50
+ "rollup" : " ^1.25.2"
50
51
},
51
52
"repository" : {
52
53
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments