Skip to content

Commit 31ed580

Browse files
committed
remove gekichumai/dxdata
1 parent 6374cb4 commit 31ed580

File tree

5 files changed

+0
-806
lines changed

5 files changed

+0
-806
lines changed

MaiChartManager/Front/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"@fontsource/nerko-one": "^5.1.0",
14-
"@gekichumai/dxdata": "https://gitpkg.now.sh/gekichumai/dxrating/packages/dxdata?2bf234befeca795cf5f78e59d42d911e5c4edf08",
1514
"@iconify/json": "^2.2.308",
1615
"@microsoft/fetch-event-source": "^2.0.1",
1716
"@modyfi/vite-plugin-yaml": "^1.1.0",

MaiChartManager/Front/pnpm-lock.yaml

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

MaiChartManager/Front/src/components/MusicList/BatchActionButton/MusicSelector.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { GenreOption } from "@/components/GenreInput";
77
import { LEVEL_COLOR, LEVELS } from "@/consts";
88
import _ from "lodash";
99
import { watchDebounced } from "@vueuse/core";
10-
import { dxdata } from '@gekichumai/dxdata';
1110
import { useI18n } from 'vue-i18n';
1211

1312
export default defineComponent({
@@ -29,7 +28,6 @@ export default defineComponent({
2928
return row.name!.toLowerCase().includes(value) ||
3029
row.artist!.toLowerCase().includes(value) ||
3130
row.charts!.some(chart => chart.designer?.toLowerCase().includes(value)) ||
32-
dxdata.songs.find(it => it.title.toLowerCase() === row.name?.toLowerCase())?.searchAcronyms?.some(acronym => acronym.toLowerCase().includes(value)) ||
3331
row.id!.toString().includes(value) || // match by ID
3432
false;
3533

package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)