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

build(deps-dev): bump @eslint/compat from 1.2.1 to 1.2.2 #1197

Merged
merged 1 commit into from
Oct 29, 2024
Merged
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 @@ -36,7 +36,7 @@
"publish:backend-middleware": "yarn workspace @hawtio/backend-middleware npm publish --tolerate-republish"
},
"devDependencies": {
"@eslint/compat": "^1.2.1",
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.13.0",
"concurrently": "^9.0.1",
"cz-conventional-changelog": "3.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1883,15 +1883,15 @@ __metadata:
languageName: node
linkType: hard

"@eslint/compat@npm:^1.2.1":
version: 1.2.1
resolution: "@eslint/compat@npm:1.2.1"
"@eslint/compat@npm:^1.2.2":
version: 1.2.2
resolution: "@eslint/compat@npm:1.2.2"
peerDependencies:
eslint: ^9.10.0
peerDependenciesMeta:
eslint:
optional: true
checksum: 10/c2a451c0fa412ba8d2063b2f6e27d023ad919785f977229dfe29eca523186ebf43430fe5d874bcacf964237b663d9b190d789da2a304acbe653c9903386a2791
checksum: 10/81648b00e0b629de43d9aece18bb683340684a02f2cf1df2672bf3b16531371ce11492a106d0fb18e91b2bb3af97885e0209f8cefc520e62a872d0730cf7bfee
languageName: node
linkType: hard

Expand Down Expand Up @@ -2005,7 +2005,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hawtio/next-root@workspace:."
dependencies:
"@eslint/compat": "npm:^1.2.1"
"@eslint/compat": "npm:^1.2.2"
"@eslint/js": "npm:^9.13.0"
concurrently: "npm:^9.0.1"
cz-conventional-changelog: "npm:3.3.0"
Expand Down
Loading