Skip to content

Commit 815a025

Browse files
filipesilvadgp1130
authored andcommitted
build: update to 9.0.0 final
1 parent d0ede14 commit 815a025

File tree

9 files changed

+111
-112
lines changed

9 files changed

+111
-112
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
]
6767
},
6868
"devDependencies": {
69-
"@angular/compiler": "9.0.0-rc.14",
70-
"@angular/compiler-cli": "9.0.0-rc.14",
69+
"@angular/compiler": "9.0.0",
70+
"@angular/compiler-cli": "9.0.0",
7171
"@bazel/bazel": "2.0.0",
7272
"@bazel/buildifier": "0.29.0",
7373
"@bazel/jasmine": "1.3.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@
7070
"worker-plugin": "3.2.0"
7171
},
7272
"devDependencies": {
73-
"@angular/animations": "9.0.0-rc.14",
74-
"@angular/cdk": "9.0.0-rc.10",
75-
"@angular/common": "9.0.0-rc.14",
76-
"@angular/compiler": "9.0.0-rc.14",
77-
"@angular/compiler-cli": "9.0.0-rc.14",
78-
"@angular/core": "9.0.0-rc.14",
79-
"@angular/forms": "9.0.0-rc.14",
80-
"@angular/localize": "9.0.0-rc.14",
81-
"@angular/material": "9.0.0-rc.10",
82-
"@angular/platform-browser": "9.0.0-rc.14",
83-
"@angular/platform-browser-dynamic": "9.0.0-rc.14",
84-
"@angular/platform-server": "9.0.0-rc.14",
85-
"@angular/router": "9.0.0-rc.14",
86-
"@angular/service-worker": "9.0.0-rc.14",
73+
"@angular/animations": "9.0.0",
74+
"@angular/cdk": "9.0.0",
75+
"@angular/common": "9.0.0",
76+
"@angular/compiler": "9.0.0",
77+
"@angular/compiler-cli": "9.0.0",
78+
"@angular/core": "9.0.0",
79+
"@angular/forms": "9.0.0",
80+
"@angular/localize": "9.0.0",
81+
"@angular/material": "9.0.0",
82+
"@angular/platform-browser": "9.0.0",
83+
"@angular/platform-browser-dynamic": "9.0.0",
84+
"@angular/platform-server": "9.0.0",
85+
"@angular/router": "9.0.0",
86+
"@angular/service-worker": "9.0.0",
8787
"codelyzer": "^5.0.0",
8888
"bootstrap": "^4.0.0",
8989
"font-awesome": "^4.7.0",
@@ -101,7 +101,7 @@
101101
"zone.js": "^0.10.0"
102102
},
103103
"peerDependencies": {
104-
"@angular/compiler-cli": ">=9.0.0-beta < 10",
104+
"@angular/compiler-cli": ">=9.0.0 < 10",
105105
"typescript": ">=3.6 < 3.8"
106106
},
107107
"peerDependenciesMeta": {

packages/angular_devkit/build_ng_packagr/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"rxjs": "6.5.4"
1212
},
1313
"peerDependencies": {
14-
"ng-packagr": "^9.0.0-rc.7",
14+
"ng-packagr": "^9.0.0",
1515
"tsickle": "~0.37.1 || ~0.38.0"
1616
},
1717
"devDependencies": {
18-
"@angular/compiler": "9.0.0-rc.14",
19-
"@angular/compiler-cli": "9.0.0-rc.14",
18+
"@angular/compiler": "9.0.0",
19+
"@angular/compiler-cli": "9.0.0",
2020
"@angular-devkit/core": "0.0.0",
21-
"ng-packagr": "~9.0.0-rc.7",
21+
"ng-packagr": "~9.0.0",
2222
"tslib": "^1.10.0"
2323
},
2424
"peerDependenciesMeta": {

packages/ngtools/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"webpack-sources": "1.4.3"
2828
},
2929
"peerDependencies": {
30-
"@angular/compiler-cli": ">=9.0.0-beta < 10",
30+
"@angular/compiler-cli": ">=9.0.0 < 10",
3131
"typescript": ">=3.6 < 3.8",
3232
"webpack": "^4.0.0"
3333
},
3434
"devDependencies": {
35-
"@angular/compiler": "9.0.0-rc.14",
36-
"@angular/compiler-cli": "9.0.0-rc.14",
35+
"@angular/compiler": "9.0.0",
36+
"@angular/compiler-cli": "9.0.0",
3737
"typescript": "3.7.5",
3838
"webpack": "4.41.6"
3939
}

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~9.0.0-rc.14',
11+
Angular: '~9.0.0',
1212
RxJs: '~6.5.4',
1313
ZoneJs: '~0.10.2',
1414
TypeScript: '~3.7.5',
1515
TsLib: '^1.10.0',
1616

