Skip to content

Commit

Permalink
fix(eslint-config): fix useMemo/useCallback import order
Browse files Browse the repository at this point in the history
also bump deps
  • Loading branch information
andrepolischuk committed Feb 12, 2024
1 parent c11fd08 commit 5cad284
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 77 deletions.
16 changes: 8 additions & 8 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"access": "public"
},
"dependencies": {
"@arthurgeron/eslint-plugin-react-usememo": "^2.3.0",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@rushstack/eslint-patch": "^1.7.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-config-next": "^14.0.4",
"@arthurgeron/eslint-plugin-react-usememo": "^2.3.1",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@rushstack/eslint-patch": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-next": "^14.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -28,6 +28,6 @@
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-ssr-friendly": "^1.3.0",
"eslint-plugin-todo-with-label": "^2.0.0",
"eslint-plugin-unicorn": "^50.0.1"
"eslint-plugin-unicorn": "^51.0.1"
}
}
Loading

0 comments on commit 5cad284

Please sign in to comment.