Skip to content

Commit

Permalink
fix: loosen eslint-config dependency version
Browse files Browse the repository at this point in the history
Updating dependencies that were out of date.
  • Loading branch information
SimeonC committed Nov 15, 2023
1 parent 08349ad commit 5f91c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@emotion/eslint-plugin": "^11.11.0",
"@nx/eslint-plugin": "^16.5.0",
"@tablecheck/eslint-plugin": "^4.0.0",
"@tablecheck/eslint-plugin": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tsimportlib": "0.0.5"
},
"peerDependencies": {
"@tablecheck/eslint-config": ">=1.8.2"
"@tablecheck/eslint-config": ">=8.2.0"
},
"devDependencies": {
"@types/flat": "5.0.2",
Expand Down

0 comments on commit 5f91c78

Please sign in to comment.