Skip to content

Commit

Permalink
Bump typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Mar 12, 2024
1 parent f09a8ce commit 0a4b44f
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 102 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
extends: ['github>seek-oss/rynovate'],
}
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@babel/eslint-parser": "^7.22.6",
"@babel/preset-react": "^7.22.5",
"@finsit/eslint-plugin-cypress": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -43,13 +43,16 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/get-github-info": "^0.5.2",
"eslint": "^8.44.0",
"eslint": "^8.56.0",
"prettier": "^2.8.4",
"typescript": "~5.1.6"
"typescript": "~5.4.2"
},
"peerDependencies": {
"eslint": ">=7",
"typescript": ">=4.5"
"eslint": ">=8.56.0",
"typescript": ">=4.7.5"
},
"engines": {
"node": ">=18.18.0"
},
"packageManager": "pnpm@8.6.6",
"volta": {
Expand Down
Loading

0 comments on commit 0a4b44f

Please sign in to comment.