Skip to content

Commit

Permalink
Update: utaformatix-tsを0.3.2に更新 (#2142)
Browse files Browse the repository at this point in the history
* Update: utaformatix-tsを0.3.1にアップデート

* Update: utaformatix-tsを0.3.2に更新
  • Loading branch information
sevenc-nanashi authored Jun 28, 2024
1 parent 2b059d4 commit c04e943
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
12 changes: 7 additions & 5 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 @@ -35,7 +35,7 @@
"dependencies": {
"@gtm-support/vue-gtm": "1.2.3",
"@quasar/extras": "1.10.10",
"@sevenc-nanashi/utaformatix-ts": "npm:@jsr/sevenc-nanashi__utaformatix-ts@0.3.0",
"@sevenc-nanashi/utaformatix-ts": "npm:@jsr/sevenc-nanashi__utaformatix-ts@0.3.2",
"async-lock": "1.4.0",
"dayjs": "1.10.7",
"electron-log": "5.1.2",
Expand Down
1 change: 1 addition & 0 deletions src/components/Dialog/ImportSongProjectDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const projectNameToExtensions = [
["UtaFormatix", ["ufdata"]],
["UTAU", ["ust"]],
["VOCALOID", ["vpr", "vsq", "vsqx"]],
["VoiSona", ["tssln"]],
] as const satisfies [string, SupportedExtensions[]][];
// ちゃんと全部の拡張子があるかチェック
Expand Down

0 comments on commit c04e943

Please sign in to comment.