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

Commit 56ea0e4

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

File tree

17 files changed

+21
-24
lines changed

17 files changed

+21
-24
lines changed

.changeset/poor-spiders-own.md

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

.changeset/wet-rules-approve.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": "15.6.0",
18-
"graphql-helix": "^1.8.3"
18+
"graphql-helix": "^1.8.4"
1919
}
2020
}

examples/csp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"express": "4.17.1",
1616
"graphql": "15.4.0-experimental-stream-defer.1",
17-
"graphql-helix": "^1.8.3",
17+
"graphql-helix": "^1.8.4",
1818
"helmet": "4.6.0"
1919
}
2020
}

examples/error-handling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"express": "4.17.1",
1515
"graphql": "15.4.0-experimental-stream-defer.1",
16-
"graphql-helix": "^1.8.3"
16+
"graphql-helix": "^1.8.4"
1717
}
1818
}

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"express": "4.17.1",
1515
"graphql": "15.4.0-experimental-stream-defer.1",
16-
"graphql-helix": "^1.8.3"
16+
"graphql-helix": "^1.8.4"
1717
}
1818
}

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"dependencies": {
1313
"fastify": "3.21.6",
1414
"graphql": "15.4.0-experimental-stream-defer.1",
15-
"graphql-helix": "^1.8.3"
15+
"graphql-helix": "^1.8.4"
1616
}
1717
}

examples/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"express": "4.17.1",
1616
"graphql": "15.4.0-experimental-stream-defer.1",
17-
"graphql-helix": "^1.8.3",
17+
"graphql-helix": "^1.8.4",
1818
"graphql-upload": "^11.0.0"
1919
}
2020
}

examples/graphql-jit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"express": "4.17.1",
1515
"graphql": "15.4.0-experimental-stream-defer.1",
16-
"graphql-helix": "^1.8.3",
16+
"graphql-helix": "^1.8.4",
1717
"graphql-jit": "0.5.2",
1818
"tiny-lru": "7.0.6"
1919
}

examples/graphql-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"express": "4.17.1",
1515
"graphql": "15.4.0-experimental-stream-defer.1",
16-
"graphql-helix": "^1.8.3",
16+
"graphql-helix": "^1.8.4",
1717
"graphql-modules": "1.4.4"
1818
}
1919
}

0 commit comments

Comments
 (0)