Skip to content

Commit e80f93f

Browse files
chore(deps): update prettier
1 parent 0ac5f6c commit e80f93f

File tree

4 files changed

+166
-148
lines changed

4 files changed

+166
-148
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.0",
2222
"graphql": "16.8.0",
2323
"graphql-tag": "2.12.6",
24-
"prettier": "2.8.8"
24+
"prettier": "3.2.5"
2525
},
2626
"devDependencies": {
2727
"@types/node": "18.17.11",

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.4.8",
5050
"@changesets/cli": "2.26.2",
5151
"@theguild/eslint-config": "0.11.0",
52-
"@theguild/prettier-config": "0.1.1",
52+
"@theguild/prettier-config": "2.0.5",
5353
"@types/jest": "28.1.8",
5454
"babel-jest": "29.6.4",
5555
"bob-the-bundler": "6.0.0",
@@ -61,7 +61,7 @@
6161
"jest-junit": "16.0.0",
6262
"lint-staged": "13.2.2",
6363
"patch-package": "8.0.0",
64-
"prettier": "2.8.8",
64+
"prettier": "3.2.5",
6565
"prettier-plugin-svelte": "2.10.1",
6666
"rimraf": "4.4.1",
6767
"ts-jest": "28.0.8",
@@ -82,7 +82,7 @@
8282
]
8383
},
8484
"resolutions": {
85-
"prettier": "2.8.8",
85+
"prettier": "3.2.5",
8686
"babel-jest": "29.6.4",
8787
"jest-runner": "28.1.3",
8888
"graphql": "16.8.0",

packages/graphql-codegen-cli/package.json

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

0 commit comments

Comments
 (0)