Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v2.8.7 (#9223)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 28, 2023
1 parent 6d95665 commit ef60e81
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-tools/schema": "9.0.17",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"prettier": "2.8.6"
"prettier": "2.8.7"
},
"devDependencies": {
"@types/node": "18.15.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest-junit": "15.0.0",
"lint-staged": "13.2.0",
"patch-package": "6.5.1",
"prettier": "2.8.6",
"prettier": "2.8.7",
"prettier-plugin-svelte": "2.9.0",
"rimraf": "4.4.0",
"ts-jest": "28.0.8",
Expand All @@ -75,7 +75,7 @@
]
},
"resolutions": {
"prettier": "2.8.6",
"prettier": "2.8.7",
"babel-jest": "28.1.3",
"jest-runner": "28.1.3",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"change-case-all": "1.0.15",
"js-yaml": "4.1.0",
"make-dir": "3.1.0",
"prettier": "2.8.6"
"prettier": "2.8.7"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11940,10 +11940,10 @@ prettier-plugin-tailwindcss@0.2.5:
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.5.tgz#fb9f07f22d0658fdedbf4d83254bf907656f7500"
integrity sha512-vZ/iKieyCx0WTxHbkf5E1rBlv/ybFk8WTT4hL5W2jlVxum2Zbe0jMUpuQdDrpa4z2vnPiJ5KIWCqL/kd16fKYg==

prettier@2.8.6, prettier@^2.7.1:
version "2.8.6"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.6.tgz#5c174b29befd507f14b83e3c19f83fdc0e974b71"
integrity sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==
prettier@2.8.7, prettier@^2.7.1:
version "2.8.7"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==

pretty-bytes@^5.6.0:
version "5.6.0"
Expand Down

0 comments on commit ef60e81

Please sign in to comment.