Skip to content

Commit

Permalink
perf(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wallpants committed Oct 28, 2024
1 parent 71294e1 commit 4c7b37a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
},
"dependencies": {
"commander": "^12.1.0",
"msgpackr": "^1.10.2",
"winston": "^3.13.0"
"msgpackr": "^1.11.0",
"winston": "^3.15.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.18.0",
"bun-types": "latest",
"commitizen": "^4.3.0",
"commitlint": "^19.3.0",
"eslint": "^8.57.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@types/bun": "^1.1.12",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"commitizen": "^4.3.1",
"commitlint": "^19.5.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"semantic-release": "^24.0.0",
"typescript": "^5.5.4"
"prettier-plugin-organize-imports": "^4.1.0",
"semantic-release": "^24.2.0",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion src/attach.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export async function attach<ApiInfo extends BaseEvents = BaseEvents>({
}

logger?.debug(prettyRPCMessage(message, "out"));
nvimSocket.write(packr.pack(message));
nvimSocket.write(packr.pack(message) as unknown as Uint8Array);
processMessageOutQueue();
}

Expand Down
Empty file modified src/cli/index.ts
100644 → 100755
Empty file.

0 comments on commit 4c7b37a

Please sign in to comment.