Skip to content

Commit 6fe5ffc

Browse files
committed
fix: yarn lockfile
Fixes an incorrect version of angular/language-service in the lock file. This should fix build failures on ci.
1 parent 622f10e commit 6fe5ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@angular/language-service@^11.2.1":
5+
"@angular/[email protected]":
66
version "11.2.1"
77
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-11.2.1.tgz#527ad4739b35d1cc701026f0033aab0b088c770a"
88
integrity sha512-xJ6UNn3bWWDDfjf7C3F2DXAv8m2LQznxQgsPKdtHbypw5wWDbUVEqFk5sSt81g2TRiFrGYbDa9mChaKx3rttUA==

0 commit comments

Comments
 (0)