Skip to content

Commit b0f1552

Browse files
alan-agius4alxhub
authored andcommitted
build: use installed deps from main repo (#55433)
This commit updates the zone.js types tests to use the deps installed in the main repo PR Close #55433
1 parent cb7fd67 commit b0f1552

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

packages/zone.js/test/typings/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@types/node": "^16.11.7",
13-
"domino": "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af",
12+
"@types/node": "file:../../../../node_modules/@types/node",
13+
"domino": "file:../../../../node_modules/domino",
1414
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
1515
},
1616
"devDependencies": {
17-
"typescript": "5.2.2"
17+
"typescript": "file:../../../../node_modules/typescript"
1818
}
1919
}

packages/zone.js/test/typings/yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,19 @@
22
# yarn lockfile v1
33

44

5-
"@types/node@^16.11.7":
6-
version "16.18.74"
7-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.74.tgz#af518a0abafe8ab453f04c12ee62cfad75a8ca8d"
8-
integrity sha512-eEn8RkzZFcT0gb8qyi0CcfSOQnLE+NbGLIIaxGGmjn/N35v/C3M8ohxcpSlNlCv+H8vPpMGmrGDdCkzr8xu2tQ==
5+
"@types/node@file:../../../../node_modules/@types/node":
6+
version "16.18.96"
97

10-
"domino@https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af":
8+
"domino@file:../../../../node_modules/domino":
119
version "2.1.6"
12-
resolved "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af"
1310

1411
tslib@^2.3.0:
1512
version "2.6.2"
1613
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1714
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
1815

19-
20-
version "5.2.2"
21-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
22-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
16+
"typescript@file:../../../../node_modules/typescript":
17+
version "5.4.2"
2318

2419
"zone.js@file:../../../../dist/bin/packages/zone.js/npm_package":
2520
version "0.14.3"

0 commit comments

Comments
 (0)