Skip to content

Commit

Permalink
Update package versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidaroth committed Oct 13, 2023
1 parent da4af9f commit d15c132
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 124 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser-3-boilerplate",
"version": "2.0.0",
"version": "2.0.1",
"description": "Phaser 3 Boilerplate project for rapid development.",
"author": "Christian Holt ([email protected])",
"contributors": [
Expand Down Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"@types/dat.gui": "^0.7.10",
"@types/stats": "^0.16.30",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand All @@ -51,11 +51,11 @@
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"@types/node": "^20.8.2",
"@types/node": "^20.8.5",
"dat.gui": "^0.7.9",
"immutable": "^4.3.4",
"phaser": "^3.60.0",
"sass": "^1.68.0",
"sass": "^1.69.3",
"stats.js": "^0.17.0",
"uuid": "^9.0.1"
}
Expand Down
Loading

0 comments on commit d15c132

Please sign in to comment.