Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno palma committed Mar 26, 2024
1 parent babf603 commit 9026037
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"access": "public"
},
"peerDependencies": {
"@playwright/test": ">= 1.40",
"@playwright/test": ">=1.42",
"@types/node": ">= 20",
"@typescript-eslint/eslint-plugin": ">= 6",
"@typescript-eslint/parser": ">= 6",
"@typescript-eslint/eslint-plugin": ">=7",
"@typescript-eslint/parser": ">=7",
"eslint-config-prettier": ">= 9",
"eslint-plugin-playwright": ">= 0",
"eslint-plugin-playwright": ">=1",
"eslint-plugin-prettier": ">= 5",
"eslint-plugin-sonarjs": ">= 0",
"eslint-plugin-unicorn": ">= 49",
"eslint-plugin-unicorn": ">=51",
"eslint": ">= 8",
"prettier": ">= 3",
"typescript": ">= 5"
Expand Down

0 comments on commit 9026037

Please sign in to comment.