This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ filegroup(
55 srcs = glob ([
66 "**/schema.json" ,
77 ] + [
8+ "package.json" ,
89 "README.md" ,
910 "builders.json" ,
1011 ]),
Original file line number Diff line number Diff line change 1414 "typings" : " src/index.d.ts" ,
1515 "builders" : " builders.json" ,
1616 "dependencies" : {
17- "@angular-devkit/architect" : " ^0.900.0-next.5" ,
18- "@angular-devkit/core" : " ^9.0.0-next.5" ,
19- "rxjs" : " ^6.5.3"
17+ "@angular-devkit/architect" : " DEVKIT_ARCHITECT_VERSION" ,
18+ "@angular-devkit/core" : " DEVKIT_CORE_VERSION" ,
19+ "rxjs" : " RXJS_VERSION"
20+ },
21+ "ng-update" : {
22+ "packageGroup" : " NG_UPDATE_PACKAGE_GROUP"
2023 }
2124}
Original file line number Diff line number Diff line change @@ -37,13 +37,15 @@ RXJS_VERSION = "^6.4.0"
3737HAPI_VERSION = "^17.0.0"
3838EXPRESS_VERSION = "^4.15.2"
3939EXPRESS_TYPES_VERSION = "^4.17.0"
40+ DEVKIT_CORE_VERSION = "^9.0.0-next.5"
41+ DEVKIT_ARCHITECT_VERSION = "^0.900.0-next.5"
4042
4143NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [
4244 "aspnetcore-engine" ,
45+ "builders" ,
4346 "common" ,
4447 "express-engine" ,
4548 "hapi-engine" ,
46- "module-map-ngfactory-loader" ,
4749]]
4850
4951PKG_GROUP_REPLACEMENTS = {
@@ -55,6 +57,8 @@ PKG_GROUP_REPLACEMENTS = {
5557 "HAPI_VERSION" : HAPI_VERSION ,
5658 "NG_VERSION" : NG_VERSION ,
5759 "RXJS_VERSION" : RXJS_VERSION ,
60+ "DEVKIT_CORE_VERSION" : DEVKIT_CORE_VERSION ,
61+ "DEVKIT_ARCHITECT_VERSION" : DEVKIT_ARCHITECT_VERSION ,
5862}
5963
6064GLOBALS = {
You can’t perform that action at this time.
0 commit comments