Replaced “moment” with “moment-mini"

This commit is contained in:
Fabio Spampinato 2019-06-04 03:14:35 +02:00
parent 7d3578b31a
commit 9290aa2b61
4 changed files with 12 additions and 6 deletions

View File

@ -42,7 +42,7 @@
"graphlibrary": "^2.2.0",
"he": "^1.2.0",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"moment-mini": "^2.22.1",
"scope-css": "^1.2.1"
},
"devDependencies": {
@ -62,6 +62,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"jison": "^0.4.18",
"moment": "^2.23.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"standard": "^12.0.1",

View File

@ -1,4 +1,4 @@
import moment from 'moment'
import moment from 'moment-mini'
import { logger } from '../../logger'
let dateFormat = ''

View File

@ -1,4 +1,4 @@
import moment from 'moment'
import moment from 'moment-mini'
export const LEVELS = {
debug: 1,

View File

@ -5539,10 +5539,15 @@ mixin-object@^2.0.1:
dependencies:
minimist "0.0.8"
moment-mini@^2.22.1:
version "2.22.1"
resolved "https://registry.yarnpkg.com/moment-mini/-/moment-mini-2.22.1.tgz#bc32d73e43a4505070be6b53494b17623183420d"
integrity sha512-OUCkHOz7ehtNMYuZjNciXUfwTuz8vmF1MTbAy59ebf+ZBYZO5/tZKuChVWCX+uDo+4idJBpGltNfV8st+HwsGw==
moment@^2.23.0:
version "2.23.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.23.0.tgz#759ea491ac97d54bac5ad776996e2a58cc1bc225"
integrity sha512-3IE39bHVqFbWWaPOMHZF98Q9c3LDKGTmypMiTM2QygGXXElkFWIH7GxfmlwmY2vwa+wmNsoYZmG2iusf1ZjJoA==
version "2.24.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==
move-concurrently@^1.0.1:
version "1.0.1"