Skip to content

Commit

Permalink
build: use installed deps from main repo (#55433)
Browse files Browse the repository at this point in the history
This commit updates the zone.js types tests to use the deps installed in the main repo

PR Close #55433
  • Loading branch information
alan-agius4 authored and alxhub committed Apr 22, 2024
1 parent cb7fd67 commit b0f1552
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/zone.js/test/typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"@types/node": "^16.11.7",
"domino": "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af",
"@types/node": "file:../../../../node_modules/@types/node",
"domino": "file:../../../../node_modules/domino",
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
},
"devDependencies": {
"typescript": "5.2.2"
"typescript": "file:../../../../node_modules/typescript"
}
}
15 changes: 5 additions & 10 deletions packages/zone.js/test/typings/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,19 @@
# yarn lockfile v1


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

"domino@https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af":
"domino@file:../../../../node_modules/domino":
version "2.1.6"
resolved "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af"

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

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

"zone.js@file:../../../../dist/bin/packages/zone.js/npm_package":
version "0.14.3"
Expand Down

0 comments on commit b0f1552

Please sign in to comment.