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 Dec 14, 2021
1 parent ba2918d commit 482f6fb
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 73 deletions.
2 changes: 1 addition & 1 deletion apps/editing-toolkit/package.json
Expand Up @@ -97,7 +97,7 @@
"@wordpress/url": "3.3.1",
"classnames": "^2.3.1",
"enzyme": "^3.11.0",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"jest": "^27.3.1",
"lodash": "^4.17.21",
"moment": "^2.26.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -206,16 +206,16 @@
"css-loader": "^3.6.0",
"debug": "^4.1.1",
"doctrine": "^3.0.0",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"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.2.0",
"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-mocha": "^10.0.3",
"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 Expand Up @@ -289,7 +289,7 @@
"@automattic/calypso-jest": "workspace:^",
"@bartekbp/typescript-checkstyle": "^5.0.0",
"bunyan": "^1.8.15",
"eslint-nibble": "^7.0.0",
"eslint-nibble": "^8.0.0",
"husky": "^7.0.4"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-wpcalypso/package.json
Expand Up @@ -25,7 +25,7 @@
"@babel/core": ">=7.16.5",
"eslint": ">=7.32.0",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-jsdoc": "^37.2.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 482f6fb

Please sign in to comment.