Update dependency prettier to v3.3.2

This commit is contained in:
renovate[bot] 2024-06-18 06:23:55 +00:00 committed by GitHub
parent fc917b7581
commit 4495506fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -52,7 +52,7 @@
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.2",
"prettier": "3.3.0",
"prettier": "3.3.2",
"typescript": "5.4.5",
"typescript-plugin-css-modules": "5.1.0"
},
@ -14949,9 +14949,9 @@
}
},
"node_modules/prettier": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.0.tgz",
"integrity": "sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz",
"integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==",
"dev": true,
"license": "MIT",
"bin": {

View File

@ -77,7 +77,7 @@
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.2",
"prettier": "3.3.0",
"prettier": "3.3.2",
"typescript": "5.4.5",
"typescript-plugin-css-modules": "5.1.0"
}