AW-6046 Angular 17

develop
Peter Bastiani 2024-04-09 09:50:06 +02:00
parent 7d5c10d902
commit bdf4e03b49
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -40,7 +40,7 @@
"ngx-clipboard": "^15.1.0",
"ngx-image-cropper": "^7.2.1",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ngx-uploadx": "^5.2.0",
"ngx-uploadx": "^6.2.0",
"ol": "~6.3.1",
"olcs": "^2.13.1",
"resumablejs": "^1.1.0",
@ -13547,14 +13547,14 @@
"link": true
},
"node_modules/ngx-uploadx": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/ngx-uploadx/-/ngx-uploadx-5.4.0.tgz",
"integrity": "sha512-rul4vNHpmG3xTw2UHKDvR4P9kTJ9+ekat/FKBdoDf3l5Qlh4cYYprzZCuQJAXBJIOTl8d0qZBJb02VqV0E2WAQ==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/ngx-uploadx/-/ngx-uploadx-6.2.0.tgz",
"integrity": "sha512-59BZH4PN2/8ptyexeVBcxK2CGVYmkyQLnt1Dx5VgodjXTRcz9tcNseZ/TiL0BSzc308tQ2/YVj44xyXoM330JA==",
"dependencies": {
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": ">=12.0.0 <16.0.0",
"@angular/core": ">=14.0.0 <18.0.0",
"rxjs": "^6.4.0 || ^7.0.0"
}
},
@ -28653,11 +28653,11 @@
}
},
"ngx-uploadx": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/ngx-uploadx/-/ngx-uploadx-5.4.0.tgz",
"integrity": "sha512-rul4vNHpmG3xTw2UHKDvR4P9kTJ9+ekat/FKBdoDf3l5Qlh4cYYprzZCuQJAXBJIOTl8d0qZBJb02VqV0E2WAQ==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/ngx-uploadx/-/ngx-uploadx-6.2.0.tgz",
"integrity": "sha512-59BZH4PN2/8ptyexeVBcxK2CGVYmkyQLnt1Dx5VgodjXTRcz9tcNseZ/TiL0BSzc308tQ2/YVj44xyXoM330JA==",
"requires": {
"tslib": "^2.2.0"
"tslib": "^2.3.0"
}
},
"ngx-window-token": {

View File

@ -43,7 +43,7 @@
"ngx-avatars": "1.7.0",
"ngx-clipboard": "^15.1.0",
"ngx-image-cropper": "^7.2.1",
"ngx-uploadx": "^5.2.0",
"ngx-uploadx": "^6.2.0",
"ol": "~6.3.1",
"olcs": "^2.13.1",
"resumablejs": "^1.1.0",