From 247e3fe9a2a25f2ea5d2f009206df53a89d0414e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:38:56 +0000 Subject: [PATCH] chore(deps): bump phaser-jsx from 0.11.0 to 0.12.0 Bumps [phaser-jsx](https://github.com/remarkablegames/phaser-jsx) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/remarkablegames/phaser-jsx/releases) - [Changelog](https://github.com/remarkablegames/phaser-jsx/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablegames/phaser-jsx/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: phaser-jsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 620aa9d..615818b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "phaser": "3.86.0", - "phaser-jsx": "0.11.0" + "phaser-jsx": "0.12.0" }, "devDependencies": { "@commitlint/cli": "19.6.1", @@ -4095,10 +4095,9 @@ } }, "node_modules/phaser-jsx": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/phaser-jsx/-/phaser-jsx-0.11.0.tgz", - "integrity": "sha512-pvoy3cMJe1eY7T+2VYsb9VzZoFZNo22yTYjBsPr/8t5uyw2osmhqjLBefuFam47q6arOYk8n1lGc35B8nUAfmg==", - "license": "MIT", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/phaser-jsx/-/phaser-jsx-0.12.0.tgz", + "integrity": "sha512-KalAwQhFpq2dK+34vk44MMPgRaiYd0sk+YONsdjG/HyrgTr6pVhJpx12mT+CjOoqdGGQWezY2xN0xvMCORjx8w==", "peerDependencies": { "@types/react": "17 || 18 || 19", "phaser": "3" diff --git a/package.json b/package.json index 12e5e41..6d7568f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://remarkablegames.org/memory-card/", "dependencies": { "phaser": "3.86.0", - "phaser-jsx": "0.11.0" + "phaser-jsx": "0.12.0" }, "devDependencies": { "@commitlint/cli": "19.6.1",