Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.5.0 (#3744)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3.5.0

* Prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Feb 10, 2025
1 parent 4584397 commit 9c8eee3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-config-prettier": "10.0.1",
"eslint-plugin-svelte3": "4.0.0",
"jest": "^29.0.0",
"prettier": "3.4.2",
"prettier": "3.5.0",
"prettier-plugin-svelte": "3.3.3",
"svelte": "5.19.9",
"svelte-check": "4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"lint-staged": "15.4.3",
"playwright": "^1.49.1",
"postinstall-postinstall": "2.1.0",
"prettier": "3.4.2",
"prettier": "3.5.0",
"rimraf": "6.0.1",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
Expand Down
53 changes: 30 additions & 23 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion website/src/content/docs/features/subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ data: {"data":{"countdown":0}}
<iframe
src="https://youtube.com/embed/oZtTut7QsZ8"
title="GraphQL Subscriptions with Server Sent Events"
/> */}
/>
*/}

## Handling Subscriptions on the Client

Expand Down

0 comments on commit 9c8eee3

Please sign in to comment.