Skip to content

Commit

Permalink
chore(deps): update code style deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent a626189 commit 5a28cbf
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 47 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@babel/eslint-parser": "7.23.3",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"eslint-config-next": "13.5.6",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-jsx": "0.1.0",
Expand All @@ -48,8 +48,8 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-shelf-no-need-lodash-methods": "1.0.109",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-testing-library": "5.11.1",
"eslint-plugin-sonarjs": "1.0.0",
"eslint-plugin-testing-library": "6.2.2",
"eslint-plugin-vue": "9.19.2",
"eslint-plugin-you-dont-need-lodash-underscore": "6.13.0"
},
Expand All @@ -59,7 +59,7 @@
"prettier": "3.1.1"
},
"peerDependencies": {
"eslint": "7.x || 8.x",
"eslint": "7.x || 8.x || 9.x",
"prettier": "2.x || 3.x"
},
"lint-staged": {
Expand Down

0 comments on commit 5a28cbf

Please sign in to comment.