mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Move elm-review dependencies out into hidden review sub-projects.
This commit is contained in:
parent
f4a8e4284c
commit
96dd80e8a0
@ -21,14 +21,15 @@
|
||||
"elm/time": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"elm-community/list-extra": "8.3.0",
|
||||
"elm-explorations/test": "1.2.2",
|
||||
"miniBill/elm-unicode": "1.0.2",
|
||||
"rtfeldman/elm-hex": "1.0.0",
|
||||
"stil4m/structured-writer": "1.0.3"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
"direct": {},
|
||||
"direct": {
|
||||
"elm-explorations/test": "1.2.2"
|
||||
},
|
||||
"indirect": {}
|
||||
}
|
||||
}
|
||||
|
@ -8,27 +8,36 @@
|
||||
"dependencies": {
|
||||
"direct": {
|
||||
"elm/core": "1.0.5",
|
||||
"elm/html": "1.0.0",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm-community/result-extra": "2.4.0",
|
||||
"jfmengels/elm-review": "2.4.2",
|
||||
"stil4m/elm-syntax": "7.2.5"
|
||||
"mdgriffith/elm-codegen": "2.0.0",
|
||||
"stil4m/elm-syntax": "7.2.5",
|
||||
"the-sett/elm-syntax-dsl": "6.0.2"
|
||||
},
|
||||
"indirect": {
|
||||
"elm/html": "1.0.0",
|
||||
"Chadtech/elm-bool-extra": "2.4.2",
|
||||
"elm/json": "1.1.3",
|
||||
"elm/parser": "1.1.0",
|
||||
"elm/project-metadata-utils": "1.0.2",
|
||||
"elm/random": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"elm-community/basics-extra": "4.1.0",
|
||||
"elm-community/list-extra": "8.3.0",
|
||||
"elm-community/maybe-extra": "5.3.0",
|
||||
"elm-explorations/test": "1.2.2",
|
||||
"miniBill/elm-unicode": "1.0.2",
|
||||
"rtfeldman/elm-hex": "1.0.0",
|
||||
"stil4m/structured-writer": "1.0.3"
|
||||
"stil4m/structured-writer": "1.0.3",
|
||||
"the-sett/elm-pretty-printer": "3.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
"direct": {},
|
||||
"direct": {
|
||||
"elm-explorations/test": "1.2.2"
|
||||
},
|
||||
"indirect": {}
|
||||
}
|
||||
}
|
||||
|
2
test.sh
2
test.sh
@ -3,6 +3,8 @@ root=`pwd`
|
||||
yes | lamdera reset || true
|
||||
elm-test-rs --compiler=lamdera
|
||||
cd examples/routing && npm i && npm run build && elm-test-rs --compiler=lamdera && cd $root
|
||||
(cd generator/dead-code-review && elm-test-rs --compiler=lamdera)
|
||||
(cd generator/review && elm-test-rs --compiler=lamdera)
|
||||
npm run test:snapshot
|
||||
npx elmi-to-json --version
|
||||
elm-verify-examples --run-tests --elm-test-args '--compiler=lamdera'
|
||||
|
Loading…
Reference in New Issue
Block a user