update deps

This commit is contained in:
MiltonCandelero
2021-06-15 19:22:14 -03:00
parent 05b98d0ee0
commit 38ec23916a
2 changed files with 11377 additions and 1528 deletions

12895
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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