Bump prettier from 3.2.1 to 3.2.4 in /mobile (#1076)

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.1 to 3.2.4.
- [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.2.1...3.2.4)

---
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] 2024-01-22 09:14:16 +00:00 committed by GitHub
parent 533de4ab96
commit 180f79acad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.75.1",
"prettier": "^3.2.1",
"prettier": "^3.2.4",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.3"
}
@ -12369,9 +12369,9 @@
}
},
"node_modules/prettier": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.1.tgz",
"integrity": "sha512-qSUWshj1IobVbKc226Gw2pync27t0Kf0EdufZa9j7uBSJay1CC+B3K5lAAZoqgX3ASiKuWsk6OmzKRetXNObWg==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz",
"integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"

View File

@ -42,7 +42,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.75.1",
"prettier": "^3.2.1",
"prettier": "^3.2.4",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.3"
},