reanimate/viewer-elm/elm.json
dependabot-preview[bot] 20c40cb210 Bump elm/core from 1.0.4 to 1.0.5 in /viewer-elm
Bumps [elm/core](https://github.com/elm/core) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/elm/core/releases)
- [Changelog](https://github.com/elm/core/blob/master/changelog.md)
- [Commits](https://github.com/elm/core/compare/1.0.4...1.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-03 16:46:56 +08:00

26 lines
601 B
JSON

{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"bburdette/websocket": "1.0.3",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/time": "1.0.0",
"ohanhi/keyboard": "2.0.1"
},
"indirect": {
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}