Skip to content

Commit

Permalink
chore: Use Approximately equivalent to version for eslint b/c peer dep (
Browse files Browse the repository at this point in the history
#196)

<!--
Thank you for contributing to the project! 💜
Please see our [OSS process
document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#)
to get an idea of how we operate.
-->

## Which problem is this PR solving?

Address a build issue in
#195

## Short description of the changes
Use `~` rather than `^` for eslint dep. 

## How to verify that this has the expected result
  • Loading branch information
wolfgangcodes authored Jul 18, 2024
1 parent 22265e4 commit ffcfcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"cypress": "^13.6.4",
"eslint": "^8.57.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
Expand Down

0 comments on commit ffcfcbb

Please sign in to comment.