1717
// The versions below must be manually updated when making a new devkit release.
1818
// For our e2e tests, these versions must match the latest tag present on the branch.
19-
// During RC periods they will not match the latest RC though, and should not be updated.
19+
// During RC periods they will not match the latest RC until there's a new git tag, and
20+
// should not be updated.
2021
DevkitBuildAngular: '~0.900.0-next.19',
2122
DevkitBuildNgPackagr: '~0.900.0-next.19',
2223
DevkitBuildWebpack: '~0.900.0-next.19',
2324

24-
ngPackagr: '^9.0.0-rc.8',
25+
ngPackagr: '^9.0.0',
2526
};

tests/legacy-cli/e2e/assets/webpack/test-app-weird/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "9.0.0-next.11",
6-
"@angular/compiler": "9.0.0-next.11",
7-
"@angular/compiler-cli": "9.0.0-next.11",
8-
"@angular/core": "9.0.0-next.11",
9-
"@angular/platform-browser": "9.0.0-next.11",
10-
"@angular/platform-browser-dynamic": "9.0.0-next.11",
11-
"@angular/platform-server": "9.0.0-next.11",
12-
"@angular/router": "9.0.0-next.11",
5+
"@angular/common": "9.0.0",
6+
"@angular/compiler": "9.0.0",
7+
"@angular/compiler-cli": "9.0.0",
8+
"@angular/core": "9.0.0",
9+
"@angular/platform-browser": "9.0.0",
10+
"@angular/platform-browser-dynamic": "9.0.0",
11+
"@angular/platform-server": "9.0.0",
12+
"@angular/router": "9.0.0",
1313
"@ngtools/webpack": "0.0.0",
1414
"core-js": "^3.0.0",
1515
"rxjs": "^6.4.2",

tests/legacy-cli/e2e/assets/webpack/test-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "9.0.0-next.11",
6-
"@angular/compiler": "9.0.0-next.11",
7-
"@angular/compiler-cli": "9.0.0-next.11",
8-
"@angular/core": "9.0.0-next.11",
9-
"@angular/platform-browser": "9.0.0-next.11",
10-
"@angular/platform-browser-dynamic": "9.0.0-next.11",
11-
"@angular/platform-server": "9.0.0-next.11",
12-
"@angular/router": "9.0.0-next.11",
5+
"@angular/common": "9.0.0",
6+
"@angular/compiler": "9.0.0",
7+
"@angular/compiler-cli": "9.0.0",
8+
"@angular/core": "9.0.0",
9+
"@angular/platform-browser": "9.0.0",
10+
"@angular/platform-browser-dynamic": "9.0.0",
11+
"@angular/platform-server": "9.0.0",
12+
"@angular/router": "9.0.0",
1313
"@ngtools/webpack": "0.0.0",
1414
"core-js": "^3.0.0",
1515
"rxjs": "^6.4.0",

tests/legacy-cli/e2e/assets/webpack/test-server-app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/animations": "9.0.0-next.11",
6-
"@angular/common": "9.0.0-next.11",
7-
"@angular/compiler": "9.0.0-next.11",
8-
"@angular/compiler-cli": "9.0.0-next.11",
9-
"@angular/core": "9.0.0-next.11",
10-
"@angular/platform-browser": "9.0.0-next.11",
11-
"@angular/platform-browser-dynamic": "9.0.0-next.11",
12-
"@angular/platform-server": "9.0.0-next.11",
13-
"@angular/router": "9.0.0-next.11",
5+
"@angular/animations": "9.0.0",
6+
"@angular/common": "9.0.0",
7+
"@angular/compiler": "9.0.0",
8+
"@angular/compiler-cli": "9.0.0",
9+
"@angular/core": "9.0.0",
10+
"@angular/platform-browser": "9.0.0",
11+
"@angular/platform-browser-dynamic": "9.0.0",
12+
"@angular/platform-server": "9.0.0",
13+
"@angular/router": "9.0.0",
1414
"@ngtools/webpack": "0.0.0",
1515
"core-js": "^3.0.0",
1616
"rxjs": "^6.4.2",

