Skip to content

Commit 6910cf4

Browse files
committed
Even more renaming
1 parent 9357554 commit 6910cf4

5 files changed

Lines changed: 57 additions & 50 deletions

File tree

package-lock.json

Lines changed: 54 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"dev": "vite",
1414
"build": "vite build",
15-
"test": "vitest",
15+
"test": "vitest --no-watch",
1616
"lint": "eslint 'src/**/*.{ts,tsx}'"
1717
},
1818
"dependencies": {
@@ -33,7 +33,7 @@
3333
"typescript": "5.9.3",
3434
"typescript-eslint": "8.47.0",
3535
"vite": "7.2.4",
36-
"vitest": "^4.0.13"
36+
"vitest": "4.0.14"
3737
},
3838
"eslintConfig": {
3939
"extends": "preact"
File renamed without changes.
File renamed without changes.

src/components/ui/arrangement/ArrangementViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { createPublisher } from "../../../core/Publisher.js";
1111
import type { ArrangementPlayer } from "../../../player/types.js";
1212
import { ServicesContext } from "../ScoreBookViewer.js";
1313
import { ComponentBase, type IComponentProperties, type IComponentState } from "../ComponentBase/ComponentBase.js";
14-
import { GuideRail } from "../GuideRail/GuideRail1.js";
14+
import { GuideRail } from "../GuideRail1/GuideRail1.js";
1515
import { InstrumentBrowser } from "../InstrumentBrowser.js";
1616
import { Overlay } from "../Overlay.js";
1717
import { Scrollbar } from "../Scrollbar.js";

0 commit comments

Comments
 (0)