Skip to content

Commit

Permalink
chore(deps): update eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 17, 2021
1 parent 8b7daf5 commit 6e12674
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 39 deletions.
2 changes: 1 addition & 1 deletion apps/editing-toolkit/package.json
Expand Up @@ -140,7 +140,7 @@
"@wordpress/url": "3.2.2",
"classnames": "^2.3.1",
"enzyme": "^3.11.0",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"jest": "^27.2.4",
"lodash": "^4.17.21",
"moment": "^2.26.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -217,16 +217,16 @@
"enhanced-resolve": "^5.8.2",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.3",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-wpcalypso": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-wpcalypso/package.json
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"@babel/core": ">=7.15.0",
"eslint": ">=7.32.0",
"eslint": ">=8.0.1",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-react-hooks": "^4.2.0"
Expand All @@ -33,6 +33,6 @@
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/parser": "^7.15.3",
"eslint": ">=7.32.0"
"eslint": ">=8.0.1"
}
}

0 comments on commit 6e12674

Please sign in to comment.