Skip to content

Commit

Permalink
Bump internal Mesh packages and update examples (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan authored May 27, 2022
1 parent f10c18f commit f360681
Show file tree
Hide file tree
Showing 14 changed files with 19,975 additions and 791 deletions.
9 changes: 9 additions & 0 deletions .changeset/poor-garlics-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@graphprotocol/client-apollo': patch
'@graphprotocol/client-auto-pagination': patch
'@graphprotocol/client-block-tracking': patch
'@graphprotocol/client-cli': patch
'@graphprotocol/client-urql': patch
---

Bump internal Mesh packages
6 changes: 2 additions & 4 deletions examples/apollo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
define: {
process: JSON.stringify({
env: {
DEBUG: 1,
},
'process.env': JSON.stringify({
DEBUG: 1,
}),
},
})
6 changes: 3 additions & 3 deletions examples/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphql-mesh/transform-prefix": "0.11.41",
"@graphql-mesh/transform-rename": "0.12.42",
"@graphql-mesh/transform-type-merging": "0.3.51",
"@graphql-mesh/transform-prefix": "0.11.45",
"@graphql-mesh/transform-rename": "0.12.46",
"@graphql-mesh/transform-type-merging": "0.4.0",
"concurrently": "7.1.0",
"graphql": "16.3.0",
"nodemon": "2.0.15",
Expand Down
Loading

0 comments on commit f360681

Please sign in to comment.