Skip to content

Commit

Permalink
Merge branch 'main' into test-responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jan 20, 2023
2 parents 0a8b63b + 44379e8 commit 120b761
Show file tree
Hide file tree
Showing 4 changed files with 383 additions and 250 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-boxes-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/eslint-config": patch
---

chore(deps): update eslint
12 changes: 6 additions & 6 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.1.7",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "5.9.1",
"prettier": "2.8.1"
Expand All @@ -42,7 +42,7 @@
"typescript": "4.8.x || 4.9.x"
},
"devDependencies": {
"eslint": "8.30.0",
"eslint": "8.32.0",
"typescript": "4.9.4"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@types/node": "16.18.3",
"all-contributors-cli": "6.24.0",
"async-retry": "1.3.3",
"chromatic": "^6.6.3",
"eslint": "8.30.0",
"chromatic": "6.6.3",
"eslint": "8.32.0",
"husky": "8.0.2",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
Expand Down
Loading

0 comments on commit 120b761

Please sign in to comment.