Skip to content

Commit c581a90

Browse files
authored
Merge pull request #163 from traggo/tz-update
fix: update ui timezone data
2 parents 8c7c568 + 5523563 commit c581a90

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"get-best-contrast-color": "^0.2.2",
2424
"graphql": "^14.5.8",
2525
"lodash.clonedeep": "^4.5.0",
26-
"moment": "^2.24.0",
27-
"moment-timezone": "^0.5.23",
26+
"moment": "^2.30.1",
27+
"moment-timezone": "^0.5.45",
2828
"notistack": "^0.6.1",
2929
"pretty-ms": "^5.0.0",
3030
"react": "^16.12.0",

ui/yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -8436,18 +8436,23 @@ [email protected], [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
84368436
dependencies:
84378437
minimist "0.0.8"
84388438

8439-
moment-timezone@^0.5.23:
8440-
version "0.5.23"
8441-
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.23.tgz#7cbb00db2c14c71b19303cb47b0fb0a6d8651463"
8442-
integrity sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==
8439+
moment-timezone@^0.5.45:
8440+
version "0.5.45"
8441+
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.45.tgz#cb685acd56bac10e69d93c536366eb65aa6bcf5c"
8442+
integrity sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==
84438443
dependencies:
8444-
moment ">= 2.9.0"
8444+
moment "^2.29.4"
84458445

8446-
[email protected], "moment@>= 2.9.0", moment@>=2.14.0, moment@^2.22.1, moment@^2.24.0:
8446+
[email protected], moment@>=2.14.0, moment@^2.22.1, moment@^2.24.0:
84478447
version "2.24.0"
84488448
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
84498449
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==
84508450

8451+
moment@^2.29.4, moment@^2.30.1:
8452+
version "2.30.1"
8453+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
8454+
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
8455+
84518456
move-concurrently@^1.0.1:
84528457
version "1.0.1"
84538458
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"

0 commit comments

Comments
 (0)