Skip to content

Commit

Permalink
feat!(deps): upgrade all incl typescript-eslint v7
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Feb 13, 2024
1 parent c27fa89 commit 6140a2b
Show file tree
Hide file tree
Showing 2 changed files with 560 additions and 548 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"repository": "git@github.com:nihalgonsalves/esconfig.git",
"author": "Nihal Gonsalves <nihal@nihalgonsalves.com>",
"license": "MIT",
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb",
"files": [
"eslint-rules-base.js",
".eslintrc.js",
Expand All @@ -20,28 +21,27 @@
"format:check": "prettier . --check"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"eslint": "^8.56.0",
"eslint-define-config": "^2.1.0",
"lefthook": "^1.6.1",
"prettier": "^3.2.5",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint": "^8.44.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.1.3"
},
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 6140a2b

Please sign in to comment.