Skip to content

Commit

Permalink
fix: Merge pull request #27 from PAStheLoD/master
Browse files Browse the repository at this point in the history
update date-format to 3.0 to fix ISO8601 with TZ offset output (try to fix #26)
  • Loading branch information
Romakita authored Jul 27, 2020
2 parents 88c1946 + e34154f commit 7948bb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"lerna": "3.18.4",
"colors": "^1.3.3",
"date-format": "^2.0.0",
"date-format": "^3.0.0",
"semver": "^5.6.0",
"streamroller": "^1.0.3",
"tslib": "1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"colors": "^1.3.3",
"date-format": "^2.0.0",
"date-format": "^3.0.0",
"semver": "^5.6.0",
"streamroller": "^1.0.3",
"tslib": "1.10.0"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4670,6 +4670,11 @@ date-format@^2.0.0:
resolved "https://registry.yarnpkg.com/date-format/-/date-format-2.1.0.tgz#31d5b5ea211cf5fd764cd38baf9d033df7e125cf"
integrity sha512-bYQuGLeFxhkxNOF3rcMtiZxvCBAquGzZm6oWA1oZ0g2THUzivaRhv8uOhdr19LmoobSOLoIAxeUK2RdbM8IFTA==

date-format@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/date-format/-/date-format-3.0.0.tgz#eb8780365c7d2b1511078fb491e6479780f3ad95"
integrity sha512-eyTcpKOcamdhWJXj56DpQMo1ylSQpcGtGKXcU0Tb97+K56/CF5amAqqqNj0+KvA0iw2ynxtHWFsPDSClCxe48w==

dateformat@^3.0.0:
version "3.0.3"
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
Expand Down

0 comments on commit 7948bb6

Please sign in to comment.