Skip to content

Commit

Permalink
chore: fix protobuf dep for middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Dec 6, 2023
1 parent 54a2564 commit 3d97085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/client-sdk-web/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/client-sdk-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"devDependencies": {
"@gomomento/common-integration-tests": "file:../common-integration-tests",
"@happy-dom/jest-environment": "^12.10.3",
"@types/google-protobuf": "3.15.6",
"@types/jest": "27.5.2",
"@types/node": "14.18.3",
"@types/uuid": "^9.0.7",
Expand All @@ -58,6 +57,7 @@
"dependencies": {
"@gomomento/generated-types-webtext": "0.97.1",
"@gomomento/sdk-core": "file:../core",
"@types/google-protobuf": "3.15.6",
"google-protobuf": "3.21.2",
"grpc-web": "1.4.2",
"jwt-decode": "3.1.2"
Expand Down

0 comments on commit 3d97085

Please sign in to comment.