Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent 4983fbe commit e8706d8
Show file tree
Hide file tree
Showing 23 changed files with 1,302 additions and 770 deletions.
12 changes: 6 additions & 6 deletions examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@apollo/client": "3.7.16",
"@apollo/client": "3.8.5",
"@graphprotocol/client-apollo": "2.0.0",
"graphql": "16.7.1",
"graphql": "16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "4.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/auto-pagination-multiple-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.0",
"concurrently": "8.2.0",
"graphql": "16.7.1",
"concurrently": "8.2.1",
"graphql": "16.8.1",
"nodemon": "3.0.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/node": "18.16.19"
"@types/node": "18.18.4"
}
}
2 changes: 1 addition & 1 deletion examples/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphprotocol/client-cli": "^3.0.0",
"@graphql-mesh/transform-rename": "^0.94.0",
"@graphql-mesh/transform-rename": "^0.95.0",
"concurrently": "^8.0.1",
"graphql": "^16.6.0",
"nodemon": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cross-chain-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@graphprotocol/client-add-source-name": "2.0.0",
"@graphprotocol/client-cli": "3.0.0",
"graphql": "16.7.1"
"graphql": "16.8.1"
}
}
2 changes: 1 addition & 1 deletion examples/cross-chain-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@graphprotocol/client-add-source-name": "2.0.0",
"@graphprotocol/client-cli": "3.0.0",
"graphql": "16.7.1"
"graphql": "16.8.1"
}
}
10 changes: 5 additions & 5 deletions examples/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"build-client": "graphclient build"
},
"dependencies": {
"graphql": "16.7.1",
"graphql": "16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "4.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/javascript-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.0",
"graphql": "16.7.1"
"graphql": "16.8.1"
}
}
2 changes: 1 addition & 1 deletion examples/javascript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.0",
"graphql": "16.7.1"
"graphql": "16.8.1"
}
}
2 changes: 1 addition & 1 deletion examples/live-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/client-polling-live": "2.0.0",
"graphql": "16.7.1"
"graphql": "16.8.1"
}
}
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@types/node": "18.16.19",
"@types/react": "18.2.14",
"eslint": "8.44.0",
"@types/node": "18.18.4",
"@types/react": "18.2.28",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.0",
"concurrently": "8.2.0",
"graphql": "16.7.1",
"concurrently": "8.2.1",
"graphql": "16.8.1",
"nodemon": "3.0.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/node": "18.16.19"
"@types/node": "18.18.4"
}
}
12 changes: 6 additions & 6 deletions examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@tanstack/react-query": "4.29.19",
"graphql": "16.7.1",
"@tanstack/react-query": "4.36.1",
"graphql": "16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "4.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphprotocol/client-cli": "^3.0.0",
"@graphql-mesh/transform-prefix": "^0.94.0",
"@graphql-mesh/transform-prefix": "^0.95.0",
"graphql": "^16.6.0"
}
}
12 changes: 6 additions & 6 deletions examples/urql-live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"dependencies": {
"@graphprotocol/client-urql": "2.0.0",
"graphql": "16.7.1",
"graphql": "16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.4"
"urql": "4.0.5"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "4.4.11"
}
}
12 changes: 6 additions & 6 deletions examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"dependencies": {
"@graphprotocol/client-urql": "2.0.0",
"graphql": "16.7.1",
"graphql": "16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.4"
"urql": "4.0.5"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.3.9"
"vite": "4.4.11"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,31 @@
],
"homepage": "https://github.com/graphprotocol/graph-client#readme",
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/core": "7.23.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/plugin-proposal-decorators": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@changesets/cli": "2.26.2",
"@changesets/changelog-github": "0.4.8",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
"@types/jest": "29.5.2",
"babel-jest": "29.5.0",
"@types/babel__core": "7.20.2",
"@types/babel__preset-env": "7.9.3",
"@types/jest": "29.5.5",
"babel-jest": "29.7.0",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "7.0.1",
"graphql": "16.7.1",
"graphql": "16.8.1",
"husky": "8.0.3",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "3.0.3",
"pretty-quick": "3.1.3",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"typescript": "5.2.2",
"weak-napi": "2.0.2",
"ts-jest": "29.1.1"
},
"resolutions": {
"graphql": "16.7.1"
"graphql": "16.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/add-source-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.95.0"
},
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/apollo-link": "^0.94.0",
"@graphql-mesh/apollo-link": "^0.96.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@graphql-mesh/transform-prefix": "^0.94.0"
"@graphql-mesh/transform-prefix": "^0.95.0"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.95.0"
},
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-type-merging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/transform-type-merging": "^0.94.0",
"@graphql-mesh/transform-type-merging": "^0.95.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.95.0"
},
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/cli": "^0.84.0",
"@graphql-mesh/graphql": "^0.94.0",
"@graphql-mesh/cli": "^0.87.0",
"@graphql-mesh/graphql": "^0.95.0",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "^2.0.0",
"@graphprotocol/client-auto-type-merging": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/urql-exchange": "^0.94.0",
"@graphql-mesh/urql-exchange": "^0.96.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e8706d8

Please sign in to comment.