Skip to content

Commit

Permalink
fix(deps): update eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 23, 2021
1 parent a837da9 commit 3b849fc
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 40 deletions.
2 changes: 1 addition & 1 deletion apps/editing-toolkit/package.json
Expand Up @@ -96,7 +96,7 @@
"@wordpress/url": "3.3.0",
"classnames": "^2.3.1",
"enzyme": "^3.11.0",
"eslint": "^7.32.0",
"eslint": "^8.3.0",
"jest": "^27.2.4",
"lodash": "^4.17.21",
"moment": "^2.26.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -212,16 +212,16 @@
"enhanced-resolve": "^5.8.2",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.3",
"eslint": "^7.32.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-jsx-a11y": "^6.5.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.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-wpcalypso": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-wpcalypso/package.json
Expand Up @@ -25,7 +25,7 @@
"@babel/core": ">=7.16.0",
"eslint": ">=7.32.0",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-react-hooks": "^4.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3b849fc

Please sign in to comment.