Update dependency prettier to v3.3.2

This commit is contained in:
renovate[bot]
2024-06-11 09:03:17 +00:00
parent 67f186908a
commit 6bc2acaa12
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"postcss": "8.4.38", "postcss": "8.4.38",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "9.5.14", "postcss-preset-env": "9.5.14",
"prettier": "3.3.1", "prettier": "3.3.2",
"swr": "2.2.5", "swr": "2.2.5",
"tailwindcss": "3.4.4", "tailwindcss": "3.4.4",
"ts-jest": "29.1.4" "ts-jest": "29.1.4"
@@ -12697,9 +12697,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.3.1", "version": "3.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz",
"integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==", "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {

View File

@@ -43,7 +43,7 @@
"postcss": "8.4.38", "postcss": "8.4.38",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "9.5.14", "postcss-preset-env": "9.5.14",
"prettier": "3.3.1", "prettier": "3.3.2",
"swr": "2.2.5", "swr": "2.2.5",
"tailwindcss": "3.4.4", "tailwindcss": "3.4.4",
"ts-jest": "29.1.4" "ts-jest": "29.1.4"