yarn.lock

Lines changed: 58 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
# yarn lockfile v1
33

44

5-
"@angular/[email protected]-rc.14":
6-
version "9.0.0-rc.14"
7-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-rc.14.tgz#61e6057c2ec1482d0dd5b80db5503ba243f70c3f"
8-
integrity sha512-7a5kFxqwWXJDh4dWvmA58TErovEPNsh1Oq+/k9HLqYLVT07QFo3zPm1Tu8v2yfzste1Mjzff0+TNbVR1QaCOBQ==
9-
10-
"@angular/[email protected]-rc.10":
11-
version "9.0.0-rc.10"
12-
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-9.0.0-rc.10.tgz#4ead5c1cf8b4c201771dbbf36cfa116e2ff155d8"
13-
integrity sha512-ZRS39Ht2xsgimLzXw0stzrqgUi15MA8khnIw7Dda9GRQqcBEBXlGP72JRbN9AB5kvG+jaFoSffFS5QTWLmOhZQ==
5+
"@angular/[email protected]":
6+
version "9.0.0"
7+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0.tgz#8d2b852c5273bcc161d13f82faaf3566ab562951"
8+
integrity sha512-jB8+SC3vMztW5zt5UYVmtVwqIWE33UyEjbP5JPba3I3bLRK5E059LcJmN1rSdJHItgIAdG9Y1I0WJ6aiSFyp4Q==
9+
10+
"@angular/[email protected]":
11+
version "9.0.0"
12+
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-9.0.0.tgz#5734817ae97044f90d304fa0f25c9c1a7fa0bf96"
13+
integrity sha512-2kYpyYbewIB6fubSIDMvSprJLNplRZoL/AtXW3od4dLyRxtzX+7iWTAtzUG/dhq8CKev0lpd1HENh5lLR/Lhjw==
1414
optionalDependencies:
1515
parse5 "^5.0.0"
1616

17-
"@angular/[email protected]-rc.14":
18-
version "9.0.0-rc.14"
19-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-rc.14.tgz#9857a831d457698a2eb5d8aad4559bc4d095f74f"
20-
integrity sha512-q+5f4SvJ2VQQ+CvfO4vTA/hePCfsk2HGRUQ6plRcOArQn50ZWUertFam7WH6GIcNFkNpa5G9s7en9NJegOmzbg==
17+
"@angular/[email protected]":
18+
version "9.0.0"
19+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0.tgz#0e3b2452d42f87d1825a448a31ad72c593ee0785"
20+
integrity sha512-ZMmEClGtUNJwV5CBlqcSHPIsNyz6WU/GvKWFzJ5VZc68oeg1e7lqfNMNIC47TjyolNJ7VSpNlyrKjzfdBlmqVw==
2121

22-
"@angular/[email protected]-rc.14":
23-
version "9.0.0-rc.14"
24-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-rc.14.tgz#ebd1bcc92bb3c09fa6dc354625c15b10827bcdb7"
25-
integrity sha512-m7SdePYPzK5L7FpH3cJuHSvaf239ddzgctot0uDljdbRSoW+3GZpqdObWtCsb6XXErTEV69nUJehwfnQU4hSPQ==
22+
"@angular/[email protected]":
23+
version "9.0.0"
24+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0.tgz#ecce680820725885fed298af69946bdaa12d73d3"
25+
integrity sha512-6L3swd3Z2ceAapmioml6z7yu3bYC2aVm3/rgK7eCoZtPcevuvTpGnXcFSVvNgByV51GntgInThPbMx0xY23Rvw==
2626
dependencies:
2727
canonical-path "1.0.0"
2828
chokidar "^3.0.0"
@@ -36,62 +36,62 @@
3636
source-map "^0.6.1"
3737
yargs "13.1.0"
3838

39-
"@angular/[email protected]-rc.14":
40-
version "9.0.0-rc.14"
41-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-rc.14.tgz#193daadd1e6cb8b14876731b76783d661c53d90f"
42-
integrity sha512-9ddYwE1fi99kFxq8s/vfhd7RJ17+HX53PVwztXTn/2pOzk860I0NOm6GjeC0uGl5b/SwilX3XZh999Dv73xrFQ==
39+
"@angular/[email protected]":
40+
version "9.0.0"
41+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5"
42+
integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==
4343

