Skip to content

Commit

Permalink
feat(libs): upgrade librairies to angular 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Étienne Lord committed Jul 22, 2021
1 parent 7c90cde commit 1bf0506
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 63 deletions.
14 changes: 7 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "packages/auth/tsconfig.lib.json",
"project": "packages/auth/ng-package.json"
Expand Down Expand Up @@ -212,7 +212,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "packages/common/tsconfig.lib.json",
"project": "packages/common/ng-package.json"
Expand Down Expand Up @@ -257,7 +257,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "packages/core/tsconfig.lib.json",
"project": "packages/core/ng-package.json"
Expand Down Expand Up @@ -302,7 +302,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "packages/geo/tsconfig.lib.json",
"project": "packages/geo/ng-package.json"
Expand Down Expand Up @@ -341,7 +341,7 @@
"prefix": "igo",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "packages/utils/tsconfig.lib.json",
"project": "packages/utils/ng-package.json"
Expand Down Expand Up @@ -378,7 +378,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "packages/context/tsconfig.lib.json",
"project": "packages/context/ng-package.json"
Expand Down Expand Up @@ -423,7 +423,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "packages/integration/tsconfig.lib.json",
"project": "packages/integration/ng-package.json"
Expand Down
57 changes: 28 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,64 +67,63 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^10.0.3",
"@angular/cdk": "^10.0.1",
"@angular/common": "^10.0.3",
"@angular/compiler": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/forms": "^10.0.3",
"@angular/material": "^10.0.1",
"@angular/platform-browser": "^10.0.3",
"@angular/platform-browser-dynamic": "^10.0.3",
"@angular/router": "^10.0.3",
"@azure/msal-angular": "^2.0.0",
"@azure/msal-browser": "^2.14.2",
"@angular/animations": "~11.0.9",
"@angular/cdk": "~11.0.4",
"@angular/common": "~11.0.9",
"@angular/compiler": "~11.0.9",
"@angular/core": "~11.0.9",
"@angular/forms": "~11.0.9",
"@angular/material": "~11.0.4",
"@angular/platform-browser": "~11.0.9",
"@angular/platform-browser-dynamic": "~11.0.9",
"@angular/router": "~11.0.9",
"@azure/msal-angular": "^2.0.1",
"@azure/msal-browser": "^2.15.0",
"@ionic-native/core": "^5.10.0",
"@ionic-native/file": "^5.6.0",
"@ionic-native/file-opener": "^5.6.0",
"@ionic-native/network": "^5.12.0",
"@ionic/angular": "^5.2.3",
"@mat-datetimepicker/core": "^5.1.2",
"@mat-datetimepicker/core": "~6.0.0",
"@mdi/angular-material": "^5.3.45",
"@ngx-translate/core": "^13.0.0",
"@turf/buffer": "^5.1.5",
"@turf/helpers": "^6.1.4",
"@turf/line-intersect": "^6.0.2",
"@turf/point-on-feature": "^5.1.5",
"angular-shepherd": "^0.7.0",
"angular-shepherd": "^11.0.0",
"angular2-notifications": "^9.0.0",
"bowser": "^2.10.0",
"classlist.js": "^1.1.20150312",
"core-js": "^3.6.5",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"html2canvas": "^1.0.0-rc.5",
"jspdf": "^1.5.3",
"jspdf": "^2.3.1",
"jszip": "^3.1.5",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"ngx-cacheable": "^1.0.9",
"ngx-color-picker": "^10.1.0",
"ol": "^6.3.1",
"ol-mapbox-style": "^6.1.2",
"proj4": "^2.6.2",
"rxjs": "^6.6.0",
"rxjs": "^6.6.7",
"scroll-into-view-if-needed": "^2.2.20",
"scss-bundle": "^3.1.2",
"stream": "^0.0.2",
"ts-cacheable": "^1.0.5",
"ts-md5": "^1.2.4",
"tslib": "^2.0.0",
"typy": "^3.3.0",
"unorm": "^1.4.1",
"web-animations-js": "^2.3.2",
"webpack": "^4.41.2",
"zone.js": "~0.10.2"
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.2",
"@angular-devkit/build-ng-packagr": "^0.1000.2",
"@angular/cli": "^10.0.2",
"@angular/compiler-cli": "^10.0.3",
"@angular-devkit/build-angular": "^0.1100.7",
"@angular/cli": "~11.0.9",
"@angular/compiler-cli": "~11.0.9",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@compodoc/compodoc": "^1.1.9",
Expand All @@ -146,20 +145,20 @@
"gulp-merge-json": "^2.1.1",
"gulp-replace": "^1.0.0",
"gulp-sequence": "^1.0.0",
"jasmine-core": "~3.5.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^5.1.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^10.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^11.2.4",
"npm-run-all": "^4.1.5",
"protractor": "~7.0.0",
"publish-release": "^1.6.0",
"ts-node": "^8.10.2",
"tslint": "~6.1.0",
"typescript": "~3.9.6",
"typescript": "~4.0.8",
"wait-on": "^5.1.0",
"webdriver-manager": "^12.1.6"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"dependencies": {
"jwt-decode": "^2.2.0",
"ngx-cacheable": "^1.0.9",
"ts-cacheable": "^1.0.5",
"ts-md5": "^1.2.4",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/cdk": "^10.0.1",
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/forms": "^10.0.3",
"@angular/material": "^10.0.1",
"@angular/cdk": "^11.0.4",
"@angular/common": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/forms": "^11.0.9",
"@angular/material": "~11.0.4",
"@igo2/core": "^1.8.1",
"@igo2/utils": "^1.8.1",
"rxjs": "^6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/src/lib/shared/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Router } from '@angular/router';

import { Observable, BehaviorSubject, of } from 'rxjs';
import { tap, catchError } from 'rxjs/operators';
import { globalCacheBusterNotifier } from 'ngx-cacheable';
import { globalCacheBusterNotifier } from 'ts-cacheable';

import { ConfigService, LanguageService, MessageService } from '@igo2/core';
import { Base64 } from '@igo2/utils';
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"peerDependencies": {
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/material": "^10.0.1",
"@angular/common": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/material": "^11.0.4",
"@igo2/core": "^1.8.1",
"@igo2/utils": "^1.8.1",
"scroll-into-view-if-needed": "^2.2.20",
Expand Down
10 changes: 5 additions & 5 deletions packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"peerDependencies": {
"@angular/animations": "^10.0.3",
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/forms": "^10.0.3",
"@angular/material": "^10.0.1",
"@angular/animations": "~11.0.9",
"@angular/common": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/forms": "^11.0.9",
"@angular/material": "~11.0.4",
"@igo2/auth": "^1.8.1",
"@igo2/common": "^1.8.1",
"@igo2/core": "^1.8.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/cdk": "^10.0.1",
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/cdk": "^11.0.4",
"@angular/common": "^11.0.9",
"@angular/core": "^11.0.9",
"@igo2/utils": "^1.8.1",
"rxjs": "^6.6.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"dependencies": {
"ngx-cacheable": "^1.0.9",
"ts-cacheable": "^1.0.5",
"ts-md5": "^1.2.4",
"@turf/helpers": "^6.1.4",
"@turf/line-intersect": "^6.0.2",
"@turf/point-on-feature": "^5.1.5",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/animations": "^10.0.3",
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/forms": "^10.0.3",
"@angular/material": "^10.0.1",
"@angular/animations": "~11.0.9",
"@angular/common": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/forms": "^11.0.9",
"@angular/material": "~11.0.4",
"@igo2/common": "^1.8.1",
"@igo2/core": "^1.8.1",
"@igo2/utils": "^1.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"peerDependencies": {
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/common": "^11.0.9",
"@angular/core": "^11.0.9",
"@igo2/geo": "1.8.1",
"@igo2/context": "1.8.1",
"rxjs": "^6.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^10.0.3",
"@angular/common": "^11.0.9",
"@angular/core": "^10.0.3"
}
}

0 comments on commit 1bf0506

Please sign in to comment.