Skip to content

Commit

Permalink
Update dependency eslint to v8.57.0 (#491)
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 Apr 13, 2024
1 parent 643d21d commit aa0b941
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 216 deletions.
2 changes: 1 addition & 1 deletion apps/rotom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/node": "20.11.20",
"@types/testing-library__jasmine-dom": "1.3.3",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint": "8.57.0",
"http-server": "14.1.1",
"jasmine-axe": "1.1.0",
"jasmine-core": "5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@ls-lint/ls-lint": "2.2.3",
"@playwright/test": "1.40.1",
"dependency-cruiser": "16.0.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"husky": "8.0.3",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@ngneat/eslint-plugin-reactive-forms": "4.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.11.3",
"eslint-plugin-functional": "6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.11.3",
"eslint-plugin-functional": "6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.11.3",
"eslint-plugin-functional": "6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"axe-core": "4.8.4",
"class-variance-authority": "0.7.0",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint": "8.57.0",
"http-server": "14.1.1",
"jasmine-axe": "1.1.0",
"jasmine-core": "5.1.2",
Expand Down
Loading

0 comments on commit aa0b941

Please sign in to comment.