From 964bf1d18c96a0ddd6d886526d4b0af1e944dd95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:17:34 +0000 Subject: [PATCH] Bump prop-types-table from 1.0.0 to 2.0.0 Bumps [prop-types-table](https://github.com/goto-bus-stop/prop-types-table) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/goto-bus-stop/prop-types-table/releases) - [Changelog](https://github.com/goto-bus-stop/prop-types-table/blob/default/CHANGELOG.md) - [Commits](https://github.com/goto-bus-stop/prop-types-table/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: prop-types-table dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cc808f..3908e1a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "md-insert": "^2.0.0", "min-react-env": "^2.0.0", "mocha": "^10.0.0", - "prop-types-table": "^1.0.0", + "prop-types-table": "^2.0.0", "proxyquire": "^2.1.3", "react": "^18.0.0", "react-dom": "^18.0.0",