Skip to content

Commit 7c88cc7

Browse files
fix: pin ms dependency to avoid breaking change (#1774)
1 parent 1fec196 commit 7c88cc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

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

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@temporalio/proto": "file:../proto",
1616
"long": "^5.2.3",
17-
"ms": "^3.0.0-canary.1",
17+
"ms": "3.0.0-canary.1",
1818
"nexus-rpc": "^0.0.1",
1919
"proto3-json-serializer": "^2.0.0"
2020
},

0 commit comments

Comments
 (0)