Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,384 changes: 250 additions & 2,134 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/alphatab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@coderline/alphaskia-windows": "^3.4.135",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.3",
"@types/node": "^25.0.6",
"assert": "^2.1.0",
"chai": "^6.2.2",
"chalk": "^5.6.2",
Expand All @@ -74,7 +74,7 @@
"tslib": "^2.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.1.4"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/alphatab/src/rendering/NumberedBarRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export class NumberedBarRenderer extends LineBarRenderer {
cy: number,
canvas: ICanvas,
beatElement: BeatSubElement,
_bracketsAsArcs?: boolean
_bracketsAsArcs: boolean = false
): void {
super.paintTuplets(cx, cy, canvas, beatElement, true);
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/alphatab/test-data/visual-tests/general/colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/lsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@microsoft/api-extractor": "^7.55.2",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.3",
"@types/node": "^25.0.6",
"assert": "^2.1.0",
"chai": "^6.2.2",
"mocha": "^11.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"monaco-editor": "^0.55.1",
"vscode-languageserver-types": "^3.17.5",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.3.0"
"vscode-textmate": "^9.3.1"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@microsoft/api-extractor": "^7.55.2",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.3",
"@types/node": "^25.0.6",
"assert": "^2.1.0",
"chai": "^6.2.2",
"mocha": "^11.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"split.js": "^1.6.5",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^6.0.3"
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"magic-string": "^0.30.21",
"vite": "^7.3.0"
"vite": "^7.3.1"
},
"engines": {
"node": ">=20.19.0"
Expand All @@ -53,7 +53,7 @@
"@microsoft/api-extractor": "^7.55.2",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.3",
"@types/node": "^25.0.6",
"assert": "^2.1.0",
"chai": "^6.2.2",
"mocha": "^11.7.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.3",
"@types/vscode": "^1.107.0",
"@types/node": "^25.0.6",
"@types/vscode": "^1.108.1",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2",
"assert": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@biomejs/biome": "^2.3.11",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.3",
"@types/node": "^25.0.6",
"assert": "^2.1.0",
"chai": "^6.2.2",
"html-webpack-plugin": "^5.6.5",
Expand Down
Loading