Skip to content

Commit 41df419

Browse files
committed
chore: ONCEHUB-100613 update package version to 5.1.3-beta.1 and upgrade Angular dependencies to version 20.3.0
- Updated version in package.json and package-lock.json to 5.1.3-beta.1 - Upgraded Angular dependencies from 19.x to 20.3.0 - Updated karma dependency to version 6.4.4 - Updated ng-packagr to version 20.3.0 - Changed moduleResolution from "node" to "bundler" in tsconfig files - Removed unnecessary require statement in karma.conf.js
1 parent c7179db commit 41df419

File tree

8 files changed

+2689
-6435
lines changed

8 files changed

+2689
-6435
lines changed

angular.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prefix": "",
1414
"architect": {
1515
"build": {
16-
"builder": "@angular-devkit/build-angular:ng-packagr",
16+
"builder": "@angular/build:ng-packagr",
1717
"options": {
1818
"tsConfig": "src/tsconfig.lib.json",
1919
"project": "src/ng-package.json"
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"test": {
28-
"builder": "@angular-devkit/build-angular:karma",
28+
"builder": "@angular/build:karma",
2929
"options": {
3030
"main": "test/test.ts",
3131
"tsConfig": "src/tsconfig.spec.json",
@@ -50,6 +50,30 @@
5050
},
5151
"@angular-eslint/schematics:library": {
5252
"setParserOptionsProject": true
53+
},
54+
"@schematics/angular:component": {
55+
"type": "component"
56+
},
57+
"@schematics/angular:directive": {
58+
"type": "directive"
59+
},
60+
"@schematics/angular:service": {
61+
"type": "service"
62+
},
63+
"@schematics/angular:guard": {
64+
"typeSeparator": "."
65+
},
66+
"@schematics/angular:interceptor": {
67+
"typeSeparator": "."
68+
},
69+
"@schematics/angular:module": {
70+
"typeSeparator": "."
71+
},
72+
"@schematics/angular:pipe": {
73+
"typeSeparator": "."
74+
},
75+
"@schematics/angular:resolver": {
76+
"typeSeparator": "."
5377
}
5478
}
5579
}

0 commit comments

Comments
 (0)