Skip to content

Commit 8e78f97

Browse files
committed
Bump graphql-ppx dependency
1 parent 3142821 commit 8e78f97

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

EXAMPLES/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dedupe": "npm dedupe bs-platform reason-react --no-package-lock"
1212
},
1313
"devDependencies": {
14-
"@reasonml-community/graphql-ppx": "^1.0.0-beta.16",
14+
"@reasonml-community/graphql-ppx": "^1.0.0-beta.17",
1515
"bs-platform": "^7.3.2",
1616
"html-webpack-plugin": "^4.3.0",
1717
"webpack": "^4.43.0",

EXAMPLES/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@jeddeloh/reason-apollo-client@../":
2929
version "0.0.1-alpha.1"
3030

31-
"@reasonml-community/graphql-ppx@^1.0.0-beta.16":
32-
version "1.0.0-beta.16"
33-
resolved "https://registry.yarnpkg.com/@reasonml-community/graphql-ppx/-/graphql-ppx-1.0.0-beta.16.tgz#c91b02fdaa9951528a85f53fea9f20cd62fba984"
34-
integrity sha512-Vx8HCtm7vEUM5aeQE8xZeUMtRZ46DRs88OLlIGMarBqEmLpahWDd+16FpXuYPWWH06mLC6tqJZsJd6TyXM+ZcA==
31+
"@reasonml-community/graphql-ppx@^1.0.0-beta.17":
32+
version "1.0.0-beta.17"
33+
resolved "https://registry.yarnpkg.com/@reasonml-community/graphql-ppx/-/graphql-ppx-1.0.0-beta.17.tgz#e301ffb9ad95dffdc092303bfe43290f78e8275d"
34+
integrity sha512-C6so2fZ6iumoo1lbU3wsn73XlgvCr7pxQjj30BkFBmfuK3D+K+zBbn6fc9G8fYevC+tgwtHMdPofWy5xsLoIrA==
3535

3636
"@types/anymatch@*":
3737
version "1.3.1"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jeddeloh/reason-apollo-client",
33
"license": "MIT",
4-
"version": "0.0.1-alpha.1",
4+
"version": "0.0.1-alpha.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/jeddeloh/reason-apollo-client"
@@ -16,7 +16,7 @@
1616
"@apollo/link-context": "^2.0.0-beta.3",
1717
"@apollo/link-error": "^2.0.0-beta.3",
1818
"@apollo/link-ws": "^2.0.0-beta.3",
19-
"@reasonml-community/graphql-ppx": "^1.0.0-beta.11",
19+
"@reasonml-community/graphql-ppx": "^1.0.0-beta.17",
2020
"bs-platform": "^7.3.2",
2121
"graphql": "^14.0.0",
2222
"reason-react": "^0.9.1",

0 commit comments

Comments
 (0)