Skip to content

Commit

Permalink
Fix prettier (#3746)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan authored Feb 10, 2025
1 parent ba549c0 commit eec7590
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@babel/preset-typescript": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.12",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@playwright/browser-chromium": "^1.49.1",
"@theguild/eslint-config": "0.13.2",
"@theguild/prettier-config": "3.0.0",
Expand All @@ -80,6 +81,8 @@
"playwright": "^1.49.1",
"postinstall-postinstall": "2.1.0",
"prettier": "3.5.0",
"prettier-plugin-pkg": "0.18.1",
"prettier-plugin-sh": "0.14.0",
"rimraf": "6.0.1",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
Expand Down
29 changes: 29 additions & 0 deletions pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const yogaApp = createYoga<RequestEvent>({
graphqlEndpoint: '/api/graphql',

// Needed to let Yoga use sveltekit's Response object
fetchAPI: { Response },
fetchAPI: { Response }
})

export { yogaApp as GET, yogaApp as POST, handler as OPTIONS }
Expand Down

0 comments on commit eec7590

Please sign in to comment.