mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f0d63f17e2
This commit also performs lock file maintenance on all integration tests, fixing some ambigous ESM/CJS dependency graph issues. e.g. ``` Unknown error: Error [ERR_REQUIRE_ESM]: require() of ES Module /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/string-width/index.js from /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/cliui/build/index.cjs not supported. Instead change the require of index.js in /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/cliui/build/index.cjs to a dynamic import() which is available in all CommonJS modules. ------------------------------------------ ``` Closes #56261. PR Close #56364
35 lines
1022 B
YAML
35 lines
1022 B
YAML
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
# yarn lockfile v1
|
|
|
|
|
|
"@angular/common@file:../../dist/packages-dist/common":
|
|
version "18.1.0-next.1"
|
|
dependencies:
|
|
tslib "^2.3.0"
|
|
|
|
"@angular/core@file:../../dist/packages-dist/core":
|
|
version "18.1.0-next.1"
|
|
dependencies:
|
|
tslib "^2.3.0"
|
|
|
|
"@angular/service-worker@file:../../dist/packages-dist/service-worker":
|
|
version "18.1.0-next.1"
|
|
dependencies:
|
|
tslib "^2.3.0"
|
|
|
|
"rxjs@file:../../node_modules/rxjs":
|
|
version "7.8.1"
|
|
dependencies:
|
|
tslib "^2.1.0"
|
|
|
|
tslib@^2.1.0, tslib@^2.3.0:
|
|
version "2.6.3"
|
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
|
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
|
|
|
|
"zone.js@file:../../dist/zone.js-dist/archive/zone.js.tgz":
|
|
version "0.13.0"
|
|
resolved "file:../../dist/zone.js-dist/archive/zone.js.tgz#5cce033086dceb2d71222afdb4d901b217852fa8"
|
|
dependencies:
|
|
tslib "^2.3.0"
|