Skip to content

Commit

Permalink
Pin typescript-eslint to avoid v8.6.0 (#750)
Browse files Browse the repository at this point in the history
typescript-eslint v8.6.0 contains a bug that causes failures when
objects that use a symbol as a property name are inspected. Until this
bug is fixed, pinning the dependency to v8.5.x.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Sep 20, 2024
1 parent f03a0cf commit a9d498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"ts-jest": "^29.2.4",
"typedoc": "^0.26.6",
"typescript": "~5.5.4",
"typescript-eslint": "^8.2.0"
"typescript-eslint": "~8.5"
}
}

0 comments on commit a9d498c

Please sign in to comment.