Skip to content

Commit

Permalink
Bump TS to 1.9.3 (temporalio#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy authored Feb 24, 2024
1 parent 917c8bc commit 2289d50
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: 'ubuntu-latest'
outputs:
go_latest: '77626eee301574bc4cfd756dbf0641c61e9e6907'
typescript_latest: '1.9.0'
typescript_latest: '1.9.3'
java_latest: '1.22.0'
python_latest: '1.4.0'
csharp_latest: '0.1.0-beta2'
Expand Down
146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@protobuf-ts/protoc": "^2.8.1",
"@temporalio/activity": "^1.9.0",
"@temporalio/client": "^1.9.0",
"@temporalio/common": "^1.9.0",
"@temporalio/worker": "^1.9.0",
"@temporalio/workflow": "^1.9.0",
"@temporalio/activity": "^1.9.3",
"@temporalio/client": "^1.9.3",
"@temporalio/common": "^1.9.3",
"@temporalio/worker": "^1.9.3",
"@temporalio/workflow": "^1.9.3",
"commander": "^8.3.0",
"ms": "^3.0.0-canary.1",
"proto3-json-serializer": "^1.1.1"
Expand Down

0 comments on commit 2289d50

Please sign in to comment.