Upgrade to Phaser 3.60 and update all other packages

This commit is contained in:
James Skemp 2023-07-08 20:17:50 -05:00
parent 366fe25921
commit 1a70020b93
2 changed files with 989 additions and 5827 deletions

6804
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
},
"homepage": "https://github.com/JamesSkemp/phaser-3-vsc-typescript-nodejs",
"dependencies": {
"phaser": "^3.55.2"
"phaser": "^3.60.0"
},
"scripts": {
"build": "webpack --mode production",
@ -24,10 +24,10 @@
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"ts-loader": "^9.4.4",
"typescript": "^4.9.5",
"webpack": "^5.88.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
}
}