Update dependency prettier to ^2.8.1

This commit is contained in:
renovate[bot] 2022-12-07 21:41:01 +00:00 committed by GitHub
parent d306662790
commit 972a24df0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -20,7 +20,7 @@
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^27.1.6",
"jest": "^29.3.1",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"typescript": "^4.9.3"
}
},
@ -4872,9 +4872,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"

View File

@ -24,7 +24,7 @@
"eslint-plugin-jest": "^27.1.6",
"eslint": "^8.29.0",
"jest": "^29.3.1",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"typescript": "^4.9.3"
}
}