Skip to content

Commit

Permalink
Upgrade graphqlsp in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jan 12, 2024
1 parent bf6d589 commit 75ddf68
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions examples/example-pokemon-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"dependencies": {
"@urql/core": "^4.2.2",
"gql.tada": "*",
"gql.tada": "^1.0.0-beta.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.6"
},
"devDependencies": {
"@0no-co/graphqlsp": "^0.14.1",
"@0no-co/graphqlsp": "^0.15.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

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

0 comments on commit 75ddf68

Please sign in to comment.