Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Dec 17, 2023
1 parent 77c8f86 commit dc316e6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshtastic/meshtasticjs",
"version": "2.2.15-1",
"version": "2.2.16-0",
"description": "Browser library for interfacing with meshtastic devices",
"license": "GPL-3.0-only",
"scripts": {
Expand All @@ -23,10 +23,7 @@
"types": "./types/index.d.ts"
}
},
"files": [
"dist",
".npmrc"
],
"files": ["dist", ".npmrc"],
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/meshtastic/js/issues"
Expand All @@ -36,18 +33,18 @@
"url": "https://github.com/meshtastic/js.git"
},
"dependencies": {
"@buf/meshtastic_protobufs.bufbuild_es": "1.5.1-20231206215336-8002ce9b3c7a.1",
"@bufbuild/protobuf": "^1.5.1",
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20231206215336-8002ce9b3c7a.1",
"@bufbuild/protobuf": "^1.6.0",
"crc": "^4.3.2",
"sub-events": "^1.9.0",
"tslib": "^2.6.2",
"tslog": "^4.9.2"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"biome": "^0.3.3",
"tslib": "^2.6.2",
"typedoc": "^0.25.4",
"typescript": "^5.3.3"
}
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit dc316e6

Please sign in to comment.