Skip to content

Commit a9dd4d2

Browse files
chore(release): update monorepo packages versions (#144)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79aa35d commit a9dd4d2

File tree

27 files changed

+74
-38
lines changed

27 files changed

+74
-38
lines changed

.changeset/quick-cameras-burn.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "3.5.10",
14-
"@graphprotocol/client-apollo": "1.0.1",
14+
"@graphprotocol/client-apollo": "1.0.2",
1515
"graphql": "16.3.0",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "2.0.1",
20+
"@graphprotocol/client-cli": "2.0.2",
2121
"@types/react": "17.0.33",
2222
"@types/react-dom": "17.0.10",
2323
"@vitejs/plugin-react": "1.3.1",

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "2.0.1",
12+
"@graphprotocol/client-cli": "2.0.2",
1313
"@graphql-mesh/transform-rename": "0.12.54",
1414
"concurrently": "7.1.0",
1515
"graphql": "16.3.0",

examples/cross-chain-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-add-source-name": "1.0.1",
13-
"@graphprotocol/client-cli": "2.0.1",
12+
"@graphprotocol/client-add-source-name": "1.0.2",
13+
"@graphprotocol/client-cli": "2.0.2",
1414
"graphql": "16.3.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-add-source-name": "1.0.1",
13-
"@graphprotocol/client-cli": "2.0.1",
12+
"@graphprotocol/client-add-source-name": "1.0.2",
13+
"@graphprotocol/client-cli": "2.0.2",
1414
"graphql": "16.3.0"
1515
}
1616
}

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "17.0.2"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "2.0.1",
18+
"@graphprotocol/client-cli": "2.0.2",
1919
"@types/react": "17.0.33",
2020
"@types/react-dom": "17.0.10",
2121
"@vitejs/plugin-react": "1.3.1",

examples/javascript-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "exit 0"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "2.0.1",
12+
"@graphprotocol/client-cli": "2.0.2",
1313
"graphql": "16.3.0"
1414
}
1515
}

examples/javascript-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "exit 0"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-cli": "2.0.1",
13+
"@graphprotocol/client-cli": "2.0.2",
1414
"graphql": "16.3.0"
1515
}
1616
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "17.0.2"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "2.0.1",
19+
"@graphprotocol/client-cli": "2.0.2",
2020
"@types/node": "17.0.26",
2121
"@types/react": "17.0.41",
2222
"eslint": "8.14.0",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "tsc --pretty --noEmit"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "2.0.1",
12+
"@graphprotocol/client-cli": "2.0.2",
1313
"concurrently": "7.1.0",
1414
"graphql": "16.3.0",
1515
"nodemon": "2.0.15",

0 commit comments

Comments
 (0)