Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#10455)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 4a54637 commit 67fdc91
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions client/pwa/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"noEmit": false,
"preserveConstEnums": true,
"strictNullChecks": false,
"target": "ES2021",
"target": "ES2021"
},
"include": ["src"],
"exclude": [],
"exclude": []
}
4 changes: 2 additions & 2 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2020",
"target": "ES2020"
},
"include": ["src"],
"include": ["src"]
}
6 changes: 3 additions & 3 deletions cloud-function/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"checkJs": true,
"checkJs": true
},
"ts-node": {
"esm": true,
"swc": true,
"swc": true
},
"exclude": ["src/internal/*"],
"exclude": ["src/internal/*"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"postcss-loader": "^8.1.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.10",
"prompts": "^2.4.2",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion ssr/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../client/tsconfig.json",
"include": ["."],
"exclude": ["dist"],
"exclude": ["dist"]
}
10 changes: 5 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"paths": {
"front-matter": ["./type-fixes/front-matter.js"],
"@mdn/browser-compat-data/types": [
"./node_modules/@mdn/browser-compat-data/types.d.ts",
"./node_modules/@mdn/browser-compat-data/types.d.ts"
],
"web-features": ["./type-fixes/web-features.js"],
"web-features": ["./type-fixes/web-features.js"]
},
"preserveWatchOutput": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": false,
"target": "ES2020",
"target": "ES2020"
},
"ts-node": {
"esm": true,
"swc": true,
"swc": true
},
"exclude": ["client", "ssr"],
"exclude": ["client", "ssr"]
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12331,10 +12331,10 @@ prettier-plugin-packagejson@^2.4.10:
sort-package-json "2.7.0"
synckit "0.9.0"

prettier@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283"
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==
prettier@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==

pretty-bytes@^5.3.0, pretty-bytes@^5.4.1:
version "5.6.0"
Expand Down

0 comments on commit 67fdc91

Please sign in to comment.