This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +2297
-2309
lines changed Expand file tree Collapse file tree 5 files changed +2297
-2309
lines changed Original file line number Diff line number Diff line change 11{
22 "dist/index.umd.js" : {
3- "bundled" : 52103 ,
4- "minified" : 17714 ,
5- "gzipped" : 5679
3+ "bundled" : 52221 ,
4+ "minified" : 17785 ,
5+ "gzipped" : 5683
66 },
77 "dist/index.umd.min.js" : {
8- "bundled" : 26115 ,
9- "minified" : 9983 ,
10- "gzipped" : 3433
8+ "bundled" : 26233 ,
9+ "minified" : 10054 ,
10+ "gzipped" : 3437
1111 },
1212 "dist/index.esm.js" : {
13- "bundled" : 11160 ,
14- "minified" : 6668 ,
15- "gzipped" : 1850 ,
13+ "bundled" : 11275 ,
14+ "minified" : 6748 ,
15+ "gzipped" : 1854 ,
1616 "treeshaked" : {
1717 "rollup" : {
1818 "code" : 3718 ,
Original file line number Diff line number Diff line change 1+ dist : xenial
12language : node_js
23node_js :
3- - " 9 "
4+ - ' --lts '
45cache : yarn
6+ before_install :
7+ yarn config set ignore-engines true
Original file line number Diff line number Diff line change 3333 "prepublishOnly" : " git-branch-is master"
3434 },
3535 "jest" : {
36- "setupTestFrameworkScriptFile " : " <rootDir>jest.setup.js" ,
36+ "setupFilesAfterEnv " : [ " <rootDir>jest.setup.js" ] ,
3737 "snapshotSerializers" : [
3838 " enzyme-to-json/serializer"
3939 ]
7777 "@babel/preset-react" : " ^7.0.0" ,
7878 "@babel/preset-stage-2" : " ^7.0.0" ,
7979 "@types/react" : " ^16.1.0" ,
80- "babel-core" : " ^7.0.0-bridge.0" ,
8180 "babel-eslint" : " ^10.0.1" ,
82- "babel-jest" : " ^23.6 .0" ,
81+ "babel-jest" : " ^24.0 .0" ,
8382 "cross-env" : " ^5.1.4" ,
8483 "emotion" : " ^9.1.1" ,
8584 "enzyme" : " ^3.3.0" ,
9594 "flow-copy-source" : " ^1.3.0" ,
9695 "gh-pages" : " ^1.1.0" ,
9796 "git-branch-is" : " ^0.1.0" ,
98- "jest" : " ^22.4.3 " ,
97+ "jest" : " ^24.0.0 " ,
9998 "parcel-bundler" : " ^1.10.1" ,
10099 "prettier" : " ^1.11.1" ,
101100 "pretty-quick" : " ^1.4.1" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ exports[`Arrow component renders the expected markup 1`] = `
1111 <div />,
1212 ],
1313 ],
14+ " results" : Array [
15+ Object {
16+ " type" : " return" ,
17+ " value" : undefined ,
18+ },
19+ ],
1420 },
1521 }
1622 }
@@ -25,6 +31,12 @@ exports[`Arrow component renders the expected markup 1`] = `
2531 <div />,
2632 ],
2733 ],
34+ " results" : Array [
35+ Object {
36+ " type" : " return" ,
37+ " value" : undefined ,
38+ },
39+ ],
2840 }
2941 }
3042 >
You can’t perform that action at this time.
0 commit comments