updated deps and fixed autodensity

This commit is contained in:
Milton
2021-09-27 16:05:20 -03:00
parent 38ec23916a
commit f19236e258
4 changed files with 477 additions and 683 deletions

View File

@@ -5,11 +5,11 @@
"build": "parcel build src/index.html"
},
"dependencies": {
"pixi.js": "^6.0.4"
"pixi.js": "^6.1.3"
},
"devDependencies": {
"parcel-bundler": "^1.12.5",
"parcel-plugin-static-files-copy": "^2.6.0",
"typescript": "^4.3.2"
"typescript": "^4.4.3"
}
}
}