Skip to content

Commit 9de9cf3

Browse files
committed
build: update angular-linking to attempt fix postinstall flakiness
This version of `angular-linking` has the new license (MIT), and also disables Babel config lookups. That potentially fixes the flakiness where Babel fails reading some incomplete config file
1 parent 0bcbec0 commit 9de9cf3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,32 +189,32 @@
189189
"packageExtensions": {
190190
"@angular/animations": {
191191
"dependencies": {
192-
"@nginfra/angular-linking": "1.0.0"
192+
"@nginfra/angular-linking": "1.0.2"
193193
}
194194
},
195195
"@angular/common": {
196196
"dependencies": {
197-
"@nginfra/angular-linking": "1.0.0"
197+
"@nginfra/angular-linking": "1.0.2"
198198
}
199199
},
200200
"@angular/forms": {
201201
"dependencies": {
202-
"@nginfra/angular-linking": "1.0.0"
202+
"@nginfra/angular-linking": "1.0.2"
203203
}
204204
},
205205
"@angular/platform-browser": {
206206
"dependencies": {
207-
"@nginfra/angular-linking": "1.0.0"
207+
"@nginfra/angular-linking": "1.0.2"
208208
}
209209
},
210210
"@angular/router": {
211211
"dependencies": {
212-
"@nginfra/angular-linking": "1.0.0"
212+
"@nginfra/angular-linking": "1.0.2"
213213
}
214214
},
215215
"@angular/localize": {
216216
"dependencies": {
217-
"@nginfra/angular-linking": "1.0.0"
217+
"@nginfra/angular-linking": "1.0.2"
218218
}
219219
}
220220
}

0 commit comments

Comments
 (0)