mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ci:force][auto-commit] Update dependencies JS:6.3.0-1288 (#8904)
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
This commit is contained in:
parent
d2ef772e0a
commit
3aa55996bf
@ -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": ">=6.3.0-1280",
|
||||
"@alfresco/js-api": ">=6.3.0-1288",
|
||||
"commander": "^6.2.1",
|
||||
"ejs": "^3.1.9",
|
||||
"license-checker": "^25.0.1",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"@angular/platform-browser": ">=14.1.3",
|
||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||
"@angular/router": ">=14.1.3",
|
||||
"@alfresco/js-api": ">=6.3.0-1280",
|
||||
"@alfresco/js-api": ">=6.3.0-1288",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"moment": ">=2.22.2",
|
||||
"@alfresco/adf-core": ">=6.2.0"
|
||||
|
@ -35,7 +35,7 @@
|
||||
"@angular/router": ">=14.1.3",
|
||||
"@mat-datetimepicker/core": "^10.1.1",
|
||||
"@mat-datetimepicker/moment": "^10.1.1",
|
||||
"@alfresco/js-api": ">=6.3.0-1280",
|
||||
"@alfresco/js-api": ">=6.3.0-1288",
|
||||
"@alfresco/adf-extensions": ">=6.2.0",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"minimatch-browser": ">=1.0.0",
|
||||
|
@ -14,7 +14,7 @@
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/core": ">=14.1.3",
|
||||
"@alfresco/js-api": ">=6.3.0-1280"
|
||||
"@alfresco/js-api": ">=6.3.0-1288"
|
||||
},
|
||||
"keywords": [
|
||||
"extensions",
|
||||
|
@ -35,7 +35,7 @@
|
||||
"@angular/platform-browser": ">=14.1.3",
|
||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||
"@angular/router": ">=14.1.3",
|
||||
"@alfresco/js-api": ">=6.3.0-1280",
|
||||
"@alfresco/js-api": ">=6.3.0-1288",
|
||||
"@alfresco/adf-core": ">=6.2.0",
|
||||
"@alfresco/adf-content-services": ">=6.2.0",
|
||||
"@apollo/client": "^3.7.2",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"@angular/platform-browser": ">=14.1.3",
|
||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||
"@angular/router": ">=14.1.3",
|
||||
"@alfresco/js-api": ">=6.3.0-1280",
|
||||
"@alfresco/js-api": ">=6.3.0-1288",
|
||||
"@alfresco/adf-core": ">=6.2.0",
|
||||
"@alfresco/adf-content-services": ">=6.2.0",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/js-api": ">=6.3.0-1280"
|
||||
"@alfresco/js-api": ">=6.3.0-1288"
|
||||
},
|
||||
"keywords": [
|
||||
"testing",
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -10,7 +10,7 @@
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": "6.3.0-1280",
|
||||
"@alfresco/js-api": "6.3.0-1288",
|
||||
"@angular/animations": "14.1.3",
|
||||
"@angular/cdk": "14.1.2",
|
||||
"@angular/common": "14.1.3",
|
||||
@ -158,9 +158,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/js-api": {
|
||||
"version": "6.3.0-1280",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.3.0-1280.tgz",
|
||||
"integrity": "sha512-xRf7YpSe9F9iNnimQS5DnNqCeb1P3EhBRnx/hOsqn9bC20c5plwjJWt2EIMcPvCz1TBhnw24BP14hUR6oq0pdQ==",
|
||||
"version": "6.3.0-1288",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.3.0-1288.tgz",
|
||||
"integrity": "sha512-nU3hsM6cIiRlQYO2wity5tklVh3/3NYM9+Jw4tQK0I4Wl19nlvVRho4YUGnpmOgWMockvGMGemYquBEAv7CFPA==",
|
||||
"dependencies": {
|
||||
"event-emitter": "^0.3.5",
|
||||
"superagent": "^8.0.9",
|
||||
|
@ -54,7 +54,7 @@
|
||||
"process services-cloud"
|
||||
],
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": "6.3.0-1280",
|
||||
"@alfresco/js-api": "6.3.0-1288",
|
||||
"@angular/animations": "14.1.3",
|
||||
"@angular/cdk": "14.1.2",
|
||||
"@angular/common": "14.1.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user