Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Dec 26, 2024
1 parent 0bac184 commit d7a9e21
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
23 changes: 10 additions & 13 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/ba-story-player/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as utils from "@/utils";
import eventBus from "@/eventBus";
import { initPrivateState, usePlayerStore } from "@/stores";
import { wait, getOtherSoundUrls } from "@/utils";
import type { IEventData } from "pixi-spine";
import { EventData } from "@esotericsoftware/spine-pixi-v7";
import {
Application,
Assets,
Expand Down Expand Up @@ -734,7 +734,7 @@ export const resourcesLoader = {
/**
* 添加l2d语音
*/
loadL2dVoice(audioEvents: IEventData[]) {
loadL2dVoice(audioEvents: EventData[]) {
const audios = audioEvents
.filter(it => {
return (
Expand Down
3 changes: 1 addition & 2 deletions lib/ba-story-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@
"element-plus": "^2.8.6",
"vite-plugin-vue-devtools": "^7.5.4",
"@pixi/filter-old-film": "5.1.1",
"@esotericsoftware/spine-pixi": "~4.2.61",
"@pixi/core": ">=7 <8",
"radash": "~12.1.0",
"unplugin-vue-components": "^0.26.0",
"unplugin-auto-import": "0.17.5",
"unplugin-element-plus": "~0.8.0",
"@esotericsoftware/spine-core": "~4.2.61"
"@esotericsoftware/spine-pixi-v7": "~4.2.70"
},
"devDependencies": {
"@types/node": "^22.8.1",
Expand Down

0 comments on commit d7a9e21

Please sign in to comment.