updating dependencies

This commit is contained in:
Milton
2021-11-13 11:03:48 -03:00
parent 93ec2e7fb6
commit 65c67697a9
2 changed files with 438 additions and 483 deletions

907
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,18 +7,18 @@
"clean": "rimraf dist" "clean": "rimraf dist"
}, },
"dependencies": { "dependencies": {
"pixi.js": "^6.1.3" "pixi.js": "^6.2.0"
}, },
"devDependencies": { "devDependencies": {
"npm-run-all": "^4.1.5", "copy-webpack-plugin": "^9.1.0",
"copy-webpack-plugin": "^9.0.1",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.2.4", "terser-webpack-plugin": "^5.2.5",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
"typescript": "^4.4.4", "typescript": "^4.4.4",
"webpack": "^5.61.0", "webpack": "^5.64.0",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0" "webpack-dev-server": "^4.5.0"
} }
} }