Skip to content

Commit

Permalink
chore(deps): update eslint monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent e9a5db1 commit 0284409
Show file tree
Hide file tree
Showing 6 changed files with 508 additions and 520 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"concurrently": "^9.0.1",
"consola": "^3.2.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint": "^9.11.1",
"jest": "^29.7.0",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"lint:fix": "eslint . --config=index.js --fix"
},
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@stylistic/eslint-plugin": "^2.8.0",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-config-eslint": "^9.0.0",
"eslint-config-eslint": "^11.0.0",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint:fix": "eslint . --config=index.js --fix"
},
"peerDependencies": {
"eslint": "^8.0.0",
"eslint": "^8.0.0 || ^9.0.0",
"eslint-config-next": "^14.0.0",
"next": "^14.0.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eslint": "^8.57.1",
"eslint": "^9.11.1",
"eslint-config-bod": "workspace:^",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint": "^9.11.1",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
Expand Down
Loading

0 comments on commit 0284409

Please sign in to comment.