Fix an npm dependency error that was breaking the FSAT app compilation

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2023-02-10 05:30:03 -05:00
parent cb886be466
commit 1e3c656c29

View file

@ -19,7 +19,6 @@
"author": "Hyperledger", "author": "Hyperledger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@grpc/grpc-js": "~1.6.7",
"@hyperledger/fabric-gateway": "^1.1.0", "@hyperledger/fabric-gateway": "^1.1.0",
"@hyperledger/fabric-protos": "^0.1.0-dev.2300102001.1" "@hyperledger/fabric-protos": "^0.1.0-dev.2300102001.1"
}, },