Skip to content

Commit 45aee7d

Browse files
committed
build: update ng-packagr to stable
1 parent 3134a73 commit 45aee7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular_devkit/build_ng_packagr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"rxjs": "6.5.5"
1212
},
1313
"peerDependencies": {
14-
"ng-packagr": "^10.0.0-next.0",
14+
"ng-packagr": "^10.0.0",
1515
"tsickle": "~0.38.0"
1616
},
1717
"devDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ export const latestVersions = {
2222
DevkitBuildNgPackagr: '~0.1000.0-rc.0',
2323
DevkitBuildWebpack: '~0.1000.0-rc.0',
2424

25-
ngPackagr: '^10.0.0-next.2',
25+
ngPackagr: '^10.0.0',
2626
};

0 commit comments

Comments
 (0)