Update elm-format

This commit is contained in:
Phill Sparks 2021-01-08 11:14:54 +00:00
parent 8d7d8a56b2
commit 1af0808862
No known key found for this signature in database
GPG Key ID: DA53DF9BB8928B10
3 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ test('reports errors', () => {
}
expect(status).toBe(1)
expect(stdout.toString()).toBe(
'::error file=__tests__/elm/Bad.elm::File is not formatted with elm-format-0.8.3 --elm-version=0.19\n' +
'::error file=__tests__/elm/Bad.elm::File is not formatted with elm-format-0.8.4 --elm-version=0.19\n' +
'::error::elm-format reported errors with 1 file\n'
)
})

View File

@ -36,7 +36,7 @@
"@types/node": "^14.14.20",
"@typescript-eslint/parser": "^4.12.0",
"@zeit/ncc": "^0.22.3",
"elm-format": "^0.8.3",
"elm-format": "^0.8.4",
"eslint": "^7.17.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.1.3",

View File

@ -1574,10 +1574,10 @@ ecc-jsbn@~0.1.1:
jsbn "~0.1.0"
safer-buffer "^2.1.0"
elm-format@^0.8.3:
version "0.8.3"
resolved "https://registry.yarnpkg.com/elm-format/-/elm-format-0.8.3.tgz#74a50a6aba69c757752700f9302ccf463c747453"
integrity sha512-shXOgfg8F5hDJagP91zJ3QT0PoMbusPfhgEeu3uRofTaN843cFpjZ8qlQip6pFQxtWyQE/P+NMg3vP6lyWI5Mg==
elm-format@^0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/elm-format/-/elm-format-0.8.4.tgz#8243b6d9eba66708232247e079190a3cdf339dcf"
integrity sha512-0KurHC4MBUljdA2Sr+yzcoyAVqCku0LuNpvq5B3UIAlCPZ9PnOW2tUhVnQOCvp9RXngwbnsf18dE48tQ+s8r7g==
dependencies:
binwrap "^0.2.2"