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 #54

Open
wants to merge 1 commit into
base: main
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 @@
"@types/poool-engage": "2.1.2"
},
"devDependencies": {
"@babel/eslint-plugin": "7.24.7",
"@babel/eslint-plugin": "7.25.9",
"@poool/eslint-config": "3.0.1",
"@poool/eslint-config-react": "3.0.1",
"@poool/eslint-plugin": "3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/eslint-plugin@npm:7.24.7":
version: 7.24.7
resolution: "@babel/eslint-plugin@npm:7.24.7"
"@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 || ^9.0.0
checksum: 10c0/5b4bc7843a49c6dea4fc9ecd115ef4a7cc69059ab036db1e6afe992afa28241b65af7fc8d32c3c1bae3e95a5834e3900ce0f8cbf72234fb5a82a3eb436c00b4d
checksum: 10c0/839a014cdb7f5173dbe1986db3a354dd766684b4f0d16a18884015f336bfefcab8e301be4e616bf5c25c641aca9704114531418f44a55160e961ebb326da7d57
languageName: node
linkType: hard

Expand Down Expand Up @@ -1162,7 +1162,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@poool/react-engage@workspace:."
dependencies:
"@babel/eslint-plugin": "npm:7.24.7"
"@babel/eslint-plugin": "npm:7.25.9"
"@junipero/core": "npm:3.7.1"
"@poool/eslint-config": "npm:3.0.1"
"@poool/eslint-config-react": "npm:3.0.1"
Expand Down
Loading