From d47a81b2751b6cf19a507fc69f465cbd1868c604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:04:52 +0000 Subject: [PATCH] build(deps): bump react-dom in /eclipsing-binary-simulator Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.0.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- eclipsing-binary-simulator/package-lock.json | 24 ++++++++------------ eclipsing-binary-simulator/package.json | 2 +- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/eclipsing-binary-simulator/package-lock.json b/eclipsing-binary-simulator/package-lock.json index ef09426ab5..397dc24700 100644 --- a/eclipsing-binary-simulator/package-lock.json +++ b/eclipsing-binary-simulator/package-lock.json @@ -15,7 +15,7 @@ "eslint-plugin-security": "^3.0.1", "pixi.js": "~7.4.0", "react": "^18.2.0", - "react-dom": "^18.2.0", + "react-dom": "^19.0.0", "react-range-step-input": "github:ccnmtl/react-range-step-input" }, "devDependencies": { @@ -12963,16 +12963,15 @@ } }, "node_modules/react-dom": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", - "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz", + "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==", "license": "MIT", "dependencies": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.2" + "scheduler": "^0.25.0" }, "peerDependencies": { - "react": "^18.3.1" + "react": "^19.0.0" } }, "node_modules/react-is": { @@ -13795,13 +13794,10 @@ "license": "MIT" }, "node_modules/scheduler": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", - "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", - "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - } + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz", + "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==", + "license": "MIT" }, "node_modules/schema-utils": { "version": "4.2.0", diff --git a/eclipsing-binary-simulator/package.json b/eclipsing-binary-simulator/package.json index 84ac76b012..fcf111de55 100644 --- a/eclipsing-binary-simulator/package.json +++ b/eclipsing-binary-simulator/package.json @@ -31,7 +31,7 @@ "eslint-plugin-security": "^3.0.1", "pixi.js": "~7.4.0", "react": "^18.2.0", - "react-dom": "^18.2.0", + "react-dom": "^19.0.0", "react-range-step-input": "github:ccnmtl/react-range-step-input" }, "devDependencies": {