Skip to content

Commit 68afacf

Browse files
author
Akos Kitta
committed
Added missing protobuf dep.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 313c96c commit 68afacf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

arduino-ide-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"electron-updater": "^4.6.5",
7171
"fast-safe-stringify": "^2.1.1",
7272
"glob": "^7.1.6",
73+
"google-protobuf": "^3.20.1",
7374
"hash.js": "^1.1.7",
7475
"is-valid-path": "^0.1.1",
7576
"js-yaml": "^3.13.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7930,6 +7930,11 @@ [email protected]:
79307930
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.12.4.tgz#fd89b7e5052cdb35a80f9b455612851d542a5c9f"
79317931
integrity sha512-ItTn8YepDQMHEMHloUPH+FDaTPiHTnbsMvP50aXfbI65IK3AA5+wXlHSygJH8xz+h1g4gu7V+CK5X1/SaGITsA==
79327932

7933+
google-protobuf@^3.20.1:
7934+
version "3.20.1"
7935+
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.20.1.tgz#1b255c2b59bcda7c399df46c65206aa3c7a0ce8b"
7936+
integrity sha512-XMf1+O32FjYIV3CYu6Tuh5PNbfNEU5Xu22X+Xkdb/DUexFlCzhvv7d5Iirm4AOwn8lv4al1YvIhzGrg2j9Zfzw==
7937+
79337938
got@^11.7.0:
79347939
version "11.8.3"
79357940
resolved "https://registry.yarnpkg.com/got/-/got-11.8.3.tgz#f496c8fdda5d729a90b4905d2b07dbd148170770"

0 commit comments

Comments
 (0)