Skip to content

Commit

Permalink
fixed typo in peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Dec 20, 2023
1 parent bc973c9 commit 631db26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-bats-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@windyroad/eslint-config": patch
---

Fixed version of the `eslint-config-turbo` peer dependency. We had accidentally put `>=1.11.12` instead of `>=1.11.2` 🤦‍♂️
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-jsdoc": ">=46.4.3",
"eslint-plugin-jsonc": ">=2.9.0",
"eslint-plugin-no-secrets": ">=0.8.9",
"eslint-config-turbo": ">=1.11.12",
"eslint-config-turbo": ">=1.11.2",
"markdownlint-cli2": ">=0.8.1"
}
}

0 comments on commit 631db26

Please sign in to comment.