diff --git a/projects/cli/tests/09-elm-binary.bats b/projects/cli/tests/09-elm-binary.bats index a80f254..45c7f6e 100644 --- a/projects/cli/tests/09-elm-binary.bats +++ b/projects/cli/tests/09-elm-binary.bats @@ -41,7 +41,7 @@ load helpers cp -r ../../examples/01-hello-world ../../examples/01-local-hello cd ../../examples/01-local-hello - echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.4.tgz" } }' > package.json + echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.5.tgz" } }' > package.json npm install run npx elm-land build @@ -59,7 +59,7 @@ load helpers cp -r ../../examples/01-hello-world ../../examples/01-local-hello cd ../../examples/01-local-hello - echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.4.tgz" } }' > package.json + echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.5.tgz" } }' > package.json npm install -g yarn yarn @@ -78,7 +78,7 @@ load helpers cp -r ../../examples/01-hello-world ../../examples/01-local-hello cd ../../examples/01-local-hello - echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.4.tgz" } }' > package.json + echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.5.tgz" } }' > package.json npm install -g pnpm pnpm install