Merge pull request #492 from arifszn/dependabot/npm_and_yarn/prettier-3.2.5

Bump prettier from 3.2.4 to 3.2.5
This commit is contained in:
Ariful Alam 2024-02-24 13:54:25 +06:00 committed by GitHub
commit b1faa04ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@ -29,7 +29,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"react-helmet-async": "^2.0.4",
"react-hotjar": "^6.2.0",
"react-icons": "^5.0.1",
@ -6398,9 +6398,9 @@
}
},
"node_modules/prettier": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz",
"integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==",
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",
"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"

View File

@ -42,7 +42,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"react-helmet-async": "^2.0.4",
"react-hotjar": "^6.2.0",
"react-icons": "^5.0.1",

View File

@ -18,8 +18,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "global.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }],
"references": [{ "path": "./tsconfig.node.json" }]
}