From fceab59ec6a897537c968ea48eeaaefdce586169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:44:28 -0500 Subject: [PATCH] chore(deps-dev): bump react-devtools-core from 6.1.5 to 7.0.1 (#197) Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 6.1.5 to 7.0.1. - [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/HEAD/packages/react-devtools-core) --- updated-dependencies: - dependency-name: react-devtools-core dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 32c3593..96f4af3 100644 --- a/bun.lock +++ b/bun.lock @@ -22,7 +22,7 @@ "ink-select-input": "^6.2.0", "pluralize": "^8.0.0", "react": "^19.1.1", - "react-devtools-core": "^6.1.5", + "react-devtools-core": "^7.0.1", "strip-ansi": "^7.1.0", "tinyglobby": "^0.2.14", "typedoc": "^0.28.12", @@ -728,7 +728,7 @@ "react": ["react@19.1.1", "", {}, "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ=="], - "react-devtools-core": ["react-devtools-core@6.1.5", "", { "dependencies": { "shell-quote": "^1.6.1", "ws": "^7" } }, "sha512-ePrwPfxAnB+7hgnEr8vpKxL9cmnp7F322t8oqcPshbIQQhDKgFDW4tjhF2wjVbdXF9O/nyuy3sQWd9JGpiLPvA=="], + "react-devtools-core": ["react-devtools-core@7.0.1", "", { "dependencies": { "shell-quote": "^1.6.1", "ws": "^7" } }, "sha512-C3yNvRHaizlpiASzy7b9vbnBGLrhvdhl1CbdU6EnZgxPNbai60szdLtl+VL76UNOt5bOoVTOz5rNWZxgGt+Gsw=="], "react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], diff --git a/package.json b/package.json index b1d6508..92a2c4c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "ink-select-input": "^6.2.0", "pluralize": "^8.0.0", "react": "^19.1.1", - "react-devtools-core": "^6.1.5", + "react-devtools-core": "^7.0.1", "strip-ansi": "^7.1.0", "tinyglobby": "^0.2.14", "typedoc": "^0.28.12",