Skip to content

Commit

Permalink
Move elm-test to dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Jan 17, 2024
1 parent 0823b51 commit db5e9aa
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 44 deletions.
13 changes: 7 additions & 6 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.0.0",
"elm/json": "1.1.3",
"elm/regex": "1.0.0",
"elm-community/list-extra": "8.0.0"
"elm-community/list-extra": "8.7.0"
},
"indirect": {
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.0"
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.1.0"
"elm-explorations/test": "2.1.2"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/random": "1.0.0"
}
}
Expand Down
52 changes: 28 additions & 24 deletions example/elm.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
{
"type": "application",
"source-directories": ["src", "src-other/util"],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/html": "1.0.0",
"elm/json": "1.0.0",
"elm/regex": "1.0.0",
"elm-community/list-extra": "8.0.0"
"type": "application",
"source-directories": [
"src",
"src-other/util"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/regex": "1.0.0",
"elm-community/list-extra": "8.7.0"
},
"indirect": {
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3"
}
},
"indirect": {
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.0"
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.2"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/random": "1.0.0"
}
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.0.0"
},
"indirect": {
"elm/random": "1.0.0"
}
}
}
54 changes: 41 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"license": "BSD-3-Clause",
"dependencies": {
"chalk": "^4.1.2",
"elm-test": "^0.19.1-revision7",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"mkdirp": "^3.0.1",
"rimraf": "^5.0.5",
"yargs": "^17.7.2"
},
"devDependencies": {
"elm-test": "^0.19.1-revision12",
"npm-check-updates": "^16.14.6",
"xyz": "^4.0.0"
}
Expand Down

0 comments on commit db5e9aa

Please sign in to comment.