forked from gree/sf2synth.js
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
デザインを変更。セレクトメニューでSoundFont選択は問題が見つかったため削除。 メッセージ文を若干修正。 optionでurlを指定したときに設定が反映されないバグを修正 loader.jsでエラーが発生したときにメッセージが表示されないバグ修正
- Loading branch information
Showing
6 changed files
with
235 additions
and
229 deletions.
There are no files selected for viewing
262 changes: 131 additions & 131 deletions
262
.yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.3.cjs | ||
yarnPath: .yarn/releases/yarn-3.6.4.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
"node": ">=18.12.5", | ||
"yarn": ">=1.22.19" | ||
}, | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].4", | ||
"scripts": { | ||
"dev": "vite", | ||
"clean": "rimraf node_modules/.vite", | ||
|
@@ -79,7 +79,7 @@ | |
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
"@logue/reverb": "^1.3.2", | ||
"@logue/reverb": "^1.3.3", | ||
"bootstrap": "^5.3.2", | ||
"lodash": "^4.17.21" | ||
}, | ||
|
@@ -97,7 +97,7 @@ | |
"prettier": "^3.0.3", | ||
"query-string": "^8.1.0", | ||
"rimraf": "^5.0.5", | ||
"sass": "1.68.0", | ||
"sass": "1.69.0", | ||
"stylelint": "^15.10.3", | ||
"stylelint-config-recommended-scss": "^13.0.0", | ||
"stylelint-order": "^6.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters