[ts][phaser] Fixed phaser peerDependency blocked to 3.60

This commit is contained in:
Davide Tantillo 2024-09-25 10:03:37 +02:00
parent 6ac6a1d8ac
commit e23beb7f75
2 changed files with 2 additions and 2 deletions

View File

@ -3088,7 +3088,7 @@
"@esotericsoftware/spine-webgl": "4.2.60"
},
"peerDependencies": {
"phaser": "3.60.0"
"phaser": "^3.60.0"
}
},
"spine-pixi": {

View File

@ -36,6 +36,6 @@
"@esotericsoftware/spine-canvas": "4.2.60"
},
"peerDependencies": {
"phaser": "3.60.0"
"phaser": "^3.60.0"
}
}