Update dependency prettier to v2.8.0

This commit is contained in:
renovate[bot] 2022-12-02 09:33:09 +00:00 committed by Salah Benmoussati
parent d2edac6381
commit 7523e679d7
2 changed files with 11 additions and 9 deletions

18
package-lock.json generated
View File

@ -61,7 +61,7 @@
"ncp": "2.0.0",
"node-abi": "^3.8.0",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"prettier": "2.8.0",
"pretty-quick": "^3.1.0",
"run-script-os": "^1.1.6",
"ts-jest": "25.3.0",
@ -16092,16 +16092,18 @@
}
},
"node_modules/prettier": {
"version": "2.2.1",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/prettier/-/prettier-2.2.1.tgz",
"integrity": "sha1-eVoaeN1S8HPaDNQrIfnJE4GSP/U=",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/pretty-format": {
@ -32944,9 +32946,9 @@
"dev": true
},
"prettier": {
"version": "2.2.1",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/prettier/-/prettier-2.2.1.tgz",
"integrity": "sha1-eVoaeN1S8HPaDNQrIfnJE4GSP/U=",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"dev": true
},
"pretty-format": {

View File

@ -191,7 +191,7 @@
"ncp": "2.0.0",
"node-abi": "^3.8.0",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"prettier": "2.8.0",
"pretty-quick": "^3.1.0",
"run-script-os": "^1.1.6",
"ts-jest": "25.3.0",