diff --git a/lib/cli/package-lock.json b/lib/cli/package-lock.json index b07be30ee2..d13bd9642d 100644 --- a/lib/cli/package-lock.json +++ b/lib/cli/package-lock.json @@ -1,20 +1,20 @@ { "name": "@alfresco/adf-cli", - "version": "8.0.0", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alfresco/adf-cli", - "version": "8.0.0", + "version": "9.0.0", "license": "Apache-2.0", "dependencies": { - "@alfresco/js-api": ">=8.0.0-alpha.7", + "@alfresco/js-api": ">=9.0.0", "commander": "^6.2.1", "ejs": "^3.1.9", "license-checker": "^25.0.1", "node-fetch": "^2.7.0", - "rxjs": "^6.6.6", + "rxjs": "7.8.2", "shelljs": "^0.8.3", "spdx-license-list": "^5.0.0" }, @@ -30,9 +30,10 @@ } }, "node_modules/@alfresco/js-api": { - "version": "8.0.0-alpha.7-12984503308", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.7-12984503308.tgz", - "integrity": "sha512-ua8YgR6BHO751wKclLCQeJEByLJbLl5xmfQqEDJyRlnMvDCk+v7a5e2ibF58meQkmstR+CkIXi5ZlW9YhBKtZg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.0.0.tgz", + "integrity": "sha512-tkVc3vCmbyp1cAJOtga/c5kApWmkj7lBmnJk0M+Jx/aek5mUQkXvDKlpPBoE0QR8UHKEKgB6HgwmaOMumYQVAw==", + "license": "Apache-2.0", "dependencies": { "event-emitter": "^0.3.5", "superagent": "^9.0.1", @@ -1052,21 +1053,14 @@ } }, "node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "license": "Apache-2.0", "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" + "tslib": "^2.1.0" } }, - "node_modules/rxjs/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, "node_modules/set-function-length": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", diff --git a/lib/cli/package.json b/lib/cli/package.json index 7933fd45fe..35ec5c71e7 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-cli", "description": "Alfresco ADF cli and utils", - "version": "8.0.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "bin": { "adf-cli": "bin/adf-cli", @@ -20,7 +20,7 @@ "dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli" }, "dependencies": { - "@alfresco/js-api": ">=8.0.0-alpha.7", + "@alfresco/js-api": ">=9.0.0", "commander": "^6.2.1", "ejs": "^3.1.9", "license-checker": "^25.0.1", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 0f0a6f215b..da28472a52 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-content-services", "description": "Alfresco ADF content services", - "version": "8.0.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -21,9 +21,9 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=9.0.0", + "@alfresco/js-api": ">=10.0.0", "@ngx-translate/core": ">=16.0.0", - "@alfresco/adf-core": ">=8.0.0" + "@alfresco/adf-core": ">=9.0.0" }, "keywords": [ "content-services", diff --git a/lib/core/package.json b/lib/core/package.json index 12b111cffd..14b9609c96 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-core", "description": "Alfresco ADF core", - "version": "8.0.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -38,8 +38,8 @@ "@angular/router": ">=16.0.0", "@mat-datetimepicker/core": ">=12.0.1", "@ngx-translate/core": ">=16.0.0", - "@alfresco/js-api": ">=9.0.0", - "@alfresco/adf-extensions": ">=8.0.0", + "@alfresco/js-api": ">=10.0.0", + "@alfresco/adf-extensions": ">=9.0.0", "minimatch": ">=10.0.0", "pdfjs-dist": ">=3.3.122", "ts-morph": ">=20.0.0" diff --git a/lib/eslint-angular/package.json b/lib/eslint-angular/package.json index 2eaa10ab17..0b85a9419a 100644 --- a/lib/eslint-angular/package.json +++ b/lib/eslint-angular/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "8.0.0", + "version": "9.0.0", "description": "Alfresco ADF eslint angular custom rules", "main": "main.js", "author": "Hyland Software, Inc. and its affiliates", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index d1f50d4e63..2dbb515288 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-extensions", "description": "Provides extensibility support for ADF applications.", - "version": "8.0.0", + "version": "9.0.0", "license": "Apache-2.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { @@ -14,7 +14,7 @@ "peerDependencies": { "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3", - "@alfresco/js-api": ">=9.0.0" + "@alfresco/js-api": ">=10.0.0" }, "keywords": [ "extensions", diff --git a/lib/insights/package.json b/lib/insights/package.json index a96154933a..1db59960d6 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-insights", "description": "Alfresco ADF insights", - "version": "8.0.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -11,8 +11,8 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "dependencies": { - "@alfresco/adf-core": ">=8.0.0", - "@alfresco/adf-content-services": ">=8.0.0", + "@alfresco/adf-core": ">=9.0.0", + "@alfresco/adf-content-services": ">=9.0.0", "@ngx-translate/core": ">=14.0.0", "chart.js": "^4.3.0", "ng2-charts": "^4.1.1", diff --git a/lib/js-api/package.json b/lib/js-api/package.json index 239274744f..84ad4636d9 100644 --- a/lib/js-api/package.json +++ b/lib/js-api/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/js-api", - "version": "9.0.0", + "version": "10.0.0", "license": "Apache-2.0", "description": "JavaScript client library for the Alfresco REST API", "author": "Hyland Software, Inc. and its affiliates", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 2f1a82f098..30db41ccec 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services-cloud", "description": "Alfresco ADF process services cloud", - "version": "8.0.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -36,9 +36,9 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=9.0.0", - "@alfresco/adf-core": ">=8.0.0", - "@alfresco/adf-content-services": ">=8.0.0", + "@alfresco/js-api": ">=10.0.0", + "@alfresco/adf-core": ">=9.0.0", + "@alfresco/adf-content-services": ">=9.0.0", "@apollo/client": ">=3.7.2", "@ngx-translate/core": ">=14.0.0", "apollo-angular": ">=4.0.1" diff --git a/lib/process-services/package.json b/lib/process-services/package.json index b457db4e25..8803b92219 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services", "description": "Alfresco ADF process services", - "version": "8.0.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -21,9 +21,9 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=9.0.0", - "@alfresco/adf-core": ">=8.0.0", - "@alfresco/adf-content-services": ">=8.0.0", + "@alfresco/js-api": ">=10.0.0", + "@alfresco/adf-core": ">=9.0.0", + "@alfresco/adf-content-services": ">=9.0.0", "@ngx-translate/core": ">=14.0.0" }, "keywords": [ diff --git a/package-lock.json b/package-lock.json index 1cb119e38d..c567eff296 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-ng2-components", - "version": "8.0.0", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "8.0.0", + "version": "9.0.0", "license": "Apache-2.0", "dependencies": { "@angular/animations": "19.2.6", @@ -167,7 +167,7 @@ }, "lib/eslint-angular": { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "8.0.0", + "version": "9.0.0", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index a260a968d6..b0265b9ca8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "8.0.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install",