fix(deps): revert update dependency moment to v2.25.0

This reverts commit 90c4bc856e.

Fails to load, waiting for a fix upstream.
This commit is contained in:
Łukasz Mierzwa
2020-05-01 09:01:48 +01:00
committed by Łukasz Mierzwa
parent 90c4bc856e
commit e3a765fe61
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -16628,9 +16628,9 @@
}
},
"moment": {
"version": "2.25.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.25.0.tgz",
"integrity": "sha512-vbrf6kJGpevOxmDRvCCvGuCSXvRj93264WcFzjm3Z3pV4lfjrXll8rvSP+EbmCte64udj1LkJMILxQnjXAQBzg=="
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"moo": {
"version": "0.5.1",
+1 -1
View File
@@ -29,7 +29,7 @@
"mobx-react": "6.2.2",
"mobx-react-lite": "2.0.6",
"mobx-stored": "1.1.0",
"moment": "2.25.0",
"moment": "2.24.0",
"object-hash": "2.0.3",
"promise-retry": "1.1.1",
"prop-types": "15.7.2",