mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build(devtools): update angular-framework to 194aa1e
This commit is contained in:
parent
b01d4db3ba
commit
a95c689f3e
2 changed files with 60 additions and 49 deletions
22
package.json
22
package.json
|
|
@ -35,15 +35,15 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "github:angular/animations-builds#0badd7168b4776e25ef874e31d66a37815a38bfc",
|
||||
"@angular/animations": "github:angular/animations-builds#194aa1e5af1324a028f2b50f37678ac355773dfa",
|
||||
"@angular/cdk": "~11.2.0",
|
||||
"@angular/common": "github:angular/common-builds#fc4755103391e2d1a3f9b4d33c4ae555c56f1eaf",
|
||||
"@angular/compiler": "github:angular/compiler-builds#b397514e69b7e0d3ee8f31369d269460f421b20b",
|
||||
"@angular/core": "github:angular/core-builds#781230db3133efa6deea539453856525e5f199ee",
|
||||
"@angular/forms": "github:angular/forms-builds#10ea97445e769d0ed795da994befcd13157d90c7",
|
||||
"@angular/common": "github:angular/common-builds#691d397f59840d1012c85decfa8e5c77abe531ad",
|
||||
"@angular/compiler": "github:angular/compiler-builds#bf4828e4a6f7bcaafc8a06cc554da21a69073829",
|
||||
"@angular/core": "github:angular/core-builds#0b60cd595dfbcbe999b58317433acf3bc31330fc",
|
||||
"@angular/forms": "github:angular/forms-builds#de2e588512787a3dd213408437a463c38704c593",
|
||||
"@angular/material": "~11.2.0",
|
||||
"@angular/platform-browser": "github:angular/platform-browser-builds#f0c1f64022812cf1675ffad2e16091bdf7c0837a",
|
||||
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fb766aebe031d76357653361b25c078abbbfe0d9",
|
||||
"@angular/platform-browser": "github:angular/platform-browser-builds#315ae06a283de9396180ba0b45c1f9194c976933",
|
||||
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#23f0eafc18e95fd470a1656cb85d137ebb39ab09",
|
||||
"d3": "^5.7.0",
|
||||
"memo-decorator": "^2.0.1",
|
||||
"ngx-flamegraph": "0.0.10",
|
||||
|
|
@ -57,10 +57,10 @@
|
|||
"@angular-devkit/build-angular": "github:angular/angular-devkit-build-angular-builds#25c716fbf1aea2b884a80340bb81110e2400317a",
|
||||
"@angular-devkit/build-ng-packagr": "~0.1002.0",
|
||||
"@angular/cli": "github:angular/cli-builds#9e567fcecd192ab41ec5ab1cc6fad1cd1ebb0c87",
|
||||
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c01cde79aee1032a6d86e238bd0bb3ede2e23b95",
|
||||
"@angular/elements": "github:angular/elements-builds#23d2c66f163cafa13de5740bd092d91c00366247",
|
||||
"@angular/language-service": "github:angular/language-service-builds#20dae03bc8ab56db881056ec1b307672601c79c4",
|
||||
"@angular/router": "github:angular/router-builds#48365a33568bec30cf26c7f958cc4b46bd3efc84",
|
||||
"@angular/compiler-cli": "github:angular/compiler-cli-builds#0f72ed703b48623fe0108b2f34dfa4b1580cf8f2",
|
||||
"@angular/elements": "github:angular/elements-builds#9fbd8cd2e8c2167b0a69944cbede58a8cfe3b335",
|
||||
"@angular/language-service": "github:angular/language-service-builds#dc2c10209864420e7a97760460ed3bf4372677ba",
|
||||
"@angular/router": "github:angular/router-builds#598f230c640f9d2068eb1cc094ea58dfbf30df15",
|
||||
"@bahmutov/add-typescript-to-cypress": "^2.1.2",
|
||||
"@types/chrome": "^0.0.136",
|
||||
"@types/clone-deep": "^4.0.1",
|
||||
|
|
|
|||
87
yarn.lock
87
yarn.lock
|
|
@ -161,9 +161,10 @@
|
|||
ora "5.4.0"
|
||||
rxjs "6.6.7"
|
||||
|
||||
"@angular/animations@github:angular/animations-builds#0badd7168b4776e25ef874e31d66a37815a38bfc":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/animations-builds/tar.gz/0badd7168b4776e25ef874e31d66a37815a38bfc"
|
||||
"@angular/animations@github:angular/animations-builds#194aa1e5af1324a028f2b50f37678ac355773dfa":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid "194aa1e5af1324a028f2b50f37678ac355773dfa"
|
||||
resolved "https://codeload.github.com/angular/animations-builds/tar.gz/194aa1e5af1324a028f2b50f37678ac355773dfa"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
|
|
@ -201,15 +202,17 @@
|
|||
symbol-observable "4.0.0"
|
||||
uuid "8.3.2"
|
||||
|
||||
"@angular/common@github:angular/common-builds#fc4755103391e2d1a3f9b4d33c4ae555c56f1eaf":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/common-builds/tar.gz/fc4755103391e2d1a3f9b4d33c4ae555c56f1eaf"
|
||||
"@angular/common@github:angular/common-builds#691d397f59840d1012c85decfa8e5c77abe531ad":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid "691d397f59840d1012c85decfa8e5c77abe531ad"
|
||||
resolved "https://codeload.github.com/angular/common-builds/tar.gz/691d397f59840d1012c85decfa8e5c77abe531ad"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
"@angular/compiler-cli@github:angular/compiler-cli-builds#c01cde79aee1032a6d86e238bd0bb3ede2e23b95":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/compiler-cli-builds/tar.gz/c01cde79aee1032a6d86e238bd0bb3ede2e23b95"
|
||||
"@angular/compiler-cli@github:angular/compiler-cli-builds#0f72ed703b48623fe0108b2f34dfa4b1580cf8f2":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid "0f72ed703b48623fe0108b2f34dfa4b1580cf8f2"
|
||||
resolved "https://codeload.github.com/angular/compiler-cli-builds/tar.gz/0f72ed703b48623fe0108b2f34dfa4b1580cf8f2"
|
||||
dependencies:
|
||||
"@babel/core" "^7.8.6"
|
||||
"@babel/types" "^7.8.6"
|
||||
|
|
@ -224,16 +227,17 @@
|
|||
source-map "^0.6.1"
|
||||
sourcemap-codec "^1.4.8"
|
||||
tslib "^2.1.0"
|
||||
yargs "^16.2.0"
|
||||
yargs "^17.0.0"
|
||||
|
||||
"@angular/compiler@9.0.0":
|
||||
version "9.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5"
|
||||
integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==
|
||||
|
||||
"@angular/compiler@github:angular/compiler-builds#b397514e69b7e0d3ee8f31369d269460f421b20b":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/compiler-builds/tar.gz/b397514e69b7e0d3ee8f31369d269460f421b20b"
|
||||
"@angular/compiler@github:angular/compiler-builds#bf4828e4a6f7bcaafc8a06cc554da21a69073829":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid bf4828e4a6f7bcaafc8a06cc554da21a69073829
|
||||
resolved "https://codeload.github.com/angular/compiler-builds/tar.gz/bf4828e4a6f7bcaafc8a06cc554da21a69073829"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
|
|
@ -242,27 +246,31 @@
|
|||
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e"
|
||||
integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==
|
||||
|
||||
"@angular/core@github:angular/core-builds#781230db3133efa6deea539453856525e5f199ee":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/core-builds/tar.gz/781230db3133efa6deea539453856525e5f199ee"
|
||||
"@angular/core@github:angular/core-builds#0b60cd595dfbcbe999b58317433acf3bc31330fc":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid "0b60cd595dfbcbe999b58317433acf3bc31330fc"
|
||||
resolved "https://codeload.github.com/angular/core-builds/tar.gz/0b60cd595dfbcbe999b58317433acf3bc31330fc"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
"@angular/elements@github:angular/elements-builds#23d2c66f163cafa13de5740bd092d91c00366247":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/elements-builds/tar.gz/23d2c66f163cafa13de5740bd092d91c00366247"
|
||||
"@angular/elements@github:angular/elements-builds#9fbd8cd2e8c2167b0a69944cbede58a8cfe3b335":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid "9fbd8cd2e8c2167b0a69944cbede58a8cfe3b335"
|
||||
resolved "https://codeload.github.com/angular/elements-builds/tar.gz/9fbd8cd2e8c2167b0a69944cbede58a8cfe3b335"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
"@angular/forms@github:angular/forms-builds#10ea97445e769d0ed795da994befcd13157d90c7":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/forms-builds/tar.gz/10ea97445e769d0ed795da994befcd13157d90c7"
|
||||
"@angular/forms@github:angular/forms-builds#de2e588512787a3dd213408437a463c38704c593":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid de2e588512787a3dd213408437a463c38704c593
|
||||
resolved "https://codeload.github.com/angular/forms-builds/tar.gz/de2e588512787a3dd213408437a463c38704c593"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
"@angular/language-service@github:angular/language-service-builds#20dae03bc8ab56db881056ec1b307672601c79c4":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/language-service-builds/tar.gz/20dae03bc8ab56db881056ec1b307672601c79c4"
|
||||
"@angular/language-service@github:angular/language-service-builds#dc2c10209864420e7a97760460ed3bf4372677ba":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid dc2c10209864420e7a97760460ed3bf4372677ba
|
||||
resolved "https://codeload.github.com/angular/language-service-builds/tar.gz/dc2c10209864420e7a97760460ed3bf4372677ba"
|
||||
|
||||
"@angular/material@~11.2.0":
|
||||
version "11.2.0"
|
||||
|
|
@ -271,21 +279,24 @@
|
|||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
"@angular/platform-browser-dynamic@github:angular/platform-browser-dynamic-builds#fb766aebe031d76357653361b25c078abbbfe0d9":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/platform-browser-dynamic-builds/tar.gz/fb766aebe031d76357653361b25c078abbbfe0d9"
|
||||
"@angular/platform-browser-dynamic@github:angular/platform-browser-dynamic-builds#23f0eafc18e95fd470a1656cb85d137ebb39ab09":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid "23f0eafc18e95fd470a1656cb85d137ebb39ab09"
|
||||
resolved "https://codeload.github.com/angular/platform-browser-dynamic-builds/tar.gz/23f0eafc18e95fd470a1656cb85d137ebb39ab09"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
"@angular/platform-browser@github:angular/platform-browser-builds#f0c1f64022812cf1675ffad2e16091bdf7c0837a":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/platform-browser-builds/tar.gz/f0c1f64022812cf1675ffad2e16091bdf7c0837a"
|
||||
"@angular/platform-browser@github:angular/platform-browser-builds#315ae06a283de9396180ba0b45c1f9194c976933":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid "315ae06a283de9396180ba0b45c1f9194c976933"
|
||||
resolved "https://codeload.github.com/angular/platform-browser-builds/tar.gz/315ae06a283de9396180ba0b45c1f9194c976933"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
"@angular/router@github:angular/router-builds#48365a33568bec30cf26c7f958cc4b46bd3efc84":
|
||||
version "12.0.0-next.8"
|
||||
resolved "https://codeload.github.com/angular/router-builds/tar.gz/48365a33568bec30cf26c7f958cc4b46bd3efc84"
|
||||
"@angular/router@github:angular/router-builds#598f230c640f9d2068eb1cc094ea58dfbf30df15":
|
||||
version "12.0.0-next.8+355.sha-4d7294d"
|
||||
uid "598f230c640f9d2068eb1cc094ea58dfbf30df15"
|
||||
resolved "https://codeload.github.com/angular/router-builds/tar.gz/598f230c640f9d2068eb1cc094ea58dfbf30df15"
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
|
|
@ -13695,10 +13706,10 @@ yargs@^16.1.1:
|
|||
y18n "^5.0.5"
|
||||
yargs-parser "^20.2.2"
|
||||
|
||||
yargs@^16.2.0:
|
||||
version "16.2.0"
|
||||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
|
||||
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
||||
yargs@^17.0.0:
|
||||
version "17.0.1"
|
||||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb"
|
||||
integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==
|
||||
dependencies:
|
||||
cliui "^7.0.2"
|
||||
escalade "^3.1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue