Skip to content

Commit 72cfe77

Browse files
fix(deps): update prettier to v3
1 parent d2f8d9b commit 72cfe77

File tree

4 files changed

+82
-118
lines changed

4 files changed

+82
-118
lines changed

examples/programmatic-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@graphql-tools/schema": "10.0.6",
2222
"graphql": "16.9.0",
2323
"graphql-tag": "2.12.6",
24-
"prettier": "2.8.8"
24+
"prettier": "3.6.2"
2525
},
2626
"devDependencies": {
2727
"@types/node": "22.10.7",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@changesets/changelog-github": "0.5.0",
5050
"@changesets/cli": "2.27.11",
5151
"@theguild/eslint-config": "0.13.2",
52-
"@theguild/prettier-config": "0.1.1",
52+
"@theguild/prettier-config": "3.0.1",
5353
"@types/jest": "28.1.8",
5454
"babel-jest": "29.7.0",
5555
"bob-the-bundler": "7.0.1",
@@ -62,7 +62,7 @@
6262
"jest-junit": "16.0.0",
6363
"lint-staged": "15.2.9",
6464
"patch-package": "8.0.0",
65-
"prettier": "2.8.8",
65+
"prettier": "3.6.2",
6666
"prettier-plugin-svelte": "2.10.1",
6767
"rimraf": "6.0.1",
6868
"ts-jest": "28.0.8",
@@ -85,7 +85,7 @@
8585
]
8686
},
8787
"resolutions": {
88-
"prettier": "2.8.8",
88+
"prettier": "3.6.2",
8989
"babel-jest": "29.7.0",
9090
"jest-runner": "28.1.3",
9191
"graphql": "16.9.0",

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"change-case-all": "1.0.15",
9090
"js-yaml": "4.1.0",
9191
"make-dir": "4.0.0",
92-
"prettier": "2.8.8"
92+
"prettier": "3.6.2"
9393
},
9494
"peerDependencies": {
9595
"@parcel/watcher": "^2.1.0",

0 commit comments

Comments
 (0)