Browse Source
Merge pull request #476 from mrfelton/perf/moment-timezone
Do not bundle moment-timezone that we don't use
renovate/lint-staged-8.x
Ben Woosley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with
4 additions and
16 deletions
-
app/components/Activity/InvoiceModal.js
-
app/components/Activity/PaymentModal.js
-
app/components/Activity/TransactionModal.js
-
app/routes/activity/components/components/Invoice/Invoice.js
-
app/routes/activity/components/components/Payment/Payment.js
-
app/routes/activity/components/components/Transaction/Transaction.js
-
package.json
-
yarn.lock
|
|
@ -2,7 +2,6 @@ import React from 'react' |
|
|
|
import PropTypes from 'prop-types' |
|
|
|
|
|
|
|
import Moment from 'react-moment' |
|
|
|
import 'moment-timezone' |
|
|
|
|
|
|
|
import QRCode from 'qrcode.react' |
|
|
|
import copy from 'copy-to-clipboard' |
|
|
|
|
|
@ -2,7 +2,6 @@ import React from 'react' |
|
|
|
import PropTypes from 'prop-types' |
|
|
|
|
|
|
|
import Moment from 'react-moment' |
|
|
|
import 'moment-timezone' |
|
|
|
|
|
|
|
import FaAngleDown from 'react-icons/lib/fa/angle-down' |
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@ import React from 'react' |
|
|
|
import PropTypes from 'prop-types' |
|
|
|
|
|
|
|
import Moment from 'react-moment' |
|
|
|
import 'moment-timezone' |
|
|
|
|
|
|
|
import FaAngleDown from 'react-icons/lib/fa/angle-down' |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,6 @@ |
|
|
|
import React from 'react' |
|
|
|
import PropTypes from 'prop-types' |
|
|
|
import Moment from 'react-moment' |
|
|
|
import 'moment-timezone' |
|
|
|
import { btc } from 'utils' |
|
|
|
|
|
|
|
import Isvg from 'react-inlinesvg' |
|
|
|
|
|
@ -2,7 +2,6 @@ import React from 'react' |
|
|
|
import PropTypes from 'prop-types' |
|
|
|
import find from 'lodash/find' |
|
|
|
import Moment from 'react-moment' |
|
|
|
import 'moment-timezone' |
|
|
|
import { btc } from 'utils' |
|
|
|
|
|
|
|
import Value from 'components/Value' |
|
|
|
|
|
@ -1,7 +1,6 @@ |
|
|
|
import React from 'react' |
|
|
|
import PropTypes from 'prop-types' |
|
|
|
import Moment from 'react-moment' |
|
|
|
import 'moment-timezone' |
|
|
|
import { btc } from 'utils' |
|
|
|
|
|
|
|
import Value from 'components/Value' |
|
|
|
|
|
@ -236,7 +236,7 @@ |
|
|
|
"font-awesome": "^4.7.0", |
|
|
|
"history": "^4.6.3", |
|
|
|
"lodash": "^4.17.10", |
|
|
|
"moment-timezone": "^0.5.13", |
|
|
|
"moment": "^2.22.2", |
|
|
|
"prop-types": "^15.5.10", |
|
|
|
"qrcode.react": "0.8.0", |
|
|
|
"react": "^15.6.1", |
|
|
|
|
|
@ -8059,15 +8059,9 @@ mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkd |
|
|
|
dependencies: |
|
|
|
minimist "0.0.8" |
|
|
|
|
|
|
|
moment-timezone@^0.5.13: |
|
|
|
version "0.5.13" |
|
|
|
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.13.tgz#99ce5c7d827262eb0f1f702044177f60745d7b90" |
|
|
|
dependencies: |
|
|
|
moment ">= 2.9.0" |
|
|
|
|
|
|
|
"moment@>= 2.9.0": |
|
|
|
version "2.18.1" |
|
|
|
resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f" |
|
|
|
moment@^2.22.2: |
|
|
|
version "2.22.2" |
|
|
|
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66" |
|
|
|
|
|
|
|
move-concurrently@^1.0.1: |
|
|
|
version "1.0.1" |
|
|
|