diff --git a/README.md b/README.md index 0279862..4ae5187 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a Phaser 3 project template that uses the React framework and Vite for b This template has been updated for: -- [Phaser 3.86.0](https://github.com/phaserjs/phaser) +- [Phaser 3.87.0](https://github.com/phaserjs/phaser) - [React 18.2.0](https://github.com/facebook/react) - [Vite 5.3.1](https://github.com/vitejs/vite) - [TypeScript 5.2.2](https://github.com/microsoft/TypeScript) diff --git a/package.json b/package.json index 1de1149..cdbca7c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "build-nolog": "vite build --config vite/config.prod.mjs" }, "dependencies": { - "phaser": "^3.86.0", + "phaser": "^3.87.0", "react": "^18.2.0", "react-dom": "^18.2.0" },