Skip to content

Commit

Permalink
fix: Pin ts-proto-descriptors to 1.3.1. (#481)
Browse files Browse the repository at this point in the history
Fixes #480
  • Loading branch information
stephenh authored Jan 19, 2022
1 parent 0d6a8e5 commit 6f362bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"object-hash": "^1.3.1",
"protobufjs": "^6.8.8",
"ts-poet": "^4.5.0",
"ts-proto-descriptors": "^1.2.1"
"ts-proto-descriptors": "1.3.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6275,10 +6275,10 @@ ts-poet@^4.5.0:
lodash "^4.17.15"
prettier "^2.0.2"

ts-proto-descriptors@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/ts-proto-descriptors/-/ts-proto-descriptors-1.2.1.tgz"
integrity sha512-iSHiQAaovi9sBwjiSCca/E089uv0IMt9Cfe0wV5AJwZppGa47yfih97Q+1006bdSLWkxf5Pk3VDQnt1yRTMV8w==
ts-proto-descriptors@1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/ts-proto-descriptors/-/ts-proto-descriptors-1.3.1.tgz#760ebaaa19475b03662f7b358ffea45b9c5348f5"
integrity sha512-Cybb3fqceMwA6JzHdC32dIo8eVGVmXrM6TWhdk1XQVVHT/6OQqk0ioyX1dIdu3rCIBhRmWUhUE4HsyK+olmgMw==
dependencies:
long "^4.0.0"
protobufjs "^6.8.8"
Expand Down

0 comments on commit 6f362bf

Please sign in to comment.