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

chore(deps): update dependency @babel/eslint-plugin to v7.25.9 #950

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 @@ -31,7 +31,7 @@
"release:rc": "standard-version --prerelease rc && git push --follow-tags"
},
"devDependencies": {
"@babel/eslint-plugin": "7.22.10",
"@babel/eslint-plugin": "7.25.9",
"@poool/eslint-config": "3.0.1",
"@poool/eslint-plugin": "3.0.0",
"@rollup/plugin-commonjs": "25.0.7",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/eslint-plugin@npm:7.22.10":
version: 7.22.10
resolution: "@babel/eslint-plugin@npm:7.22.10"
"@babel/eslint-plugin@npm:7.25.9":
version: 7.25.9
resolution: "@babel/eslint-plugin@npm:7.25.9"
dependencies:
eslint-rule-composer: "npm:^0.3.0"
peerDependencies:
"@babel/eslint-parser": ^7.11.0
eslint: ^7.5.0 || ^8.0.0
checksum: b97d65ff00afdc93906406eae39526f79f422d518605793e9760f64f697c6fb5c4618e10e8ec6ae079edbcda617036233ae7f13415f6ff5e241d5121b83cd2d9
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
checksum: 08ba33f7656bcead5256bdc9b7b26e58c7485f8b7d6d469a6033d7c5aebc577810fb4c946af75ea8610add7f6b71ec13fd3f63a2b63913ab11d31e20b3599604
languageName: node
linkType: hard

Expand Down Expand Up @@ -916,7 +916,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@poool/buddy@workspace:."
dependencies:
"@babel/eslint-plugin": "npm:7.22.10"
"@babel/eslint-plugin": "npm:7.25.9"
"@poool/eslint-config": "npm:3.0.1"
"@poool/eslint-plugin": "npm:3.0.0"
"@rollup/plugin-commonjs": "npm:25.0.7"
Expand Down
Loading