Skip to content

Commit

Permalink
Bump eslint to v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent cde3370 commit 0ec5fe4
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 137 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 @@ -28,7 +28,7 @@
"@types/node": "^20.5.7",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint": "^9.4.0",
"typescript": "^5.4.5"
},
"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": "^12.3.0",
"enzyme": "^3.11.0",
"eslint": "^8.57.0",
"eslint": "^9.4.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.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 @@ -10,10 +10,10 @@
"devDependencies": {
"@types/eslint": "^8.56.10",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0"
"eslint": "^9.4.0"
},
"peerDependencies": {
"eslint": "^8.47.0"
"eslint": "^8.47.0 || ^9.0.0"
},
"scripts": {
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/eslint-plugin-material-ui/**/*.test.js'"
Expand Down
Loading

0 comments on commit 0ec5fe4

Please sign in to comment.