Install luxon library

Docs: https://github.com/moment/luxon
This commit is contained in:
Aleksandr Statciuk 2023-05-28 21:01:36 +03:00
parent cecbba5180
commit fcfb259b27
3 changed files with 32 additions and 12 deletions

View file

@ -1609,10 +1609,10 @@
"whatwg-mimetype" "^2.3.0"
"whatwg-url" "^8.0.0"
"dayjs@^1.10.4", "dayjs@^1.10.8", "dayjs@^1.11.6":
"integrity" "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ=="
"resolved" "https://registry.npmjs.org/dayjs/-/dayjs-1.11.6.tgz"
"version" "1.11.6"
"dayjs@^1.10.4", "dayjs@^1.11.6", "dayjs@^1.11.7":
"integrity" "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
"resolved" "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz"
"version" "1.11.7"
"debug@^3.1.0":
"integrity" "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="
@ -3241,6 +3241,11 @@
dependencies:
"yallist" "^4.0.0"
"luxon@^3.3.0":
"integrity" "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg=="
"resolved" "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz"
"version" "3.3.0"
"make-dir@^3.0.0", "make-dir@^3.1.0":
"integrity" "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw=="
"resolved" "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz"