Merge pull request #611 from NoRedInk/12.4.0

bump to 12.4.0
This commit is contained in:
Brian Hicks 2020-09-18 06:12:11 -05:00 committed by GitHub
commit 8d30994ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View File

@ -7,6 +7,8 @@ node_js:
cache:
directories:
- node_modules
- sysconfcpus
- ~/.elm
before_install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config

View File

@ -3,7 +3,7 @@
"name": "NoRedInk/noredink-ui",
"summary": "UI Widgets we use at NRI",
"license": "BSD-3-Clause",
"version": "12.3.1",
"version": "12.4.0",
"exposed-modules": [
"Nri.Ui",
"Nri.Ui.Accordion.V1",
@ -75,14 +75,14 @@
"elm/browser": "1.0.1 <= v < 2.0.0",
"elm/core": "1.0.1 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.1 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/random": "1.0.0 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.1 <= v < 2.0.0",
"elm-community/random-extra": "3.1.0 <= v < 4.0.0",
"elm-community/string-extra": "4.0.1 <= v < 5.0.0",
"pablohirafuji/elm-markdown": "2.0.5 <= v < 3.0.0",
"rtfeldman/elm-css": "16.0.0 <= v < 17.0.0",
"rtfeldman/elm-css": "16.1.0 <= v < 17.0.0",
"tesk9/accessible-html": "4.0.0 <= v < 5.0.0",
"tesk9/accessible-html-with-css": "2.1.1 <= v < 3.0.0",
"tesk9/modal": "5.0.1 <= v < 6.0.0",
@ -90,7 +90,7 @@
"wernerdegroot/listzipper": "3.1.1 <= v < 5.0.0"
},
"test-dependencies": {
"avh4/elm-program-test": "3.1.0 <= v < 4.0.0",
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
"avh4/elm-program-test": "3.3.0 <= v < 4.0.0",
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
}
}

View File

@ -21,7 +21,7 @@
"elm-community/random-extra": "3.1.0",
"elm-community/string-extra": "4.0.1",
"pablohirafuji/elm-markdown": "2.0.5",
"rtfeldman/elm-css": "16.0.1",
"rtfeldman/elm-css": "16.1.0",
"rtfeldman/elm-sorter-experiment": "2.1.1",
"tesk9/accessible-html": "4.0.0",
"tesk9/accessible-html-with-css": "2.1.1",
@ -31,10 +31,9 @@
},
"indirect": {
"NoRedInk/datetimepicker-legacy": "1.0.4",
"Skinney/murmur3": "2.0.8",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2",
"justinmimbs/date": "3.2.0",
"justinmimbs/date": "3.2.1",
"justinmimbs/time-extra": "1.1.0",
"owanturist/elm-union-find": "1.0.0",
"rtfeldman/elm-hex": "1.0.0"