Skip to content

Commit

Permalink
fix(deps): update eslint (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2022
1 parent 4aa5ccd commit ca4433f
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 184 deletions.
6 changes: 6 additions & 0 deletions .changeset/thin-icons-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@marigold/eslint-config": patch
"@marigold/docs": patch
---

fix(deps): update eslint
16 changes: 8 additions & 8 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
"@babel/core": "7.17.12",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "7.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "5.2.1",
"eslint-plugin-testing-library": "5.5.1",
"prettier": "2.6.2"
},
"peerDependencies": {
"eslint": "8.12.0",
"eslint": "8.16.0",
"typescript": "4.6.4"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint": "8.16.0",
"typescript": "4.6.4"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"babel-eslint": "10.1.0",
"babel-preset-gatsby": "2.11.1",
"core-js": "3.22.7",
"eslint": "8.12.0",
"eslint": "8.16.0",
"gatsby": "4.11.1",
"gatsby-plugin-image": "2.11.1",
"gatsby-plugin-manifest": "4.11.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"all-contributors-cli": "6.20.0",
"async-retry": "1.3.3",
"dotenv": "16.0.0",
"eslint": "8.12.0",
"eslint": "8.16.0",
"husky": "8.0.1",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
Expand Down
Loading

0 comments on commit ca4433f

Please sign in to comment.