Skip to content

Commit 2289d50

Browse files
authored
Bump TS to 1.9.3 (temporalio#425)
1 parent 917c8bc commit 2289d50

File tree

3 files changed

+79
-79
lines changed

3 files changed

+79
-79
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: 'ubuntu-latest'
1616
outputs:
1717
go_latest: '77626eee301574bc4cfd756dbf0641c61e9e6907'
18-
typescript_latest: '1.9.0'
18+
typescript_latest: '1.9.3'
1919
java_latest: '1.22.0'
2020
python_latest: '1.4.0'
2121
csharp_latest: '0.1.0-beta2'

Diff for: package-lock.json

+73-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@protobuf-ts/protoc": "^2.8.1",
12-
"@temporalio/activity": "^1.9.0",
13-
"@temporalio/client": "^1.9.0",
14-
"@temporalio/common": "^1.9.0",
15-
"@temporalio/worker": "^1.9.0",
16-
"@temporalio/workflow": "^1.9.0",
12+
"@temporalio/activity": "^1.9.3",
13+
"@temporalio/client": "^1.9.3",
14+
"@temporalio/common": "^1.9.3",
15+
"@temporalio/worker": "^1.9.3",
16+
"@temporalio/workflow": "^1.9.3",
1717
"commander": "^8.3.0",
1818
"ms": "^3.0.0-canary.1",
1919
"proto3-json-serializer": "^1.1.1"

0 commit comments

Comments
 (0)