Skip to content

Commit

Permalink
build(peer-deps): update typescript-eslint monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 0888c4f commit c2a87f2
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 62 deletions.
8 changes: 4 additions & 4 deletions packages/typescript-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@ivangabriele/prettier-config": "5.0.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
Expand All @@ -33,8 +33,8 @@
},
"peerDependencies": {
"@ivangabriele/prettier-config": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8",
"eslint-config-airbnb": "^19",
"eslint-config-airbnb-typescript": "^17",
Expand Down
8 changes: 4 additions & 4 deletions packages/typescript-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@ivangabriele/prettier-config": "5.0.1",
"@next/eslint-plugin-next": "14.1.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
Expand All @@ -39,8 +39,8 @@
"peerDependencies": {
"@ivangabriele/prettier-config": "^5.0.0",
"@next/eslint-plugin-next": "^14",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8",
"eslint-config-airbnb": "^19",
"eslint-config-airbnb-typescript": "^17",
Expand Down
8 changes: 4 additions & 4 deletions packages/typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@ivangabriele/prettier-config": "5.0.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
Expand All @@ -36,8 +36,8 @@
},
"peerDependencies": {
"@ivangabriele/prettier-config": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8",
"eslint-config-airbnb": "^19",
"eslint-config-airbnb-typescript": "^17",
Expand Down
Loading

0 comments on commit c2a87f2

Please sign in to comment.