mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-13 09:02:54 +00:00
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>
26 lines
601 B
JSON
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": {}
|
|
}
|
|
}
|