Skip to content

Commit

Permalink
Allow ESLint 7 as peer dep of @emotion/eslint-plugin (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Oct 11, 2020
1 parent 69446cb commit 58e8c11
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 145 deletions.
5 changes: 5 additions & 0 deletions .changeset/zany-spoons-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/eslint-plugin': minor
---

ESLint 7 has been added to the peer dependency range (ESLint 6 keeps being supported).
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"@types/node": "^10.11.4",
"@types/react": "^16.9.11",
"babel-check-duplicated-nodes": "^1.0.0",
"babel-eslint": "^10.0.3",
"babel-eslint": "^10.1.0",
"babel-flow-types": "^1.2.3",
"babel-jest": "^26.3.0",
"babel-plugin-add-basic-constructor-for-react-components": "^0.1.0",
Expand All @@ -212,18 +212,18 @@
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-react": "^1.1.7",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"flow-bin": "^0.128.0",
"html-tag-names": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"license": "MIT",
"peerDependencies": {
"eslint": "6"
"eslint": "6 || 7"
},
"devDependencies": {
"eslint": "^6.7.2"
"eslint": "^7.10.0"
}
}
8 changes: 1 addition & 7 deletions removed-packages/eslint-plugin-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@
"engines": {
"node": ">=6"
},
"license": "MIT",
"peerDependencies": {
"eslint": "6"
},
"devDependencies": {
"eslint": "^6.7.2"
}
"license": "MIT"
}

0 comments on commit 58e8c11

Please sign in to comment.