Skip to content

build: update angular-linking to attempt fix postinstall flakiness #30698

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

Merged
merged 1 commit into from
Mar 24, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=1644151301
pnpm-lock.yaml=2107069472
package.json=-2113674231
pnpm-lock.yaml=409413002
pnpm-workspace.yaml=1711114604
yarn.lock=1593491870
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,32 +189,32 @@
"packageExtensions": {
"@angular/animations": {
"dependencies": {
"@nginfra/angular-linking": "1.0.0"
"@nginfra/angular-linking": "1.0.2"
}
},
"@angular/common": {
"dependencies": {
"@nginfra/angular-linking": "1.0.0"
"@nginfra/angular-linking": "1.0.2"
}
},
"@angular/forms": {
"dependencies": {
"@nginfra/angular-linking": "1.0.0"
"@nginfra/angular-linking": "1.0.2"
}
},
"@angular/platform-browser": {
"dependencies": {
"@nginfra/angular-linking": "1.0.0"
"@nginfra/angular-linking": "1.0.2"
}
},
"@angular/router": {
"dependencies": {
"@nginfra/angular-linking": "1.0.0"
"@nginfra/angular-linking": "1.0.2"
}
},
"@angular/localize": {
"dependencies": {
"@nginfra/angular-linking": "1.0.0"
"@nginfra/angular-linking": "1.0.2"
}
}
}
Expand Down
Loading
Loading