Skip to content

Commit

Permalink
chore: bump eslint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Feb 19, 2024
1 parent b9d5b8b commit af43412
Show file tree
Hide file tree
Showing 3 changed files with 1,458 additions and 2,224 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"publish": "yarn workspaces foreach --no-private npm publish"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"cspell": "^8.0.0",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"cspell": "^8.4.0",
"eslint": "^8.56.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^2.1.1",
"eslint-plugin-regexp": "^2.2.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "~5.3.3"
},
"packageManager": "[email protected]"
}
18 changes: 11 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-jc",
"version": "4.2.1",
"version": "4.3.0",
"description": "Josh-Cena's personal coding style",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -36,18 +36,19 @@
"./typescript-typecheck": "./rules/typescript-typecheck.js"
},
"dependencies": {
"eslint-config-prettier": "^9.0.0"
"eslint-config-prettier": "^9.1.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^2.1.1"
"eslint-plugin-regexp": "^2.2.0"
},
"peerDependenciesMeta": {
"eslint-plugin-header": {
Expand All @@ -56,6 +57,9 @@
"eslint-plugin-jsx-a11y": {
"optional": true
},
"eslint-plugin-n": {
"optional": true
},
"eslint-plugin-react": {
"optional": true
},
Expand Down
Loading

0 comments on commit af43412

Please sign in to comment.