Skip to content

Commit c03883e

Browse files
josephperrottthePunderWoman
authored andcommitted
build: provide a specific version of zone.js for the vscode pre standalone test
Use zone.js 0.15.0 specifically instead of moving to a later verison of zone.js for the test
1 parent 58014cb commit c03883e

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

pnpm-lock.yaml

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-ng-language-service/integration/pre_standalone_project/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"@angular/common": "18.2.10",
6-
"@angular/core": "18.2.10"
6+
"@angular/core": "18.2.10",
7+
"zone.js": "0.15.0"
78
}
89
}

0 commit comments

Comments
 (0)