refactor(starmelon): update v8 dependecy

This commit is contained in:
YetAnotherMinion 2023-01-19 17:23:38 +00:00 committed by nobody
commit 95e21129a8
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
9 changed files with 894 additions and 338 deletions

24
elm.json Normal file
View file

@ -0,0 +1,24 @@
{
"type": "application",
"source-directories": [
"src/reactor/ui"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/time": "1.0.0"
},
"indirect": {
"elm/json": "1.1.3",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}