noredink-ui/tests/elm-package.json
dependabot[bot] d85e1afb35
Update rtfeldman/elm-css requirement from 13.1.1 <= v < 14.0.0 to 13.1.1 <= v < 15.0.0 in /tests
Updates the requirements on [rtfeldman/elm-css](https://github.com/rtfeldman/elm-css) to permit the latest version.
- [Release notes](https://github.com/rtfeldman/elm-css/releases)
- [Changelog](https://github.com/rtfeldman/elm-css/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rtfeldman/elm-css/commits/alpha-14.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-09 12:15:07 +00:00

28 lines
1016 B
JSON

{
"version": "1.0.0",
"summary": "Test Suites",
"repository": "https://github.com/NoRedInk/noredink-ui.git",
"license": "BSD3",
"source-directories": [
"../src",
"."
],
"exposed-modules": [],
"dependencies": {
"NoRedInk/view-extra": "2.0.0 <= v < 3.0.0",
"eeue56/elm-html-test": "5.2.0 <= v < 6.0.0",
"elm-community/elm-test": "4.0.0 <= v < 5.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/svg": "2.0.0 <= v < 3.0.0",
"pablohirafuji/elm-markdown": "2.0.4 <= v < 3.0.0",
"rtfeldman/elm-css": "13.1.1 <= v < 15.0.0",
"rtfeldman/elm-css-helpers": "2.1.0 <= v < 3.0.0",
"rtfeldman/elm-css-util": "1.0.2 <= v < 2.0.0",
"tesk9/accessible-html": "3.0.0 <= v < 4.0.0",
"tesk9/accessible-html-with-css": "1.0.1 <= v < 2.0.0",
"wernerdegroot/listzipper": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}