44-
"@angular/[email protected]-rc.14":
45-
version "9.0.0-rc.14"
46-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-rc.14.tgz#36efd9cae711512c52cf0805b70b9132d7b5c829"
47-
integrity sha512-WK2Uf7Z4w8GGT0KzctshPF8U7FXNIqx6oBmZV48yaupD4/FymcA7lnT8zPSZMEE121pYmbaW588BRscoBFr65A==
44+
"@angular/[email protected]":
45+
version "9.0.0"
46+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e"
47+
integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==
4848

49-
"@angular/[email protected]-rc.14":
50-
version "9.0.0-rc.14"
51-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-rc.14.tgz#534abf14635f63af3528571b94cb2e2bfb537624"
52-
integrity sha512-HL7JklXAytx0/rW7hwgxu+mgSlZs3MpqI14W0eEpi0MP42kViSSHkbEB1qV8IGa/59PFwxSGIK6WZRqavxQsTQ==
49+
"@angular/[email protected]":
50+
version "9.0.0"
51+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0.tgz#2017e4ddee101fa57dc5dc9ba1139b1f02499422"
52+
integrity sha512-SIYJc0Rgaihow1t+iiwSFGEvvRgssgUuxwIYbMfCp1Sx513K+JX9nVFXqU+dcGj/eF1u5wwYwbvlVyuMQLzmXg==
5353

54-
"@angular/[email protected]-rc.14":
55-
version "9.0.0-rc.14"
56-
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.0.0-rc.14.tgz#2693cc50ea75d009188bc3896a951083a4a6a4bb"
57-
integrity sha512-vLW6aHHpOOv7jnv1CthtC2bD5Z7TugwX0mvqP4BPU86PS/7mZWkUNRSneF1OiTYzJvk/OEBdzEL2sUs7EMqyLw==
54+
"@angular/[email protected]":
55+
version "9.0.0"
56+
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.0.0.tgz#d7b428e2784a2c35430ff47c823b70c514fa0016"
57+
integrity sha512-T1dtjqT6BDjWLvtF81RsCBdo+hiORLiNKpSD1wXmHF1L/GMKP+EDODvBDMgnyt4NlSn+HzBeSxE+XPWsHub6cg==
5858
dependencies:
5959
"@babel/core" "7.8.3"
6060
glob "7.1.2"
6161
yargs "13.1.0"
6262

63-
"@angular/[email protected]-rc.10":
64-
version "9.0.0-rc.10"
65-
resolved "https://registry.yarnpkg.com/@angular/material/-/material-9.0.0-rc.10.tgz#9adf147a7ffc75fc5308718dd6be0602cd71ca39"
66-
integrity sha512-r1PJK0k/3lv2+Sj+KsWwFmhA28vwTUj9HzDzWHpUbrAGqoB9HP0c73q+K4+vrocdlg4Xm9YMBgjfH0cBblI0qA==
63+
"@angular/[email protected]":
64+
version "9.0.0"
65+
resolved "https://registry.yarnpkg.com/@angular/material/-/material-9.0.0.tgz#655bfd4d4047337e84480b9f92be8e81af375b92"
66+
integrity sha512-QxN2rmR5mvg2YE1NoIGWLpbnmcJq0iFidzy6odzvN17+XkoCJBZ65IdYsHrJgfwGpoIy6bywuixrDHHcSh9I5w==
6767

68-
"@angular/[email protected]-rc.14":
69-
version "9.0.0-rc.14"
70-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-rc.14.tgz#c8d1945e100d12283b80c6d5f32d5b2ad95be5f1"
71-
integrity sha512-YZlu0a327b6l/VCbQUzTiuxcM6etHGDMr2kEKRLec+fs4ZGxuItIb5MgSHrUpFAc7K+MyNYk6Kzp3d0TIADNOw==
68+
"@angular/[email protected]":
69+
version "9.0.0"
70+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0.tgz#1b87355c20d0b2a046c1914085701a3d5ced52da"
71+
integrity sha512-F1kbEpmDottTemRPEOAz2Te5ABVJ7wypfzBllxqXbdxPHvYLfL8db2dXyiGqABQ3ZFHPLNilrkUTy0sbuuU4OA==
7272

