mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
Fix version of nri-elm-css
Version 5.0.1 which has just been published widens the acceptable versions of elm-css to 13, which Elm then promptly wants to pull in. The problem is we're not compatible with that version.
This commit is contained in:
parent
2a5b797051
commit
1cc6e2fe25
@ -21,7 +21,7 @@
|
||||
"Nri.TextInput"
|
||||
],
|
||||
"dependencies": {
|
||||
"NoRedInk/nri-elm-css": "5.0.0 <= v < 6.0.0",
|
||||
"NoRedInk/nri-elm-css": "5.0.0 <= v <= 5.0.0",
|
||||
"NoRedInk/view-extra": "2.0.0 <= v < 3.0.0",
|
||||
"elm-lang/core": "5.1.1 <= v < 6.0.0",
|
||||
"elm-lang/html": "2.0.0 <= v < 3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user