Skip to content

Commit

Permalink
Bump eslint to ^8.47.0 || ^9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent af3b3bd commit 748460c
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 153 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.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint": "^9.9.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 @@ -143,7 +143,7 @@
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"danger": "^12.3.3",
"eslint": "^8.57.0",
"eslint": "^9.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"emoji-regex": "^10.3.0"
},
"devDependencies": {
"@types/eslint": "^8.56.11",
"@types/eslint": "^9.6.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0"
"eslint": "^9.9.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 748460c

Please sign in to comment.