Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#429)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 18, 2023
1 parent 2c0466b commit 791b18a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@types/react": "18.0.36",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"typescript": "5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@types/react": "18.0.36",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"typescript": "5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@types/node": "18.15.11",
"@types/react": "18.0.36",
"@types/react": "18.0.37",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@types/react": "18.0.36",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"typescript": "5.0.4",
Expand Down
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": "2.2.20",
"@graphql-mesh/transform-prefix": "0.12.23",
"@graphql-mesh/transform-prefix": "0.12.24",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/urql-live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@types/react": "18.0.36",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"typescript": "5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@types/react": "18.0.36",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"typescript": "5.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2741,10 +2741,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].36":
version "18.0.36"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.36.tgz#5a723ecebf23d966952f667aa3b59696ef408ebc"
integrity sha512-Hqbi2s6k4X1CKRYwUb9BwhNN4jbCgs6BfakDTY5b5GEJ5h9i+uf24mRsbNXFh6rHI5zpk5h1b5jOm/eSUrfVNQ==
"@types/react@*", "@types/[email protected].37":
version "18.0.37"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.37.tgz#7a784e2a8b8f83abb04dc6b9ed9c9b4c0aee9be7"
integrity sha512-4yaZZtkRN3ZIQD3KSEwkfcik8s0SWV+82dlJot1AbGYHCzJkWP3ENBY6wYeDRmKZ6HkrgoGAmR2HqdwYGp6OEw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 791b18a

Please sign in to comment.