mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +03:00
Update examples.
This commit is contained in:
parent
7c69449164
commit
aa6f6c9d46
24
examples/end-to-end/package-lock.json
generated
24
examples/end-to-end/package-lock.json
generated
@ -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": {
|
||||
|
@ -14,7 +14,7 @@ import View exposing (View)
|
||||
|
||||
|
||||
type alias Model =
|
||||
()
|
||||
{}
|
||||
|
||||
|
||||
type alias Msg =
|
||||
|
@ -13,7 +13,7 @@ import View exposing (View)
|
||||
|
||||
|
||||
type alias Model =
|
||||
()
|
||||
{}
|
||||
|
||||
|
||||
type alias Msg =
|
||||
|
@ -13,7 +13,7 @@ import View exposing (View)
|
||||
|
||||
|
||||
type alias Model =
|
||||
()
|
||||
{}
|
||||
|
||||
|
||||
type alias Msg =
|
||||
|
Loading…
Reference in New Issue
Block a user