Skip to content

Commit 7fe19ad

Browse files
Update temporalio-ts monorepo
1 parent ed4ca1b commit 7fe19ad

File tree

7 files changed

+167
-82
lines changed

7 files changed

+167
-82
lines changed

apps/hash-ai-worker-ts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"@local/hash-isomorphic-utils": "0.0.0-private",
5757
"@local/status": "0.0.0-private",
5858
"@sentry/node": "10.22.0",
59-
"@temporalio/activity": "1.12.1",
60-
"@temporalio/common": "1.12.1",
61-
"@temporalio/proto": "1.12.1",
62-
"@temporalio/worker": "1.12.1",
63-
"@temporalio/workflow": "1.12.1",
59+
"@temporalio/activity": "1.13.2",
60+
"@temporalio/common": "1.13.2",
61+
"@temporalio/proto": "1.13.2",
62+
"@temporalio/worker": "1.13.1",
63+
"@temporalio/workflow": "1.13.2",
6464
"ajv": "8.17.1",
6565
"ajv-formats": "3.0.1",
6666
"axios": "1.12.2",

apps/hash-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"@rudderstack/rudder-sdk-node": "2.1.10",
6767
"@sentry/node": "10.22.0",
6868
"@snowplow/node-tracker": "4.6.8",
69-
"@temporalio/client": "1.12.1",
70-
"@temporalio/proto": "1.12.1",
69+
"@temporalio/client": "1.13.2",
70+
"@temporalio/proto": "1.13.2",
7171
"@types/ws": "8.18.1",
7272
"agentkeepalive": "4.6.0",
7373
"app-root-path": "3.1.0",

apps/hash-integration-worker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"@local/hash-graph-sdk": "0.0.0-private",
2929
"@local/hash-isomorphic-utils": "0.0.0-private",
3030
"@sentry/node": "10.22.0",
31-
"@temporalio/activity": "1.12.1",
32-
"@temporalio/worker": "1.12.1",
33-
"@temporalio/workflow": "1.12.1",
31+
"@temporalio/activity": "1.13.2",
32+
"@temporalio/worker": "1.13.1",
33+
"@temporalio/workflow": "1.13.2",
3434
"agentkeepalive": "4.6.0",
3535
"axios": "1.12.2",
3636
"dotenv-flow": "3.3.0",

libs/@local/graph/sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@local/hash-graph-client": "0.0.0-private",
3131
"@rust/hash-graph-authorization": "0.0.0-private",
3232
"@rust/hash-graph-store": "0.0.0-private",
33-
"@temporalio/client": "1.12.1",
33+
"@temporalio/client": "1.13.2",
3434
"effect": "3.18.4",
3535
"uuid": "13.0.0"
3636
},

libs/@local/hash-backend-utils/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"@sentry/node": "10.22.0",
4242
"@smithy/protocol-http": "5.3.3",
4343
"@smithy/signature-v4": "5.3.3",
44-
"@temporalio/activity": "1.12.1",
45-
"@temporalio/client": "1.12.1",
46-
"@temporalio/proto": "1.12.1",
47-
"@temporalio/worker": "1.12.1",
48-
"@temporalio/workflow": "1.12.1",
44+
"@temporalio/activity": "1.13.2",
45+
"@temporalio/client": "1.13.2",
46+
"@temporalio/proto": "1.13.2",
47+
"@temporalio/worker": "1.13.1",
48+
"@temporalio/workflow": "1.13.2",
4949
"agentkeepalive": "4.6.0",
5050
"axios": "1.12.2",
5151
"dotenv-flow": "3.3.0",

libs/@local/hash-isomorphic-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@graphql-codegen/typescript-operations": "2.5.13",
6262
"@local/eslint": "0.0.0-private",
6363
"@local/tsconfig": "0.0.0-private",
64-
"@temporalio/workflow": "1.12.1",
64+
"@temporalio/workflow": "1.13.2",
6565
"@types/big.js": "6.2.2",
6666
"@types/express": "5.0.3",
6767
"@types/lodash-es": "4.17.12",

0 commit comments

Comments
 (0)