Skip to content

Commit 111fadd

Browse files
committed
Fix yarn ts-proto error
1 parent eefa95d commit 111fadd

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.yarn/install-state.gz

-285 Bytes
Binary file not shown.

spellsource-protos/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "The protobuf files for SpellSource services, compatible with browser and server",
55
"main": "dist/experimental/client/spellsource.js",
66
"dependencies": {
7-
"@appmana/ts-proto": "1.165.1",
87
"@grpc/grpc-js": "^1.9.13",
98
"@improbable-eng/grpc-web": "^0.15.0",
109
"cross-fetch": "^3.1.4",

yarn.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ __metadata:
333333
languageName: node
334334
linkType: hard
335335

336-
"@appmana/ts-proto@npm:1.165.1, @appmana/ts-proto@workspace:spellsource-ts-proto/ts-proto":
336+
"@appmana/ts-proto@workspace:spellsource-ts-proto/ts-proto":
337337
version: 0.0.0-use.local
338338
resolution: "@appmana/ts-proto@workspace:spellsource-ts-proto/ts-proto"
339339
dependencies:
@@ -21189,7 +21189,6 @@ __metadata:
2118921189
version: 0.0.0-use.local
2119021190
resolution: "spellsource-protos@workspace:spellsource-protos"
2119121191
dependencies:
21192-
"@appmana/ts-proto": "npm:1.165.1"
2119321192
"@grpc/grpc-js": "npm:^1.9.13"
2119421193
"@improbable-eng/grpc-web": "npm:^0.15.0"
2119521194
cross-fetch: "npm:^3.1.4"

0 commit comments

Comments
 (0)