Skip to content

Commit

Permalink
chore: update @typescript-eslint from v4 to v5, eslint from v7 to v8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update @typescript-eslint from v4 to v5, eslint from v7 to v8
  • Loading branch information
spotify-kai committed Mar 2, 2022
1 parent 725749c commit e284943
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 269 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"main": "index.js",
"scripts": {},
"devDependencies": {
"eslint": "^7.23.0",
"eslint": "^8.10.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.2.0"
},
"peerDependencies": {
"eslint": ">=7.x",
"eslint": ">=8.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": ">=7.7.0 <8",
"eslint-plugin-react-hooks": "^4.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"main": "index.js",
"scripts": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0"
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4",
"@typescript-eslint/parser": ">=4",
"eslint": ">=7.x"
"@typescript-eslint/eslint-plugin": ">=5",
"@typescript-eslint/parser": ">=5",
"eslint": ">=8.x"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@spotify/eslint-config-typescript": "^12.0.0",
"@spotify/eslint-plugin": "^12.0.0",
"@spotify/web-scripts-utils": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.2.0"
},
"devDependencies": {
"eslint": "^7.23.0"
"eslint": "^8.10.0"
},
"peerDependencies": {
"@spotify/eslint-plugin": ">=8.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@spotify/web-scripts": "^12.0.0",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.0.1",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/types": "^4.21.0",
"@typescript-eslint/parser": "^5.13.0",
"@typescript-eslint/types": "^5.13.0",
"eslint": "^8.10.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"@typescript-eslint/parser": ">=4.x",
"eslint": ">=7.x"
"@typescript-eslint/parser": ">=5.x",
"eslint": ">=8.x"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e284943

Please sign in to comment.