Skip to content

Commit f155f59

Browse files
alan-agius4clydin
authored andcommitted
build: update ng-packagr to 15.0.0-next.0
This version supports Angular 15.
1 parent b91ac67 commit f155f59

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"magic-string": "0.26.2",
174174
"mini-css-extract-plugin": "2.6.1",
175175
"minimatch": "5.1.0",
176-
"ng-packagr": "14.2.0",
176+
"ng-packagr": "15.0.0-next.0",
177177
"node-fetch": "^2.2.0",
178178
"npm": "^8.11.0",
179179
"npm-package-arg": "9.1.0",

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": "^15.0.0-next",
7878
"@angular/service-worker": "^15.0.0-next",
7979
"karma": "^6.3.0",
80-
"ng-packagr": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
80+
"ng-packagr": "^15.0.0-next",
8181
"protractor": "^7.0.0",
8282
"tailwindcss": "^2.0.0 || ^3.0.0",
8383
"typescript": ">=4.6.2 <4.9"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"karma-jasmine-html-reporter": "~2.0.0",
1313
"karma-jasmine": "~5.1.0",
1414
"karma": "~6.4.0",
15-
"ng-packagr": "^14.0.0-next.8",
15+
"ng-packagr": "^15.0.0-next.0",
1616
"protractor": "~7.0.0",
1717
"rxjs": "~7.5.0",
1818
"tslib": "^2.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7573,10 +7573,10 @@ next-tick@1, next-tick@^1.1.0:
75737573
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.1.0.tgz#1836ee30ad56d67ef281b22bd199f709449b35eb"
75747574
integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
75757575

7576-
ng-packagr@14.2.0:
7577-
version "14.2.0"
7578-
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-14.2.0.tgz#c687bfbebaa6624c92bf26755dfadf7ef70e7da5"
7579-
integrity sha512-Nb+2/L37CFcWmCz91USwNd87mdTfTXDb4MBl87Dkj2H53KfrAltX2psa+gTRbjE5USCX8bQeu4nRzf/Bp6Vivg==
7576+
ng-packagr@15.0.0-next.0:
7577+
version "15.0.0-next.0"
7578+
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-15.0.0-next.0.tgz#d4be7a94bb668f3ad0116d18e46b9fd0833eb47a"
7579+
integrity sha512-6H+2CSfjLYfTff04MIpPWnGlvNXHfnGdzNhNJh9hLKqLy3HZKXR9+Bn/HtaleNzFAGsRnHwon2VstamF2ng28g==
75807580
dependencies:
75817581
"@rollup/plugin-json" "^4.1.0"
75827582
"@rollup/plugin-node-resolve" "^13.1.3"

0 commit comments

Comments
 (0)