Update dependency prettier to v2.8.1

This commit is contained in:
renovate[bot] 2022-12-09 11:27:14 +00:00 committed by Salah Benmoussati
parent a432f4a43c
commit 6f14eade92
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "symphony",
"version": "22.0.0",
"version": "23.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "symphony",
"version": "22.0.0",
"version": "23.1.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@ -61,7 +61,7 @@
"ncp": "2.0.0",
"node-abi": "^3.8.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.0",
"prettier": "2.8.1",
"pretty-quick": "^3.1.0",
"run-script-os": "^1.1.6",
"ts-jest": "25.3.0",
@ -15979,9 +15979,9 @@
}
},
"node_modules/prettier": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
@ -32742,9 +32742,9 @@
"dev": true
},
"prettier": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==",
"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.8.0",
"prettier": "2.8.1",
"pretty-quick": "^3.1.0",
"run-script-os": "^1.1.6",
"ts-jest": "25.3.0",