Update elm-review CLI

This commit is contained in:
Jeroen Engels 2022-11-23 17:37:16 +01:00
parent 4410f7feda
commit 81443cd7e2
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@ -8,9 +8,9 @@
"version": "1.0.0",
"hasInstallScript": true,
"dependencies": {
"elm-review": "^2.7.3",
"elm-review": "^2.8.2",
"elm-test": "^0.19.1-revision10",
"elm-tooling": "^1.7.0"
"elm-tooling": "^1.10.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
@ -476,9 +476,9 @@
}
},
"node_modules/elm-review": {
"version": "2.7.3",
"resolved": "https://registry.npmjs.org/elm-review/-/elm-review-2.7.3.tgz",
"integrity": "sha512-EsGzyEar2S2qiY6k3t6Ut0Rz27CgbWaqbD3gFd7L2mwrc3LsphGhHhiwE8GrJ2Qr7MqUgljtVo/5LW+Ly5R99A==",
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/elm-review/-/elm-review-2.8.2.tgz",
"integrity": "sha512-eDuDy4gAD3198LEUJSaquBchyPxMLBZgChxBNg/1feXh4g8qDS10QLyZlwa2H8YqYBicFpK1AxvCjfgyVkrLJA==",
"dependencies": {
"chalk": "^4.0.0",
"chokidar": "^3.5.2",
@ -576,9 +576,9 @@
}
},
"node_modules/elm-tooling": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.7.0.tgz",
"integrity": "sha512-EHZ54voWrG3BhUONbH/wFw5U95H6N7R4QFgXHDrPIaDBDdeyNkpFu4QWArSWkhzxyCF7hqT8ya2yy7SferDsgg==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.10.0.tgz",
"integrity": "sha512-fMLXs7xHpr6LodtmvVJKepYC6chgSOfe5Hgv8GcFO+Id7O/CuT9+CAfrlzYxvBn91cm6ekWwHFDjPD765v5iBA==",
"bin": {
"elm-tooling": "index.js"
}
@ -2583,9 +2583,9 @@
}
},
"elm-review": {
"version": "2.7.3",
"resolved": "https://registry.npmjs.org/elm-review/-/elm-review-2.7.3.tgz",
"integrity": "sha512-EsGzyEar2S2qiY6k3t6Ut0Rz27CgbWaqbD3gFd7L2mwrc3LsphGhHhiwE8GrJ2Qr7MqUgljtVo/5LW+Ly5R99A==",
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/elm-review/-/elm-review-2.8.2.tgz",
"integrity": "sha512-eDuDy4gAD3198LEUJSaquBchyPxMLBZgChxBNg/1feXh4g8qDS10QLyZlwa2H8YqYBicFpK1AxvCjfgyVkrLJA==",
"requires": {
"chalk": "^4.0.0",
"chokidar": "^3.5.2",
@ -2661,9 +2661,9 @@
}
},
"elm-tooling": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.7.0.tgz",
"integrity": "sha512-EHZ54voWrG3BhUONbH/wFw5U95H6N7R4QFgXHDrPIaDBDdeyNkpFu4QWArSWkhzxyCF7hqT8ya2yy7SferDsgg=="
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.10.0.tgz",
"integrity": "sha512-fMLXs7xHpr6LodtmvVJKepYC6chgSOfe5Hgv8GcFO+Id7O/CuT9+CAfrlzYxvBn91cm6ekWwHFDjPD765v5iBA=="
},
"emoji-regex": {
"version": "8.0.0",

View File

@ -15,9 +15,9 @@
"postinstall": "elm-tooling install"
},
"dependencies": {
"elm-review": "^2.7.3",
"elm-review": "^2.8.2",
"elm-test": "^0.19.1-revision10",
"elm-tooling": "^1.7.0"
"elm-tooling": "^1.10.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5"