Skip to content

Commit

Permalink
feat: new minimum version and eslint 8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Nov 20, 2022
1 parent 5602121 commit f1b1b48
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 89 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-beds-vanish.md
@@ -0,0 +1,5 @@
---
'@belgattitude/eslint-config-bases': minor
---

eslint to 8.28 and new minimum versions
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"@types/prettier": "2.7.1",
"@types/shell-quote": "1.7.1",
"cross-env": "7.0.3",
"eslint": "8.27.0",
"eslint": "8.28.0",
"husky": "8.0.2",
"is-ci": "3.0.1",
"lint-staged": "13.0.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config-bases/package.json
Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-playwright": "^0.11.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.10.0",
"eslint-plugin-sonarjs": "^0.16.0",
Expand All @@ -99,11 +99,11 @@
"eslint-plugin-testing-library": "^5.9.1"
},
"peerDependencies": {
"eslint": "^8.0.0",
"graphql": "^16.4.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0",
"typescript": "^4.5.2"
"eslint": "^8.28.0",
"graphql": "^16.6.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"typescript": "^4.8.2"
},
"peerDependenciesMeta": {
"graphql": {
Expand All @@ -126,7 +126,7 @@
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"es-check": "7.0.1",
"eslint": "8.27.0",
"eslint": "8.28.0",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit f1b1b48

Please sign in to comment.