Skip to content
Open
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 packages/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@open-condo/codegen": "workspace:^",
"@open-condo/config": "workspace:^",
"@open-condo/keystone": "workspace:^",
"ajv": "8.11.0",
"ajv": "8.18.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate lockfile for ajv 8.18.0 bump

Update the lockfile together with this manifest change, because the repo’s Yarn 3 setup keeps immutable installs enabled by default (.yarnrc.yml has no enableImmutableInstalls: false) and yarn.lock still resolves ajv only to 8.11.0/8.17.1 (see yarn.lock around lines 17313-17339). As committed, CI/local immutable installs will fail due to lockfile drift before tests even run.

Useful? React with 👍 / 👎.

"dayjs": "^1.11.10",
"graphql": "^16.10.0",
"graphql-2-json-schema": "^0.9.1",
Expand Down
Loading