Skip to content

Commit

Permalink
feat(deps-dev): bump typescript from 5.2.2 to 5.3.3 (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: michaelangeloio <[email protected]>
  • Loading branch information
dependabot[bot] and michaelangeloio authored Jan 1, 2024
1 parent 2b3e319 commit 5f45eff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 4 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"chokidar": "^3.5.3",
"esbuild": "^0.19.10",
"esbuild-plugin-copy": "^2.1.1",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"activationEvents": [
"onLanguage:typescript",
Expand Down
2 changes: 1 addition & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ connection.onDidChangeConfiguration((change) => {
}

// Revalidate all open text documents
// biome-ignore lint/complexity/noForEach: <explanation>
// biome-ignore lint/complexity/noForEach: original vscode-languageserver code
documents.all().forEach(validateTextDocument)
})

Expand Down

0 comments on commit 5f45eff

Please sign in to comment.