Adds elm-particle dependency

This commit is contained in:
Tessa Kelly 2020-05-15 09:53:46 -07:00
parent 12a45adb67
commit 606bd748f6
2 changed files with 7 additions and 0 deletions

View File

@ -65,12 +65,15 @@
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"BrianHicks/elm-particle": "1.3.1 <= v < 2.0.0",
"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/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",
"pablohirafuji/elm-markdown": "2.0.5 <= v < 3.0.0",
"rtfeldman/elm-css": "16.0.0 <= v < 17.0.0",
"tesk9/accessible-html": "4.0.0 <= v < 5.0.0",

View File

@ -7,15 +7,18 @@
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"BrianHicks/elm-particle": "1.3.1",
"avh4/elm-debug-controls": "2.2.1",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm/random": "1.0.0",
"elm/regex": "1.0.0",
"elm/svg": "1.0.1",
"elm/url": "1.0.0",
"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",
@ -33,6 +36,7 @@
"elm/virtual-dom": "1.0.2",
"justinmimbs/date": "3.2.0",
"justinmimbs/time-extra": "1.1.0",
"owanturist/elm-union-find": "1.0.0",
"rtfeldman/elm-hex": "1.0.0"
}
},