Skip to content

Commit

Permalink
fix(deps): update external-non-major (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent ffa1b7c commit 92e2bfb
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 175 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-tslint-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"lib"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-tslint-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"lib"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json-files": "^4.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-validate-jsx-nesting": "^0.1.1"
Expand Down
Loading

0 comments on commit 92e2bfb

Please sign in to comment.