Skip to content

Commit 5529fc6

Browse files
fix(deps): update prettier to v3
1 parent 17b6afc commit 5529fc6

File tree

4 files changed

+80
-168
lines changed

4 files changed

+80
-168
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@changesets/changelog-github": "0.5.1",
5050
"@changesets/cli": "2.29.6",
5151
"@theguild/eslint-config": "0.13.3",
52-
"@theguild/prettier-config": "0.1.1",
52+
"@theguild/prettier-config": "3.0.1",
5353
"bob-the-bundler": "7.0.1",
5454
"cross-env": "7.0.3",
5555
"eslint": "9.9.0",
@@ -60,7 +60,7 @@
6060
"lint-staged": "15.2.9",
6161
"memfs": "4.36.3",
6262
"patch-package": "8.0.0",
63-
"prettier": "2.8.8",
63+
"prettier": "3.6.2",
6464
"prettier-plugin-svelte": "2.10.1",
6565
"rimraf": "6.0.1",
6666
"ts-node": "10.9.2",

packages/graphql-codegen-cli/package.json

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

0 commit comments

Comments
 (0)