From 3679c64ae796287eab7113adaf28d2b128a8448e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:12:34 +0000 Subject: [PATCH] build(deps): bump phaser-jsx from 0.16.1 to 0.16.2 Bumps [phaser-jsx](https://github.com/remarkablegames/phaser-jsx) from 0.16.1 to 0.16.2. - [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.16.1...v0.16.2) --- updated-dependencies: - dependency-name: phaser-jsx dependency-version: 0.16.2 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 127400f..a9f96ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "phaser": "3.90.0", - "phaser-jsx": "0.16.1" + "phaser-jsx": "0.16.2" }, "devDependencies": { "@commitlint/cli": "21.0.1", @@ -3855,9 +3855,9 @@ } }, "node_modules/phaser-jsx": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/phaser-jsx/-/phaser-jsx-0.16.1.tgz", - "integrity": "sha512-LdnagkGQ32RXjHFTRw239HDZr1ACTpxthLAsgFqgHGDTA5FdB2R3bEBqhy4s94eZdQ2xsrVGS57uDCF6ylRx1A==", + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/phaser-jsx/-/phaser-jsx-0.16.2.tgz", + "integrity": "sha512-D6PSCQcZA0DF8A+voGUIkHQKK8BEfc3rrylMKFwqzYLbOcf73gLSWhITJhE8GRCTrS5aYNiIc4y/ar+Z7at+GQ==", "license": "MIT", "peerDependencies": { "@types/react": "17 || 18 || 19", diff --git a/package.json b/package.json index 629f3aa..86c6600 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://remarkablegames.org/memory-card/", "dependencies": { "phaser": "3.90.0", - "phaser-jsx": "0.16.1" + "phaser-jsx": "0.16.2" }, "devDependencies": { "@commitlint/cli": "21.0.1",