Skip to content

Commit

Permalink
chore(update-packages): update react packages from eslint and remove …
Browse files Browse the repository at this point in the history
…react hooks eslint plugin
  • Loading branch information
andrefelipeschulle committed Sep 3, 2024
1 parent 925c595 commit 408e172
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 269 deletions.
68 changes: 0 additions & 68 deletions legacy/react-native.js

This file was deleted.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/eslint-config",
"version": "2.6.5",
"version": "2.7.0",
"description": "ESLint config for BrainyLab projects",
"keywords": [
"eslint",
Expand Down Expand Up @@ -42,17 +42,16 @@
}
},
"dependencies": {
"@eslint/js": "9.5.0",
"@eslint/js": "9.9.1",
"@next/eslint-plugin-next": "15.0.0-rc.0",
"eslint": "9.7.0",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-import-x": "0.5.2",
"eslint-plugin-import-x": "4.1.1",
"eslint-plugin-n": "17.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react": "7.35.1",
"globals": "15.6.0",
"typescript-eslint": "7.14.1"
"typescript-eslint": "8.4.0"
},
"devDependencies": {
"@brainylab/prettier-config": "0.2.4",
Expand Down
Loading

0 comments on commit 408e172

Please sign in to comment.