From da0ceee7824b90ce3d8abf498da0fbd27d6ea1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:23:02 +0000 Subject: [PATCH] chore(deps): bump phaser-jsx from 0.11.0 to 0.12.2 Bumps [phaser-jsx](https://github.com/remarkablegames/phaser-jsx) from 0.11.0 to 0.12.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.11.0...v0.12.2) --- 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 baf6ccf..c9844ae 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.2" }, "devDependencies": { "@commitlint/cli": "19.6.1", @@ -4094,10 +4094,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.2", + "resolved": "https://registry.npmjs.org/phaser-jsx/-/phaser-jsx-0.12.2.tgz", + "integrity": "sha512-L7qh+Naw9A2Kry6S7fbKLgH+OWQi1KC08FFdpJIgz22Hu3zQ3RS4v9e4Gu8A4c1yEfo6ZhGwzwrJJE1vNLgVeg==", "peerDependencies": { "@types/react": "17 || 18 || 19", "phaser": "3" diff --git a/package.json b/package.json index 4a11cdc..79acb3b 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.2" }, "devDependencies": { "@commitlint/cli": "19.6.1",