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 29, 2024
1 parent bc6f3ac commit 530e2a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/nvim/on-buf-delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export async function onBufDelete(app: GhostText) {
app.buffer = null;

// restart server to close all active websocket connections
app.server.stop(true);
void app.server.stop(true);
app.server = startServer(app);
}

Expand Down
Binary file modified bun.lockb
Binary file not shown.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,24 @@
"start": "bun run app/index.ts"
},
"dependencies": {
"bunvim": "1.1.12",
"bunvim": "1.1.13",
"minimatch": "^10.0.1",
"valibot": "^0.30.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@types/bun": "latest",
"@types/eslint": "^8.56.10",
"@types/eslint": "^8.56.12",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^7.11.0",
"commitizen": "^4.3.0",
"commitlint": "^19.3.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"semantic-release": "^24.0.0",
"typescript": "^5.4.5"
"@typescript-eslint/parser": "^8.12.2",
"commitizen": "^4.3.1",
"commitlint": "^19.5.0",
"eslint": "^8.57.1",
"inquirer": "^9.3.7",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"semantic-release": "^24.2.0",
"typescript": "^5.6.3"
}
}

0 comments on commit 530e2a9

Please sign in to comment.