Skip to content

Commit

Permalink
build(deps-dev): bump the prettier group with 1 update (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs authored Jan 16, 2024
2 parents 652a858 + 15d6d56 commit 90fe8f3
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 15 deletions.
7 changes: 7 additions & 0 deletions .changeset/slow-geckos-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@guardian/prettier': major
---

Now requires `prettier@^3.2.2`, which adds JSONC support, alongside other improvements:

https://prettier.io/blog/2024/01/12/3.2.0.html.
4 changes: 2 additions & 2 deletions libs/@guardian/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Prettier config for Guardian JavaScript & TypeScript projects",
"main": "index.js",
"devDependencies": {
"prettier": "3.1.1",
"prettier": "3.2.2",
"tslib": "2.6.2"
},
"peerDependencies": {
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion libs/@guardian/source-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "18.2.11",
"dotenv": "16.3.1",
"mkdirp": "3.0.1",
"prettier": "3.1.1",
"prettier": "3.2.2",
"react": "18.2.0",
"ts-node": "10.9.2",
"tslib": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/tsconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ npm install --save-dev @guardian/tsconfig
```jsonc
// tsconfig.json
{
"extends": "@guardian/tsconfig/tsconfig.json"
"extends": "@guardian/tsconfig/tsconfig.json",
}
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lint-staged": "15.2.0",
"nx": "17.2.5",
"nx-cloud": "latest",
"prettier": "3.1.1",
"prettier": "3.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"require-from-string": "2.0.2",
Expand Down
35 changes: 25 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90fe8f3

Please sign in to comment.