Skip to content

Commit 74cfdc7

Browse files
chore(release): update monorepo packages versions (#169)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 116137f commit 74cfdc7

File tree

15 files changed

+21
-20
lines changed

15 files changed

+21
-20
lines changed

.changeset/real-needles-glow.md

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

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "18.2.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "2.1.0",
20+
"@graphprotocol/client-cli": "2.1.1",
2121
"@types/react": "18.0.15",
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.0.0",

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.1.0",
12+
"@graphprotocol/client-cli": "2.1.1",
1313
"@graphql-mesh/transform-rename": "0.12.61",
1414
"concurrently": "7.3.0",
1515
"graphql": "16.5.0",

examples/cross-chain-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "1.0.2",
13-
"@graphprotocol/client-cli": "2.1.0",
13+
"@graphprotocol/client-cli": "2.1.1",
1414
"graphql": "16.5.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "1.0.2",
13-
"@graphprotocol/client-cli": "2.1.0",
13+
"@graphprotocol/client-cli": "2.1.1",
1414
"graphql": "16.5.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": "18.2.0"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "2.1.0",
18+
"@graphprotocol/client-cli": "2.1.1",
1919
"@types/react": "18.0.15",
2020
"@types/react-dom": "18.0.6",
2121
"@vitejs/plugin-react": "2.0.0",

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.1.0",
12+
"@graphprotocol/client-cli": "2.1.1",
1313
"graphql": "16.5.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.1.0",
13+
"@graphprotocol/client-cli": "2.1.1",
1414
"graphql": "16.5.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": "18.2.0"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "2.1.0",
19+
"@graphprotocol/client-cli": "2.1.1",
2020
"@types/node": "17.0.26",
2121
"@types/react": "18.0.15",
2222
"eslint": "8.20.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.1.0",
12+
"@graphprotocol/client-cli": "2.1.1",
1313
"concurrently": "7.3.0",
1414
"graphql": "16.5.0",
1515
"nodemon": "2.0.19",

0 commit comments

Comments
 (0)