Add moment JS.

This commit is contained in:
Patrick Fic
2022-01-12 15:21:41 -08:00
parent 667ddc25d1
commit 972d2e3d3c
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
"i18next": "^20.3.1",
"lodash": "^4.17.20",
"luxon": "^1.27.0",
"moment": "^2.29.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-i18next": "^11.10.0",

View File

@@ -6383,6 +6383,11 @@ mockdate@^3.0.2:
resolved "https://registry.yarnpkg.com/mockdate/-/mockdate-3.0.5.tgz#789be686deb3149e7df2b663d2bc4392bc3284fb"
integrity sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==
moment@^2.29.1:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
ms@2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"