⬆️ updating some deps

This commit is contained in:
Milton
2022-02-03 14:38:54 -03:00
parent 65c67697a9
commit 530b76d429
2 changed files with 1262 additions and 720 deletions

1968
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.2.0" "pixi.js": "^6.2.2"
}, },
"devDependencies": { "devDependencies": {
"copy-webpack-plugin": "^9.1.0", "copy-webpack-plugin": "^10.2.4",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.2.5", "terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
"typescript": "^4.4.4", "typescript": "^4.5.5",
"webpack": "^5.64.0", "webpack": "^5.68.0",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.5.0" "webpack-dev-server": "^4.7.4"
} }
} }