Update examples.

This commit is contained in:
Dillon Kearns 2021-12-10 11:10:24 -08:00
parent 7c69449164
commit aa6f6c9d46
4 changed files with 16 additions and 14 deletions

View File

@ -16,14 +16,15 @@
}
},
"../..": {
"version": "2.1.7",
"version": "2.1.11",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"chokidar": "3.5.2",
"commander": "8.0.0",
"commander": "8.3.0",
"connect": "^3.7.0",
"cross-spawn": "7.0.3",
"devcert": "^1.2.0",
"elm-doc-preview": "^5.0.5",
"elm-hot": "^1.1.6",
"fs-extra": "^10.0.0",
@ -34,8 +35,8 @@
"micromatch": "^4.0.4",
"object-hash": "^2.2.0",
"serve-static": "^1.14.1",
"terser": "5.7.1",
"undici": "4.2.1",
"terser": "^5.7.2",
"undici": "^4.4.7",
"which": "^2.0.2"
},
"bin": {
@ -44,7 +45,7 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "9.0.12",
"@types/micromatch": "^4.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "12.20.12",
"@types/serve-static": "1.13.10",
"cypress": "^8.3.0",
@ -54,7 +55,7 @@
"elm-tooling": "^1.3.0",
"elm-verify-examples": "^5.0.0",
"elmi-to-json": "^1.2.0",
"mocha": "^8.4.0",
"mocha": "^9.1.0",
"typescript": "4.3.5"
}
},
@ -1489,14 +1490,15 @@
"requires": {
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "9.0.12",
"@types/micromatch": "^4.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "12.20.12",
"@types/serve-static": "1.13.10",
"chokidar": "3.5.2",
"commander": "8.0.0",
"commander": "8.3.0",
"connect": "^3.7.0",
"cross-spawn": "7.0.3",
"cypress": "^8.3.0",
"devcert": "^1.2.0",
"elm-doc-preview": "^5.0.5",
"elm-hot": "^1.1.6",
"elm-optimize-level-2": "^0.1.5",
@ -1511,12 +1513,12 @@
"jsesc": "^3.0.2",
"kleur": "^4.1.4",
"micromatch": "^4.0.4",
"mocha": "^8.4.0",
"mocha": "^9.1.0",
"object-hash": "^2.2.0",
"serve-static": "^1.14.1",
"terser": "5.7.1",
"terser": "^5.7.2",
"typescript": "4.3.5",
"undici": "4.2.1",
"undici": "^4.4.7",
"which": "^2.0.2"
},
"dependencies": {

View File

@ -14,7 +14,7 @@ import View exposing (View)
type alias Model =
()
{}
type alias Msg =

View File

@ -13,7 +13,7 @@ import View exposing (View)
type alias Model =
()
{}
type alias Msg =

View File

@ -13,7 +13,7 @@ import View exposing (View)
type alias Model =
()
{}
type alias Msg =