From bbbba2f9f44a3da6074d86daa4fb92e5e26e37fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:22:52 +0000 Subject: [PATCH] build(deps-dev): 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-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 3853d5d..0de64ba 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "md-insert": "^1.0.1", "min-react-env": "^1.0.0", "mocha": "^8.0.1", - "prop-types-table": "^1.0.0", + "prop-types-table": "^2.0.0", "proxyquire": "^2.0.1", "react": "^17.0.0", "react-dom": "^17.0.0",