Skip to content

Commit

Permalink
chore: bump eslint versions (#8338)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Feb 2, 2024
1 parent 421a99a commit cd5dff8
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 74 deletions.
1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.js",
"{workspaceRoot}/package.json",
"{workspaceRoot}/yarn.lock",
"{workspaceRoot}/.eslintignore",
{
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,23 @@
"@types/semver": "^7.5.0",
"@types/tmp": "^0.2.3",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin-internal": "workspace:packages/eslint-plugin-internal",
"@typescript-eslint/eslint-plugin-internal": "workspace:^",
"console-fail-test": "^0.2.3",
"cross-fetch": "^4.0.0",
"cspell": "^7.0.0",
"downlevel-dts": ">=0.11.0",
"eslint": "^8.47.0",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-eslint-plugin": "^5.2.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsdoc": "^47.0.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^50.0.1",
"execa": "7.1.1",
"glob": "^10.3.3",
"husky": "^8.0.3",
Expand All @@ -118,7 +118,7 @@
"tslint": "^6.1.3",
"tsx": "^4.6.2",
"typescript": ">=4.3.5 <5.4.0",
"typescript-eslint": "workspace:packages/typescript-eslint",
"typescript-eslint": "workspace:^",
"yargs": "17.7.2"
},
"resolutions": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cd5dff8

Please sign in to comment.