From b229ac0ec70777b5e2c72c3944f6fca9e54a1e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:24:03 +0000 Subject: [PATCH] build(deps): bump phaser-jsx from 0.12.4 to 0.12.5 Bumps [phaser-jsx](https://github.com/remarkablegames/phaser-jsx) from 0.12.4 to 0.12.5. - [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.12.4...v0.12.5) --- updated-dependencies: - dependency-name: phaser-jsx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60e7d069..b07cc0bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "phaser": "3.87.0", - "phaser-jsx": "0.12.4" + "phaser-jsx": "0.12.5" }, "devDependencies": { "@commitlint/cli": "19.6.1", @@ -4100,9 +4100,9 @@ } }, "node_modules/phaser-jsx": { - "version": "0.12.4", - "resolved": "https://registry.npmjs.org/phaser-jsx/-/phaser-jsx-0.12.4.tgz", - "integrity": "sha512-8puJwLkrt1vWKTB31UPnSXAeUBdjA2KdvugmWbqi4PSwySEX/9l6pCh39Hf+RUl6NRmRo3JdmjjuhmRBih+qgw==", + "version": "0.12.5", + "resolved": "https://registry.npmjs.org/phaser-jsx/-/phaser-jsx-0.12.5.tgz", + "integrity": "sha512-TsVRAGy2CwXGVakLnhB+TYKak8CAc/2Y16axMr3QVOGq0+du53jcHFEPSFJOfzMgkY+I9ucpO+qBOt3Y6jHpwA==", "peerDependencies": { "@types/react": "17 || 18 || 19", "phaser": "3" diff --git a/package.json b/package.json index 13a78e62..78c6246b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://remarkablegames.org/phaser-template/", "dependencies": { "phaser": "3.87.0", - "phaser-jsx": "0.12.4" + "phaser-jsx": "0.12.5" }, "devDependencies": { "@commitlint/cli": "19.6.1",