forked from loafle/openapi-generator-original
[elm] Update ISO 8601 library (fixes missing time zone designator) (#2545)
This updates works with ISO 8601 strings with missing ending "Z". This is e.g. the default configuration used by spring boot in java. See <https://github.com/rtfeldman/elm-iso8601-date-strings/pull/18>
This commit is contained in:
parent
976ab4fd0f
commit
977df6e232
@ -15,7 +15,7 @@
|
||||
"elm/json": "1.1.2",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"rtfeldman/elm-iso8601-date-strings": "1.1.2"
|
||||
"rtfeldman/elm-iso8601-date-strings": "1.1.3"
|
||||
},
|
||||
"indirect": {
|
||||
"elm/bytes": "1.0.5",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"elm/json": "1.1.2",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"rtfeldman/elm-iso8601-date-strings": "1.1.2"
|
||||
"rtfeldman/elm-iso8601-date-strings": "1.1.3"
|
||||
},
|
||||
"indirect": {
|
||||
"elm/bytes": "1.0.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user