Skip to content

Commit c13cc88

Browse files
committed
build: update ng-packagr to version 13.0.0-next.1
1 parent fdfa697 commit c13cc88

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"mini-css-extract-plugin": "2.2.1",
181181
"minimatch": "3.0.4",
182182
"minimist": "^1.2.0",
183-
"ng-packagr": "~12.2.0",
183+
"ng-packagr": "13.0.0-next.1",
184184
"node-fetch": "^2.2.0",
185185
"open": "8.2.1",
186186
"ora": "5.4.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@angular/localize": "^13.0.0 || ^13.0.0-next",
7878
"@angular/service-worker": "^13.0.0 || ^13.0.0-next",
7979
"karma": "^6.3.0",
80-
"ng-packagr": "^12.0.0",
80+
"ng-packagr": "^13.0.0 || ^13.0.0-next",
8181
"protractor": "^7.0.0",
8282
"tailwindcss": "^2.0.0",
8383
"typescript": "~4.2.3 || ~4.3.2"

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"karma-jasmine-html-reporter": "~1.7.0",
1212
"karma-jasmine": "~4.0.0",
1313
"karma": "~6.3.0",
14-
"ng-packagr": "^12.1.1",
14+
"ng-packagr": "~13.0.0-next.0",
1515
"rxjs": "~6.6.0",
1616
"tslib": "^2.3.0",
1717
"typescript": "~4.3.5",

yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115

116116
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#07a43c542704985a77ecabb4be12038e67419a65":
117117
version "0.0.0"
118-
uid "07a43c542704985a77ecabb4be12038e67419a65"
119118
resolved "https://github.com/angular/dev-infra-private-builds.git#07a43c542704985a77ecabb4be12038e67419a65"
120119
dependencies:
121120
"@actions/core" "^1.4.0"
@@ -7108,10 +7107,10 @@ next-tick@~1.0.0:
71087107
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
71097108
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
71107109

7111-
ng-packagr@~12.2.0:
7112-
version "12.2.1"
7113-
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-12.2.1.tgz#4a68f4bbee3394d7afcdd9fdf06794b219915bb1"
7114-
integrity sha512-awX/sRmURikw6YjcDzrz2+/SJ4yOr1MTgv4OitSeMXfwBlG5zJLN36mLQn49fYBFecBV+lcAosh0OYJuAueU5g==
7110+
ng-packagr@13.0.0-next.1:
7111+
version "13.0.0-next.1"
7112+
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.1.tgz#699b2884f14d0b2b2162c39c2ba0c8d881b205ab"
7113+
integrity sha512-+pNoK+3VV8w4NARJ8th7exi6fggQAkLZoXxgJUMrPSai6uguuMXHaYSx5wumqNAZPp9w8cJ5qjZbzAGcd16V2Q==
71157114
dependencies:
71167115
"@rollup/plugin-commonjs" "^20.0.0"
71177116
"@rollup/plugin-json" "^4.1.0"
@@ -9041,7 +9040,6 @@ [email protected], sass@^1.32.8:
90419040

90429041
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
90439042
version "0.0.0"
9044-
uid "992e2cb0d91e54b27a4f5bbd2049f3b774718115"
90459043
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"
90469044

90479045
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)