Skip to content

Commit

Permalink
[ADF-5305] - revert changes on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Feb 9, 2021
1 parent e8b9569 commit 7c2957e
Show file tree
Hide file tree
Showing 9 changed files with 3,926 additions and 5,528 deletions.
2 changes: 1 addition & 1 deletion lib/cli/package.json
Expand Up @@ -20,7 +20,7 @@
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/"
},
"dependencies": {
"@alfresco/js-api": "4.3.0-367c03bf7de7ba15652c2d211137600a8fd3063d",
"@alfresco/js-api": "^4.3.0-3207",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/content-services/package.json
Expand Up @@ -20,7 +20,7 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.3.0-367c03bf7de7ba15652c2d211137600a8fd3063d",
"@alfresco/js-api": "^4.3.0-3207",
"@alfresco/adf-core": "4.2.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Expand Up @@ -23,7 +23,7 @@
"@angular/router": ">=10.0.2",
"@mat-datetimepicker/core": ">=4.1.0",
"@mat-datetimepicker/moment": ">=4.1.0",
"@alfresco/js-api": "4.3.0-367c03bf7de7ba15652c2d211137600a8fd3063d",
"@alfresco/js-api": "^4.3.0-3207",
"@alfresco/adf-extensions": "4.2.0",
"@ngx-translate/core": ">=13.0.0",
"minimatch-browser": ">=1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/extensions/package.json
Expand Up @@ -15,7 +15,7 @@
"peerDependencies": {
"@angular/common": ">=10.0.2",
"@angular/core": ">=10.0.2",
"@alfresco/js-api": "4.3.0-367c03bf7de7ba15652c2d211137600a8fd3063d"
"@alfresco/js-api": "^4.3.0-3207"
},
"keywords": [
"extensions",
Expand Down
2 changes: 1 addition & 1 deletion lib/process-services-cloud/package.json
Expand Up @@ -18,7 +18,7 @@
"@angular/flex-layout": ">=10.0.0-beta.32",
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@alfresco/js-api": "4.3.0-367c03bf7de7ba15652c2d211137600a8fd3063d",
"@alfresco/js-api": "^4.3.0-3207",
"@alfresco/adf-core": "4.2.0",
"@alfresco/adf-content-services": "4.2.0",
"@ngx-translate/core": ">=13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/process-services/package.json
Expand Up @@ -19,7 +19,7 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.3.0-367c03bf7de7ba15652c2d211137600a8fd3063d",
"@alfresco/js-api": "^4.3.0-3207",
"@alfresco/adf-core": "4.2.0",
"@alfresco/adf-content-services": "4.2.0",
"@ngx-translate/core": ">=13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/testing/package.json
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"peerDependencies": {
"@alfresco/js-api": "4.3.0-367c03bf7de7ba15652c2d211137600a8fd3063d"
"@alfresco/js-api": "^4.3.0-3207"
},
"keywords": [
"testing",
Expand Down
9,438 changes: 3,918 additions & 5,520 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"process services-cloud"
],
"dependencies": {
"@alfresco/js-api": "4.3.0-367c03bf7de7ba15652c2d211137600a8fd3063d",
"@alfresco/js-api": "^4.3.0-3207",
"@angular/animations": "^10.0.4",
"@angular/cdk": "10.1.3",
"@angular/common": "^10.0.4",
Expand Down

0 comments on commit 7c2957e

Please sign in to comment.