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 27, 2021
1 parent 24cf70a commit 9a36117
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 61 deletions.
2 changes: 1 addition & 1 deletion apps/editing-toolkit/package.json
Expand Up @@ -95,7 +95,7 @@
"@wordpress/url": "3.2.2",
"classnames": "^2.3.1",
"enzyme": "^3.11.0",
"eslint": "^7.32.0",
"eslint": "^8.1.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 @@ -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.1.0",
"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-jsdoc": "^36.1.1",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-jsdoc": "^37.0.3",
"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
6 changes: 3 additions & 3 deletions packages/eslint-plugin-wpcalypso/package.json
Expand Up @@ -23,16 +23,16 @@
},
"peerDependencies": {
"@babel/core": ">=7.15.0",
"eslint": ">=7.32.0",
"eslint": ">=8.1.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.2.0"
},
"devDependencies": {
"@automattic/calypso-typescript-config": "^1.0.0",
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/parser": "^7.15.3",
"eslint": ">=7.32.0"
"eslint": ">=8.1.0"
}
}

0 comments on commit 9a36117

Please sign in to comment.