diff --git a/package-lock.json b/package-lock.json index 330def5c89..fdd6bd0173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^4.6.2", - "prettier": "^3.5.3", + "prettier": "^3.7.3", "typescript": "^5.8.2" } }, @@ -17420,11 +17420,10 @@ } }, "node_modules/prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz", + "integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==", "dev": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, @@ -32299,9 +32298,9 @@ "dev": true }, "prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz", + "integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==", "dev": true }, "prettier-linter-helpers": { diff --git a/package.json b/package.json index 1cb467e023..70e4fcd306 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^4.6.2", - "prettier": "^3.5.3", + "prettier": "^3.7.3", "typescript": "^5.8.2" }, "browserslist": { diff --git a/src/components/LandingPage/components/TwoColumns.tsx b/src/components/LandingPage/components/TwoColumns.tsx index ae970b9414..edc4f83b92 100644 --- a/src/components/LandingPage/components/TwoColumns.tsx +++ b/src/components/LandingPage/components/TwoColumns.tsx @@ -12,8 +12,7 @@ interface TwoColumnsOptionalProps { } interface TwoColumnsProps - extends TwoColumnsRequiredProps, - TwoColumnsOptionalProps {} + extends TwoColumnsRequiredProps, TwoColumnsOptionalProps {} const defaultProps: TwoColumnsOptionalProps = { reverse: false