Skip to content

Commit 8383521

Browse files
authored
Upgrade dependencies to Angular 11 (#41)
Update to ng11
1 parent 4457fc0 commit 8383521

31 files changed

Lines changed: 30361 additions & 5128 deletions

angular-lib/LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This library is subject to the terms at [https://developers.exlibrisgroup.com/about/terms].

angular-lib/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prefix": "main",
1010
"architect": {
1111
"build": {
12-
"builder": "@angular-devkit/build-ng-packagr:build",
12+
"builder": "@angular-devkit/build-angular:ng-packagr",
1313
"options": {
1414
"tsConfig": "tsconfig.json",
1515
"project": "ng-package.json"

angular-lib/ng-package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
22
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "./dist",
4-
"whitelistedNonPeerDependencies": [
5-
"."
6-
],
74
"lib": {
85
"entryFile": "src/public-api.ts",
96
"umdModuleIds": {
107
"loglevel": "loglevel",
118
"lodash": "lodash",
129
"uuid": "uuid",
1310
"strongly-typed-events": "ste",
14-
"@ngx-translate/core": "translate-core",
15-
"@ngx-translate/http-loader": "httpLoader"
11+
"@ngx-translate/core": "translate-core"
1612
}
1713
}
1814
}

0 commit comments

Comments
 (0)