Skip to content
Closed
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 examples/angular-vite-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@angular/core": "^21.0.1",
"@angular/core": "^21.0.7",

Choose a reason for hiding this comment

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

P2 Badge Update pnpm-lock to match @angular/core bump

This version bump only updates package.json, but pnpm-lock.yaml in the repo still pins @angular/core to 21.0.3. In environments that install with a frozen lockfile (or that rely on the lockfile for deterministic resolution), this change will either fail installation or continue using 21.0.3, so the security fix won’t actually be applied. Please update the lockfile to reflect 21.0.7.

Useful? React with 👍 / 👎.

"@angular/platform-browser": "^21.0.1",
"@evolu/common": "latest",
"@evolu/web": "latest"
Expand Down
Loading