Merge pull request #542 from actions/dependabot/npm_and_yarn/prettier-3.0.1

Bump prettier from 3.0.0 to 3.0.1
This commit is contained in:
Federico Builes
2023-08-07 10:07:55 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -38,7 +38,7 @@
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"nodemon": "^3.0.1",
"prettier": "3.0.0",
"prettier": "3.0.1",
"ts-jest": "^27.1.4",
"typescript": "^4.9.5"
}
@@ -7486,9 +7486,9 @@
}
},
"node_modules/prettier": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz",
"integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"

View File

@@ -54,7 +54,7 @@
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"nodemon": "^3.0.1",
"prettier": "3.0.0",
"prettier": "3.0.1",
"ts-jest": "^27.1.4",
"typescript": "^4.9.5"
}