Aw5739 Prepare migration to v16: Use supported version of TypeScript

This commit is contained in:
Peter Bastiani 2024-01-08 14:19:52 +01:00
parent 778e40a26d
commit 3da646dc4d
7 changed files with 36 additions and 19 deletions

24
package-lock.json generated
View File

@ -21,7 +21,7 @@
"@farmmaps/common-map": "file:dist/common-map", "@farmmaps/common-map": "file:dist/common-map",
"@farmmaps/common-map3d": "file:dist/common-map3d", "@farmmaps/common-map3d": "file:dist/common-map3d",
"@microsoft/signalr": "^3.1.16", "@microsoft/signalr": "^3.1.16",
"@ng-bootstrap/ng-bootstrap": "^13.0.0", "@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@ngrx/effects": "^14", "@ngrx/effects": "^14",
"@ngrx/router-store": "^14", "@ngrx/router-store": "^14",
"@ngrx/store": "^14", "@ngrx/store": "^14",
@ -5233,18 +5233,18 @@
} }
}, },
"node_modules/@ng-bootstrap/ng-bootstrap": { "node_modules/@ng-bootstrap/ng-bootstrap": {
"version": "13.1.1", "version": "14.2.0",
"resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-13.1.1.tgz", "resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-14.2.0.tgz",
"integrity": "sha512-R6qnmFKT2EwwijBHw7rUXqyo5W90OImHOv7BlsxMNnZLIksWIhqwU00k4UBTfRTnd6JsTPuj/co3MaP61ajILA==", "integrity": "sha512-nqEKVXauSontGKqC5WSKpch5TiAGDZB3hluvxkINS0r9LUE6sBQRP3qeYOe7Uwu+UbQcj28NG3qFHhpfnG8KHw==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^14.1.0", "@angular/common": "^15.0.0",
"@angular/core": "^14.1.0", "@angular/core": "^15.0.0",
"@angular/forms": "^14.1.0", "@angular/forms": "^15.0.0",
"@angular/localize": "^14.1.0", "@angular/localize": "^15.0.0",
"@popperjs/core": "^2.10.2", "@popperjs/core": "^2.11.6",
"rxjs": "^6.5.3 || ^7.4.0" "rxjs": "^6.5.3 || ^7.4.0"
} }
}, },
@ -23334,9 +23334,9 @@
} }
}, },
"@ng-bootstrap/ng-bootstrap": { "@ng-bootstrap/ng-bootstrap": {
"version": "13.1.1", "version": "14.2.0",
"resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-13.1.1.tgz", "resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-14.2.0.tgz",
"integrity": "sha512-R6qnmFKT2EwwijBHw7rUXqyo5W90OImHOv7BlsxMNnZLIksWIhqwU00k4UBTfRTnd6JsTPuj/co3MaP61ajILA==", "integrity": "sha512-nqEKVXauSontGKqC5WSKpch5TiAGDZB3hluvxkINS0r9LUE6sBQRP3qeYOe7Uwu+UbQcj28NG3qFHhpfnG8KHw==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -25,7 +25,7 @@
"@farmmaps/common-map3d": "file:dist/common-map3d", "@farmmaps/common-map3d": "file:dist/common-map3d",
"ngx-openlayers": "file:dist/ngx-openlayers", "ngx-openlayers": "file:dist/ngx-openlayers",
"@microsoft/signalr": "^3.1.16", "@microsoft/signalr": "^3.1.16",
"@ng-bootstrap/ng-bootstrap": "^13.0.0", "@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@ngrx/effects": "^14", "@ngrx/effects": "^14",
"@ngrx/router-store": "^14", "@ngrx/router-store": "^14",
"@ngrx/store": "^14", "@ngrx/store": "^14",

View File

@ -12,11 +12,11 @@
}, },
"peerDependencies": { "peerDependencies": {
"@angular/core": ">=14.0.0", "@angular/core": ">=14.0.0",
"@farmmaps/ngx-openlayers": "file:dist/ngx-openlayers",
"@ngrx/effects": ">=14.0.0", "@ngrx/effects": ">=14.0.0",
"@ngrx/router-store": ">=14.0.0", "@ngrx/router-store": ">=14.0.0",
"@ngrx/store": ">=14.0.0", "@ngrx/store": ">=14.0.0",
"ngrx-store-localstorage": ">=14.0.0", "ngrx-store-localstorage": ">=14.0.0",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1", "ol": ">=6.8.1",
"tassign": ">=1.0.0" "tassign": ">=1.0.0"
} }

View File

@ -14,7 +14,7 @@
"@angular/common": ">=14.0.0", "@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0", "@angular/core": ">=14.0.0",
"cesium": ">=1.82.1", "cesium": ">=1.82.1",
"ngx-openlayers": "1.0.0-next.19", "ngx-openlayers": "file:dist/ngx-openlayers",
"ol-cesium": ">=2.13.0" "ol-cesium": ">=2.13.0"
} }
}, },

View File

@ -12,15 +12,15 @@
"@angular/core": ">=14.0.0", "@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0", "@angular/forms": ">=14.0.0",
"@microsoft/signalr": ">=3.1.3", "@microsoft/signalr": ">=3.1.3",
"@ng-bootstrap/ng-bootstrap": ">=10.0.0", "@ng-bootstrap/ng-bootstrap": ">=15.0.0",
"@ngrx/effects": ">=14.0.0", "@ngrx/effects": ">=14.0.0",
"@ngrx/router-store": ">=14.0.0", "@ngrx/router-store": ">=14.0.0",
"@ngrx/store": ">=14.0.0", "@ngrx/store": ">=14.0.0",
"angular-oauth2-oidc": ">=13.0.0", "angular-oauth2-oidc": ">=13.0.0",
"bootstrap": ">=4.4.1", "bootstrap": ">=4.4.1",
"moment": ">=2.27.0", "moment": ">=2.27.0",
"ngx-avatars": ">=1.5.0", "ngx-avatars": "1.4.0",
"ngx-clipboard": ">=14.0.1", "ngx-clipboard": ">=15.1.0",
"ngx-image-cropper": ">=3.3.5", "ngx-image-cropper": ">=3.3.5",
"ngx-uploadx": ">=5.1.0", "ngx-uploadx": ">=5.1.0",
"tassign": ">=1.0.0" "tassign": ">=1.0.0"

View File

@ -5,7 +5,7 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/" "registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
}, },
"peerDependencies": { "peerDependencies": {
"@ng-bootstrap/ng-bootstrap": ">=10.0.0", "@ng-bootstrap/ng-bootstrap": ">=14.0.0",
"@angular/common": ">=14.0.0", "@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0", "@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0", "@angular/forms": ">=14.0.0",

View File

@ -0,0 +1,17 @@
{
"name": "ngx-openlayers",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ngx-openlayers",
"version": "2.0.0",
"peerDependencies": {
"@angular/common": ">=14.x.x",
"@angular/core": ">=14.x.x",
"ol": "^6.0.0"
}
}
}
}