Build(deps-dev): Bump prettier from 2.5.1 to 2.8.3 (#2907)

* Build(deps-dev): Bump prettier from 2.5.1 to 2.8.3

Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.8.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.5.1...2.8.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
This commit is contained in:
dependabot[bot]
2023-01-30 14:52:42 +00:00
committed by GitHub
parent 48da6d9ced
commit 5a11cc7cc8
3 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View File

@@ -17266,9 +17266,9 @@
"dev": true
},
"prettier": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
"integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==",
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz",
"integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==",
"dev": true
},
"prettier-linter-helpers": {

View File

@@ -112,7 +112,7 @@
"lite-server": "^2.4.0",
"ng-packagr": "^14.2.2",
"node-stream-zip": "^1.14.0",
"prettier": "2.5.1",
"prettier": "2.8.3",
"protractor": "~7.0.0",
"protractor-retry-angular-cli": "^2.0.3",
"protractor-screenshoter-plugin": "0.10.3",

View File

@@ -31,8 +31,8 @@ import { MinimalNodeEntryEntity } from '@alfresco/js-api';
template: `
<ng-container *ngIf="isFileSelected; else empty">
<adf-version-manager
[showComments]="'adf-version-manager.allowComments' | adfAppConfig: true"
[allowDownload]="'adf-version-manager.allowDownload' | adfAppConfig: true"
[showComments]="'adf-version-manager.allowComments' | adfAppConfig : true"
[allowDownload]="'adf-version-manager.allowDownload' | adfAppConfig : true"
[node]="node"
>
</adf-version-manager>