bump elm-spa versions

This commit is contained in:
Ryan Haskell-Glatz 2020-03-29 21:41:31 -05:00
parent 0e39d0375e
commit a9f0df576b
9 changed files with 7 additions and 3704 deletions

5
cli/package-lock.json generated
View File

@ -1,5 +0,0 @@
{
"name": "elm-spa",
"version": "4.0.5",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "elm-spa",
"version": "4.0.5",
"version": "4.1.0",
"description": "single page apps made easy",
"main": "index.js",
"bin": "./index.js",

View File

@ -10,7 +10,7 @@
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/url": "1.0.0",
"ryannhg/elm-spa": "4.0.0"
"ryannhg/elm-spa": "4.1.0"
},
"indirect": {
"elm/json": "1.1.3",

View File

@ -23,6 +23,6 @@
"concurrently": "5.0.0",
"elm": "0.19.1-3",
"elm-live": "4.0.2",
"elm-spa": "4.0.5"
"elm-spa": "4.1.0"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,6 @@
"concurrently": "5.0.0",
"elm": "0.19.1-3",
"elm-live": "4.0.2",
"elm-spa": "4.0.5"
"elm-spa": "4.1.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "elm-spa-example",
"version": "4.0.0",
"version": "4.1.0",
"description": "my new elm-spa application",
"main": "public/index.html",
"scripts": {
@ -23,6 +23,6 @@
"concurrently": "5.0.0",
"elm": "0.19.1-3",
"elm-live": "4.0.2",
"elm-spa": "4.0.5"
"elm-spa": "4.1.0"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,6 @@
"concurrently": "5.0.0",
"elm": "0.19.1-3",
"elm-live": "4.0.2",
"elm-spa": "4.0.5"
"elm-spa": "4.1.0"
}
}