Skip to content

Commit

Permalink
build: update to ng-packagr to 12.1.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and filipesilva committed Jun 23, 2021
1 parent 50b1885 commit 4fc33ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"mini-css-extract-plugin": "1.6.0",
"minimatch": "3.0.4",
"minimist": "^1.2.0",
"ng-packagr": "~12.0.0-next.0",
"ng-packagr": "~12.1.0-next.0",
"node-fetch": "^2.2.0",
"npm-registry-client": "8.6.0",
"open": "8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@angular/localize": "^12.0.0 || ^12.1.0-next",
"@angular/service-worker": "^12.0.0 || ^12.1.0-next",
"karma": "^6.3.0",
"ng-packagr": "^12.0.0",
"ng-packagr": "^12.0.0 || ^12.1.0-next",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0",
"tslint": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export const latestVersions = {
// non-experimental, they will always have the same version.
DevkitBuildAngular: '~' + require('../package.json')['version'],

ngPackagr: '^12.0.0-next.8',
ngPackagr: '^12.1.0-next.0',
};
12 changes: 5 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#a1442a839401cb9a09285fbf1cd925cf51390ca3":
version "0.0.0"
uid a1442a839401cb9a09285fbf1cd925cf51390ca3
resolved "https://github.com/angular/dev-infra-private-builds.git#a1442a839401cb9a09285fbf1cd925cf51390ca3"
resolved "https://github.com/angular/dev-infra-private-builds.git#6707d0f4cf98242af0b5635a0cf40cdeba300c9c"
dependencies:
"@angular/benchpress" "0.2.1"
"@bazel/buildifier" "^4.0.1"
Expand Down Expand Up @@ -7867,10 +7866,10 @@ next-tick@~1.0.0:
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=

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

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

saucelabs@^1.5.0:
Expand Down

0 comments on commit 4fc33ca

Please sign in to comment.