🆙 Fix firework memory leak and update pixi.js

This commit is contained in:
duckietm
2024-09-13 08:04:35 +02:00
parent 1e4f45a107
commit 14bf0fdcbd
23 changed files with 417 additions and 1469 deletions
+2 -2
View File
@@ -14,10 +14,10 @@
"dependencies": {
"@nitrots/api": "1.0.0",
"@nitrots/utils": "1.0.0",
"pixi.js": "^8.1.6",
"pixi.js": "^8.2.5",
"@pixi/gif": "^3.0.0"
},
"devDependencies": {
"typescript": "~5.4.2"
"typescript": "~5.5.4"
}
}