Skip to content

Commit

Permalink
chore(eslint-config): restrict eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Oct 16, 2021
1 parent 36b835f commit 7977dd6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "eslint . --config=index.js"
},
"peerDependencies": {
"eslint": "^7.32.0 || >=8.0.0"
"eslint": "^7.32.0"
},
"dependencies": {
"eslint-config-standard": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jest.js"
],
"peerDependencies": {
"eslint": "^7.32.0 || >=8.0.0"
"eslint": "^7.32.0"
},
"dependencies": {
"@babel/core": "^7.15.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --config=index.js"
},
"peerDependencies": {
"eslint": "^7.32.0 || >=8.0.0"
"eslint": "^7.32.0"
},
"dependencies": {
"eslint-config-bod": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "eslint . --config=index.js"
},
"peerDependencies": {
"eslint": "^7.32.0 || >=8.0.0",
"eslint": "^7.32.0",
"typescript": "^4.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "eslint . --config=index.js"
},
"peerDependencies": {
"eslint": "^7.32.0 || >=8.0.0",
"eslint": "^7.32.0",
"typescript": "^4.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "eslint . --config=index.js"
},
"peerDependencies": {
"eslint": "^7.32.0 || >=8.0.0",
"eslint": "^7.32.0",
"prettier": "^2.4.0",
"typescript": "^4.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ __metadata:
jsonc-eslint-parser: ^1.4.1
yaml-eslint-parser: ^0.4.1
peerDependencies:
eslint: ^7.32.0 || >=8.0.0
eslint: ^7.32.0
languageName: unknown
linkType: soft

Expand All @@ -1750,7 +1750,7 @@ __metadata:
eslint-config-bod: ^5.5.2
react: ^17.0.2
peerDependencies:
eslint: ^7.32.0 || >=8.0.0
eslint: ^7.32.0
languageName: unknown
linkType: soft

Expand All @@ -1763,7 +1763,7 @@ __metadata:
"@typescript-eslint/parser": ^5.0.0
eslint: ^7.32.0
peerDependencies:
eslint: ^7.32.0 || >=8.0.0
eslint: ^7.32.0
typescript: ^4.0.0
languageName: unknown
linkType: soft
Expand All @@ -1776,7 +1776,7 @@ __metadata:
eslint: ^7.32.0
eslint-plugin-vue: ^7.19.1
peerDependencies:
eslint: ^7.32.0 || >=8.0.0
eslint: ^7.32.0
typescript: ^4.0.0
languageName: unknown
linkType: soft
Expand All @@ -1792,7 +1792,7 @@ __metadata:
eslint-plugin-prettier: ^4.0.0
prettier: ^2.4.1
peerDependencies:
eslint: ^7.32.0 || >=8.0.0
eslint: ^7.32.0
prettier: ^2.4.0
typescript: ^4.0.0
languageName: unknown
Expand Down Expand Up @@ -9459,7 +9459,7 @@ __metadata:
eslint-plugin-react-hooks: ^4.2.0
eslint-plugin-testing-library: ^5.0.0-alpha.9
peerDependencies:
eslint: ^7.32.0 || >=8.0.0
eslint: ^7.32.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7977dd6

Please sign in to comment.