Skip to content

Commit

Permalink
add reproducible performance issue with `ReturnType<typeof graphql.sc…
Browse files Browse the repository at this point in the history
…alar<'plan_copay_mechanisms_enum'>>`
  • Loading branch information
deathemperor committed Jan 30, 2024
1 parent d989a76 commit c746ce8
Show file tree
Hide file tree
Showing 5 changed files with 1,541,149 additions and 220 deletions.
Binary file added examples/example-pokemon-api/bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions examples/example-pokemon-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"check": "tsc"
},
"dependencies": {
"@urql/core": "^4.2.2",
"gql.tada": "^1.0.0-beta.1",
"@urql/core": "^4.2.3",
"gql.tada": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.6"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.1.2",
"@types/react": "^18.2.47",
"@0no-co/graphqlsp": "^1.3.2",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"typescript": "beta",
"vite": "^5.0.12"
}
}
Loading

0 comments on commit c746ce8

Please sign in to comment.