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 apps/condo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/lodash": "4.14.186",
"@types/wavesurfer.js": "^6.0.6",
"@welldone-software/why-did-you-render": "^5.0.0-alpha.1",
"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 version bump

This change updates apps/condo/package.json to ajv 8.18.0 but does not update yarn.lock, which still resolves ajv@npm:8.11.0 (see yarn.lock:17313-17315), so the dependency bump is not reproducible from the committed lockfile and CI jobs that run immutable installs (for example .github/workflows/nodejs.condo.ci.yml:280 with yarn install --immutable) will fail until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"ajv-formats": "^2.1.0",
"analytics": "^0.8.16",
"antd": "^4.24.12",
Expand Down
Loading