Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency eslint-plugin-eslint-plugin to ^5.5.1 #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@yarnpkg/sdks": "^3.0.0-rc.22",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-eslint-plugin": "^5.5.1",
"eslint-plugin-jest": "^27.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"babel-jest": "^29.1.2",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"eslint": "^8.24.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-eslint-plugin": "^5.5.1",
"eslint-plugin-node": "^11.1.0",
"espree": "^9.4.0",
"jest": "^29.1.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ __metadata:
babel-plugin-polyfill-corejs3: ^0.6.0
core-js-pure: ^3.23.2
eslint: ^8.24.0
eslint-plugin-eslint-plugin: ^5.0.6
eslint-plugin-eslint-plugin: ^5.5.1
eslint-plugin-node: ^11.1.0
eslint-visitor-keys: ^3.3.0
espree: ^9.4.0
Expand Down Expand Up @@ -4012,15 +4012,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-eslint-plugin@npm:^5.0.6":
version: 5.0.6
resolution: "eslint-plugin-eslint-plugin@npm:5.0.6"
"eslint-plugin-eslint-plugin@npm:^5.5.1":
version: 5.5.1
resolution: "eslint-plugin-eslint-plugin@npm:5.5.1"
dependencies:
eslint-utils: ^3.0.0
estraverse: ^5.2.0
estraverse: ^5.3.0
peerDependencies:
eslint: ">=7.0.0"
checksum: 8761571af3e81f7451ff787ac2cf6077d8d093cd3a3fca503d8423ac1d47c7c431ccb1640c1991dd4ed62832e004d9fc8999ac480a59cfd2649bbcf3baf5cee7
checksum: 0f0fcab3ba73d57f07d69852287563e4f7d00382f4e722011a99f58117d3f20b8fcb9dd1edc2f32ef539749b8372a2492087219f27c8a8c00e77e328b2ce8fb6
languageName: node
linkType: hard

Expand Down Expand Up @@ -7060,7 +7060,7 @@ __metadata:
"@yarnpkg/sdks": ^3.0.0-rc.22
eslint: ^8.24.0
eslint-config-prettier: ^8.5.0
eslint-plugin-eslint-plugin: ^5.0.6
eslint-plugin-eslint-plugin: ^5.5.1
eslint-plugin-jest: ^27.1.0
eslint-plugin-node: ^11.1.0
eslint-plugin-react: ^7.31.8
Expand Down
Loading