Skip to content

Commit

Permalink
fix(core): Upgrade luxon due to 00:00-00:59 offset issue (#8185)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
alanmquach and mergify[bot] committed Apr 16, 2020
1 parent 7f76bbf commit 646574b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
"lodash-decorators": "4.5.0",
"luxon": "^1.11.3",
"luxon": "^1.23.0",
"memoize-one": "^4.0.2",
"n3-charts": "^2.0.18",
"ngimport": "^0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9238,10 +9238,10 @@ lru-cache@^5.1.1:
dependencies:
yallist "^3.0.2"

luxon@^1.11.3:
version "1.11.3"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.11.3.tgz#e1542026473f708b03b102d475be64b2a3055a6e"
integrity sha512-/0jMa+JfTRBx1ixsSBs5ZPAQ32H+TPeP9BvgRf0Gi4VxCqhUpRNWagwupy6wA8MckazneKWBLCcwwAH8hkQamg==
luxon@^1.23.0:
version "1.23.0"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.23.0.tgz#23b748ad0f2d5494dc4d2878c19278c1e651410c"
integrity sha512-+6a/bXsCWrrR8vfbL41iM92es12zwV2Rum/KPkT+ubOZnnU3Sqbqok/FmD1xsWlWN2Y9Hu0fU/vNgU24ns7bpA==

macaddress@^0.2.8:
version "0.2.9"
Expand Down

0 comments on commit 646574b

Please sign in to comment.