Bump prettier from 3.0.0 to 3.0.1 (#236)

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-03 22:15:23 +05:30 committed by GitHub
parent 5f0d985ad8
commit bbce5134b6
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

@ -27,7 +27,7 @@
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"postcss": "8.4.27",
"prettier": "3.0.0",
"prettier": "3.0.1",
"prettier-plugin-tailwindcss": "0.4.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
@ -3056,9 +3056,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

@ -29,7 +29,7 @@
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"postcss": "8.4.27",
"prettier": "3.0.0",
"prettier": "3.0.1",
"prettier-plugin-tailwindcss": "0.4.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"