diff --git a/Makefile b/Makefile index cba0f90c..a6e0211a 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,6 @@ all: buf-lint buf-build test install: npm i - rm -rf proto/google || true - cp -r node_modules/protobufjs/google proto/google list-components-ids: @bash scripts/list-components-ids.sh diff --git a/package.json b/package.json index 18990f05..b5016ca6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@dcl/ts-proto": "1.154.0", - "protobufjs": "7.2.4" + "protobufjs": "^7.5.4" }, "files": [ "proto",