Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit b6dc4a5

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

File tree

16 files changed

+20
-19
lines changed

16 files changed

+20
-19
lines changed

.changeset/metal-seas-add.md

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

examples/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"express": "4.17.1",
1616
"express-session": "1.17.2",
1717
"graphql": "16.0.0-experimental-stream-defer.5",
18-
"graphql-helix": "^1.10.1"
18+
"graphql-helix": "^1.10.2"
1919
}
2020
}

examples/csp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"express": "4.17.1",
16-
"graphql-helix": "^1.10.1",
16+
"graphql-helix": "^1.10.2",
1717
"graphql": "16.0.0-experimental-stream-defer.5",
1818
"helmet": "4.6.0"
1919
}

examples/error-handling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.10.1",
15+
"graphql-helix": "^1.10.2",
1616
"graphql": "16.0.0-experimental-stream-defer.5"
1717
}
1818
}

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.10.1",
15+
"graphql-helix": "^1.10.2",
1616
"graphql": "16.0.0-experimental-stream-defer.5"
1717
}
1818
}

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"fastify": "3.21.6",
14-
"graphql-helix": "^1.10.1",
14+
"graphql-helix": "^1.10.2",
1515
"graphql": "16.0.0-experimental-stream-defer.5"
1616
}
1717
}

examples/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"express": "4.17.1",
16-
"graphql-helix": "^1.10.1",
16+
"graphql-helix": "^1.10.2",
1717
"graphql": "16.0.0-experimental-stream-defer.5",
1818
"graphql-upload": "^11.0.0"
1919
}

examples/graphql-jit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.10.1",
15+
"graphql-helix": "^1.10.2",
1616
"graphql": "16.0.0-experimental-stream-defer.5",
1717
"graphql-jit": "0.5.2",
1818
"tiny-lru": "7.0.6"

examples/graphql-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.10.1",
15+
"graphql-helix": "^1.10.2",
1616
"graphql": "16.0.0-experimental-stream-defer.5",
1717
"graphql-modules": "1.4.4"
1818
}

examples/graphql-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"express": "4.17.1",
16-
"graphql-helix": "^1.10.1",
16+
"graphql-helix": "^1.10.2",
1717
"graphql": "16.0.0-experimental-stream-defer.5",
1818
"graphql-ws": "5.5.0",
1919
"ws": "8.2.2"

0 commit comments

Comments
 (0)