Skip to content

Commit

Permalink
Bump eslint to ^8.57.0 (#41432)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 28, 2024
1 parent 0df8b99 commit 933b6f4
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "^20.5.7",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"typescript": "^5.4.3"
},
"nx": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"cross-env": "^7.0.3",
"danger": "^11.3.1",
"enzyme": "^3.11.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"emoji-regex": "^10.3.0"
},
"devDependencies": {
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.6",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"peerDependencies": {
"eslint": "^8.47.0"
Expand Down

0 comments on commit 933b6f4

Please sign in to comment.