From 9e6cf0ee3deefdacc4386b909b4d9ce9c1234022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:02:57 +0000 Subject: [PATCH] build(deps): bump react in /exoplanet-transit-simulator Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) 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) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- exoplanet-transit-simulator/package-lock.json | 21 +++++++------------ exoplanet-transit-simulator/package.json | 2 +- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/exoplanet-transit-simulator/package-lock.json b/exoplanet-transit-simulator/package-lock.json index d9bfe280f1..fe46042b41 100644 --- a/exoplanet-transit-simulator/package-lock.json +++ b/exoplanet-transit-simulator/package-lock.json @@ -14,7 +14,7 @@ "d3-drag": "~3.0.0", "eslint-plugin-security": "^3.0.1", "pixi.js": "~7.3.2", - "react": "^18.2.0", + "react": "^19.0.0", "react-dom": "^18.2.0", "react-range-step-input": "github:ccnmtl/react-range-step-input" }, @@ -12437,12 +12437,10 @@ } }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", - "dependencies": { - "loose-envify": "^1.1.0" - }, + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", + "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -24832,12 +24830,9 @@ } }, "react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", - "requires": { - "loose-envify": "^1.1.0" - } + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", + "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==" }, "react-dom": { "version": "18.3.1", diff --git a/exoplanet-transit-simulator/package.json b/exoplanet-transit-simulator/package.json index 911582b4e7..f3d78ff2d6 100644 --- a/exoplanet-transit-simulator/package.json +++ b/exoplanet-transit-simulator/package.json @@ -30,7 +30,7 @@ "d3-drag": "~3.0.0", "eslint-plugin-security": "^3.0.1", "pixi.js": "~7.3.2", - "react": "^18.2.0", + "react": "^19.0.0", "react-dom": "^18.2.0", "react-range-step-input": "github:ccnmtl/react-range-step-input" },