Skip to content

Commit f60c0a0

Browse files
committed
Undo proto upgrade causing problem w/ features
1 parent 129ab88 commit f60c0a0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/proto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"long": "^5.2.3",
24-
"protobufjs": "^7.5.1"
24+
"protobufjs": "^7.2.5"
2525
},
2626
"devDependencies": {
2727
"glob": "^10.3.10",
28-
"protobufjs-cli": "^1.1.3"
28+
"protobufjs-cli": "^1.1.2"
2929
},
3030
"bugs": {
3131
"url": "https://github.com/temporalio/sdk-typescript/issues"

packages/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"istanbul-lib-coverage": "^3.2.2",
5252
"long": "^5.2.3",
5353
"node-fetch": "^2.7.0",
54-
"protobufjs": "^7.5.1",
55-
"protobufjs-cli": "^1.1.3",
54+
"protobufjs": "^7.2.5",
55+
"protobufjs-cli": "^1.1.2",
5656
"rxjs": "7.8.1",
5757
"stack-utils": "^2.0.6",
5858
"uuid": "^9.0.1"

0 commit comments

Comments
 (0)