Skip to content

Commit 4fc33ca

Browse files
alan-agius4filipesilva
authored andcommitted
build: update to ng-packagr to 12.1.0-next.0
1 parent 50b1885 commit 4fc33ca

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"mini-css-extract-plugin": "1.6.0",
183183
"minimatch": "3.0.4",
184184
"minimist": "^1.2.0",
185-
"ng-packagr": "~12.0.0-next.0",
185+
"ng-packagr": "~12.1.0-next.0",
186186
"node-fetch": "^2.2.0",
187187
"npm-registry-client": "8.6.0",
188188
"open": "8.2.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@angular/localize": "^12.0.0 || ^12.1.0-next",
8181
"@angular/service-worker": "^12.0.0 || ^12.1.0-next",
8282
"karma": "^6.3.0",
83-
"ng-packagr": "^12.0.0",
83+
"ng-packagr": "^12.0.0 || ^12.1.0-next",
8484
"protractor": "^7.0.0",
8585
"tailwindcss": "^2.0.0",
8686
"tslint": "^6.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export const latestVersions = {
1919
// non-experimental, they will always have the same version.
2020
DevkitBuildAngular: '~' + require('../package.json')['version'],
2121

22-
ngPackagr: '^12.0.0-next.8',
22+
ngPackagr: '^12.1.0-next.0',
2323
};

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@
8686

8787
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#a1442a839401cb9a09285fbf1cd925cf51390ca3":
8888
version "0.0.0"
89-
uid a1442a839401cb9a09285fbf1cd925cf51390ca3
90-
resolved "https://github.com/angular/dev-infra-private-builds.git#a1442a839401cb9a09285fbf1cd925cf51390ca3"
89+
resolved "https://github.com/angular/dev-infra-private-builds.git#6707d0f4cf98242af0b5635a0cf40cdeba300c9c"
9190
dependencies:
9291
"@angular/benchpress" "0.2.1"
9392
"@bazel/buildifier" "^4.0.1"
@@ -7867,10 +7866,10 @@ next-tick@~1.0.0:
78677866
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
78687867
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
78697868

7870-
ng-packagr@~12.0.0-next.0:
7871-
version "12.0.6"
7872-
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-12.0.6.tgz#f2e790a398d159ddce9199dd0acf35a78222857c"
7873-
integrity sha512-+EITs+See8qCDJQcX+HArC3gQvPzX5Y8/m9CWe8WdJz7kmM0LTZjw7UgKWn98+8tM5bsFRTH89qCs53XDEC6TQ==
7869+
ng-packagr@~12.1.0-next.0:
7870+
version "12.1.0-next.0"
7871+
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-12.1.0-next.0.tgz#4fa433106fbf1960fd94726998557a2d6d5f0232"
7872+
integrity sha512-LovKeGlk0mO69z35g388hjyrKqS2qGwRzRvaRYIJhHrvWmQerRQHYvoApfllD4U2/uUTAb1QbZY2J6Z77S44NA==
78747873
dependencies:
78757874
"@rollup/plugin-commonjs" "^19.0.0"
78767875
"@rollup/plugin-json" "^4.1.0"
@@ -10210,7 +10209,6 @@ [email protected], sass@^1.32.8:
1021010209

1021110210
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
1021210211
version "0.0.0"
10213-
uid "992e2cb0d91e54b27a4f5bbd2049f3b774718115"
1021410212
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"
1021510213

1021610214
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)