Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): bump ng-packagr supported versio…
Browse files Browse the repository at this point in the history
…n to 11
  • Loading branch information
alan-agius4 authored and filipesilva committed Oct 9, 2020
1 parent 008133b commit ecd5e45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -174,7 +174,7 @@
"mini-css-extract-plugin": "0.11.3",
"minimatch": "3.0.4",
"minimist": "^1.2.0",
"ng-packagr": "~10.1.0",
"ng-packagr": "~11.0.0-next.0",
"node-fetch": "^2.2.0",
"npm-registry-client": "8.6.0",
"open": "7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -81,7 +81,7 @@
"@angular/compiler-cli": "^11.0.0 || ^11.0.0-next",
"@angular/localize": "^11.0.0 || ^11.0.0-next",
"karma": "^5.2.0",
"ng-packagr": "^10.0.0",
"ng-packagr": "^11.0.0 || ^11.0.0-next",
"protractor": "^7.0.0",
"tslint": "^6.1.0",
"typescript": ">=3.9 < 4.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -8350,10 +8350,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@~10.1.0:
version "10.1.2"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-10.1.2.tgz#7c869ec5bea92ff3ab65392913ad4e8af749799a"
integrity sha512-pm61gu6jPkohL8tFWk+2DwUtb3rs5GpND1ZjKUYv5WUJPUQmBfG5WvEO/CDVQpSDWhNWWLTt17NIQ+RS3hNUHg==
ng-packagr@~11.0.0-next.0:
version "11.0.0-next.0"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-11.0.0-next.0.tgz#33929360703012b6a6817dba592772cb7fa37aa2"
integrity sha512-Fnwbw8L2VrBdyaUq6KTdYjJzccjAWkT6xj3zO37SRRPNDxdO26jusyp/7fZt5hhHys+5PjCGM1iFTEPWzPzmsg==
dependencies:
"@rollup/plugin-commonjs" "^15.0.0"
"@rollup/plugin-json" "^4.0.0"
Expand Down

0 comments on commit ecd5e45

Please sign in to comment.