73-
"@angular/[email protected]-rc.14":
74-
version "9.0.0-rc.14"
75-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-rc.14.tgz#79773c5c23586c80cb78b8fbdcdedf3443c2b802"
76-
integrity sha512-NfdqEtWs3YDXEtVVfguS5FiSMKtYOpVB7Qwuq5lBcRdmTdAw5dHK3k4MRHXW/rhMC7BHqw24BS6MpULkJY6Jdw==
73+
"@angular/[email protected]":
74+
version "9.0.0"
75+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0.tgz#b9454f29d8edaf024668baa9e07083eef73deac2"
76+
integrity sha512-2PR/o57HjZvKEnAF8ODeqxmeC90oth9dLTMrJNoI5MET0IeErKeI/9Sl5cLQuXC+lSVN5rOMCvDb74VWSno5yw==
7777

78-
"@angular/[email protected]-rc.14":
79-
version "9.0.0-rc.14"
80-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-rc.14.tgz#a909b252e2428e703ead19d301f35828a75b180f"
81-
integrity sha512-KG+2209Mz8Xr4qiOLjDqbO2GXDHjB4Q/bxzMv0UzmUoD8MPo+Y0FazITDI3OtOIapoq239M5D8b/CNR8UwHC5Q==
78+
"@angular/[email protected]":
79+
version "9.0.0"
80+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0.tgz#1b187e995a4cc641e6c1d3904932b4eb78a88b5d"
81+
integrity sha512-wIHZdv7WCtuZ6pgj1n/H2V7KbUxUBfrb1PJzVnCWzpMQDIf+jrMxLlB2irpYb/HHh4tOem6dHX5JV45A2sJ5/w==
8282
dependencies:
8383
domino "^2.1.2"
8484
xhr2 "^0.1.4"
8585

86-
"@angular/[email protected]-rc.14":
87-
version "9.0.0-rc.14"
88-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-rc.14.tgz#5367f10b893e16c33810e3f317efad100cde4201"
89-
integrity sha512-+AUP+yY3HTWUfgd5NBLW2zpWuJSLfQ5z+eCyRnLirh1jFfQ8KJDAbX0yxaUc+Ab0b0q50zMwgwJ2ThEZ2D7Ipg==
86+
"@angular/[email protected]":
87+
version "9.0.0"
88+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0.tgz#11784fc8ce9cb3314c7ec1083ff9be7c611181c2"
89+
integrity sha512-yyOcStpgN5t8wGRNO85mo0jplXkntP+v2tmSxNx45pahqmofSFm+QCEFa2zHQuMr7NoiGERhd0Tae7NDCCjtjA==
9090

91-
"@angular/[email protected]-rc.14":
92-
version "9.0.0-rc.14"
93-
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0-rc.14.tgz#d90f2d206c8b80a8bdf5a8642fdb2903814db280"
94-
integrity sha512-PhpOSPWPXKQWggzzqLBywVYAPOL+0A2ei183G7Xzk2HdN0+UjyOyP0DgjBl6pEq+VakkuT4at5l3Gz0PZs0xCQ==
91+
"@angular/[email protected]":
92+
version "9.0.0"
93+
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0.tgz#579014140019bc1e996091b98a0d64790d082350"
94+
integrity sha512-QZjA9Syhz3sCcugUknXorScgSjVS6jhaCZilTmfPPaKazw0tASNw1SfjrZ60aOPCmoJGRkWyP/Hzzi/KKVSQjQ==
9595

9696
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
9797
version "7.8.3"
@@ -4995,7 +4995,6 @@ fsevents@^1.2.7:
49954995
dependencies:
49964996
bindings "^1.5.0"
49974997
nan "^2.12.1"
4998-
node-pre-gyp "*"
49994998

50004999
fsevents@~2.1.2:
50015000
version "2.1.2"
@@ -7708,7 +7707,7 @@ neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1:
77087707
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
77097708
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
77107709

7711-
ng-packagr@~9.0.0-rc.7:
7710+
ng-packagr@~9.0.0:
77127711
version "9.0.0"
77137712
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-9.0.0.tgz#a91d2092f95e51e6746f78a2c9b4fc9badb80d45"
77147713
integrity sha512-uK9sdOmjAQJgKh/3UN0/3XmV5IRTmdQt3vRElwbmd+rAl8Z/g/h2CMLIXqhLOfWcLnYzepkhoXlQPbiwpxAw0w==
@@ -9888,7 +9887,6 @@ [email protected], sass@^1.23.0:
98889887

98899888
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz":
98909889
version "0.0.0"
9891-
uid dc5efcd2be24ddb099a85b923d6e754754651fa8
98929890
resolved "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz#dc5efcd2be24ddb099a85b923d6e754754651fa8"
98939891

98949892
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)