Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"license": "GPL-3.0",
"dependencies": {
"curve25519-js": "^0.0.4",
"protobufjs": "6.8.8"
"protobufjs": "^7.5.5"
Comment thread
amodsachintha marked this conversation as resolved.
},
"files": [
"src/*",
"index.d.ts"
],
"devDependencies": {
"eslint": "6.0.1"
"eslint": "10.2.1"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
Comment thread
amodsachintha marked this conversation as resolved.
Outdated
}
}