jfmengels / node-elm-review

CLI for elm-review
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
BSD 3-Clause "New" or "Revised" License
48 stars 25 forks source link

Fix elm-tooling typings #138

Closed lydell closed 1 year ago

lydell commented 1 year ago

I finally figured out how to fix the TypeScript typings in the elm-tooling CLI: https://github.com/elm-tooling/elm-tooling-cli/blob/main/CHANGELOG.md#version-1141-2023-09-09

This PR updates to the latest version of elm-tooling (with the typings fix) and gets rid of the TypeScript disable comments which are no longer needed.

socket-security[bot] commented 1 year ago

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: elm-tooling@1.6.0

jfmengels commented 1 year ago

Thank you! :pray: