Skip to content

Commit

Permalink
Update eslint-plugin-inclusive-language and eslint-plugin-react
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Dec 14, 2021
1 parent ab6942b commit 7cd106d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,14 @@
"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-inclusive-language": "^2.2.0",
"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": "^10.0.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-wpcalypso": "workspace:^",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
Expand Down
38 changes: 31 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16627,12 +16627,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-inclusive-language@npm:^2.1.1":
version: 2.1.1
resolution: "eslint-plugin-inclusive-language@npm:2.1.1"
"eslint-plugin-inclusive-language@npm:^2.2.0":
version: 2.2.0
resolution: "eslint-plugin-inclusive-language@npm:2.2.0"
dependencies:
humps: ^2.0.1
checksum: fc759f94b9fbbbaf592f39027ce09002737f0c6ebc59df2b8449dd8778e7c25e97894c4ff6b90d7785326b792189397f6f5531fda535ebaa20dfef0ae5ee342c
checksum: c491a16e2a958ffad0568045b1dac341a4304ecf5dd16351c33b32e19aef641d039da0be92f3e3a75ef57618e4903a514f368285ee76c0bdd160417a0f95171c
languageName: node
linkType: hard

Expand Down Expand Up @@ -16817,7 +16817,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.22.0, eslint-plugin-react@npm:^7.27.0":
"eslint-plugin-react@npm:^7.22.0":
version: 7.27.0
resolution: "eslint-plugin-react@npm:7.27.0"
dependencies:
Expand All @@ -16841,6 +16841,30 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.27.1":
version: 7.27.1
resolution: "eslint-plugin-react@npm:7.27.1"
dependencies:
array-includes: ^3.1.4
array.prototype.flatmap: ^1.2.5
doctrine: ^2.1.0
estraverse: ^5.3.0
jsx-ast-utils: ^2.4.1 || ^3.0.0
minimatch: ^3.0.4
object.entries: ^1.1.5
object.fromentries: ^2.0.5
object.hasown: ^1.1.0
object.values: ^1.1.5
prop-types: ^15.7.2
resolve: ^2.0.0-next.3
semver: ^6.3.0
string.prototype.matchall: ^4.0.6
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
checksum: 7ee0cf33034fb5927f169ec45057dbc8b2c528682fe6c33716bf4b790e10fe2a0cc50bb91c4b78e7abf6e04536e44ff2e67c70b3bacc936defdbb05fb74e3a06
languageName: node
linkType: hard

"eslint-plugin-wpcalypso@workspace:^, eslint-plugin-wpcalypso@workspace:packages/eslint-plugin-wpcalypso":
version: 0.0.0-use.local
resolution: "eslint-plugin-wpcalypso@workspace:packages/eslint-plugin-wpcalypso"
Expand Down Expand Up @@ -37781,14 +37805,14 @@ testarmada-magellan@11.0.10:
eslint-config-prettier: ^8.3.0
eslint-nibble: ^8.0.0
eslint-plugin-import: ^2.25.3
eslint-plugin-inclusive-language: ^2.1.1
eslint-plugin-inclusive-language: ^2.2.0
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: ^10.0.2
eslint-plugin-prettier: ^4.0.0
eslint-plugin-react: ^7.27.0
eslint-plugin-react: ^7.27.1
eslint-plugin-react-hooks: ^4.3.0
eslint-plugin-wpcalypso: "workspace:^"
eslint-plugin-you-dont-need-lodash-underscore: ^6.12.0
Expand Down

0 comments on commit 7cd106d

Please sign in to comment.