Skip to content

Commit

Permalink
bump deps & version
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Jan 8, 2024
1 parent 84e6456 commit 141d925
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 46 deletions.
17 changes: 13 additions & 4 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.5.0/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignoreUnknown": true
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"defaultBranch": "master"
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
Expand Down
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "@meshtastic/node-red-contrib-meshtastic",
"version": "2.2.17-1",
"version": "2.2.18-0",
"description": "Meshtastic protobuf converter for NodeRED",
"keywords": [
"node-red"
],
"keywords": ["node-red"],
"scripts": {
"build": "vite build"
},
Expand All @@ -16,16 +14,14 @@
"decode": "./dist/decode.js"
}
},
"files": [
"dist"
],
"files": ["dist"],
"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@meshtastic/js": "2.2.17-5"
"@meshtastic/js": "2.2.18-0"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20240104182715-af4a215beb91.1",
"@biomejs/biome": "^1.5.0",
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20240106203407-94f78518ac45.1",
"@types/node-red": "^1.3.4",
"node-red": "^3.1.3",
"typescript": "^5.3.3",
Expand Down
84 changes: 52 additions & 32 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 141d925

Please sign in to comment.