File tree Expand file tree Collapse file tree 3 files changed +5203
-3449
lines changed
Expand file tree Collapse file tree 3 files changed +5203
-3449
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " lightning-decoder" ,
3- "version" : " 0.3.4 " ,
3+ "version" : " 0.4.0 " ,
44 "author" : {
55 "email" : " andrerfneves@protonmail.com" ,
66 "name" : " André Neves" ,
77 "url" : " https://andrenev.es"
88 },
99 "license" : " MIT" ,
1010 "dependencies" : {
11- "bech32" : " ^1.1.2 " ,
12- "bitcoinjs-lib" : " ^3.3.1 " ,
13- "bn.js" : " ^4.11.8 " ,
11+ "bech32" : " ^1.1.3 " ,
12+ "bitcoinjs-lib" : " ^5.1.6 " ,
13+ "bn.js" : " ^5.0.0 " ,
1414 "classnames" : " ^2.2.6" ,
15- "date-fns" : " ^1.29 .0" ,
15+ "date-fns" : " ^2.1 .0" ,
1616 "lightnode-invoice" : " ^0.3.0" ,
17- "lodash" : " ^4.17.4 " ,
18- "node-sass" : " ^4.9.4 " ,
19- "react" : " ^16.6 .0" ,
20- "react-dom" : " ^16.6 .0" ,
21- "react-ga" : " ^2.5.3 " ,
22- "react-qr-reader" : " ^2.1.2 " ,
23- "react-scripts" : " 2 .1.1" ,
24- "safe-buffer" : " ^5.1.1 " ,
25- "secp256k1" : " ^3.4.0 " ,
26- "serve" : " ^10.0.2 "
17+ "lodash" : " ^4.17.15 " ,
18+ "node-sass" : " ^4.12.0 " ,
19+ "react" : " ^16.9 .0" ,
20+ "react-dom" : " ^16.9 .0" ,
21+ "react-ga" : " ^2.6.0 " ,
22+ "react-qr-reader" : " ^2.2.1 " ,
23+ "react-scripts" : " 3 .1.1" ,
24+ "safe-buffer" : " ^5.2.0 " ,
25+ "secp256k1" : " ^3.7.1 " ,
26+ "serve" : " ^11.1.0 "
2727 },
2828 "scripts" : {
2929 "start" : " react-scripts start" ,
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ import ReactGA from 'react-ga';
77import { App } from './app' ;
88
99// Constants
10- import { GA_CODE } from './constants/ga' ;
10+ // import { GA_CODE } from './constants/ga';
1111
1212// Analytics Hook
13- ReactGA . initialize ( GA_CODE ) ;
13+ // ReactGA.initialize(GA_CODE);
1414ReactGA . pageview (
1515 window . location . pathname + window . location . search
1616) ;
You can’t perform that action at this time.
0 commit comments