5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

Merge pull request #82 from wagoid/dependabot/npm_and_yarn/prettier-2.2.1

chore(deps-dev): bump prettier from 1.19.1 to 2.2.1
This commit is contained in:
Wagner Santos 2021-02-17 10:27:42 -03:00 committed by GitHub
commit 5c1db3aec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11568,9 +11568,9 @@
"dev": true
},
"prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
"integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
"dev": true
},
"pretty-format": {

View file

@ -42,7 +42,7 @@
"husky": "^3.1.0",
"jest": "^24.9.0",
"lint-staged": "^10.5.1",
"prettier": "^1.19.1",
"prettier": "^2.2.1",
"standard-version": "^9.0.0",
"testdouble": "^3.16.1",
"yaml": "^1.10.0"