From bda7fd72c7c1c8c1856f8f664b2fb605849d4a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 04:08:14 +0000 Subject: [PATCH 1/2] chore(deps): bump @rjsf/material-ui from 3.0.0 to 3.1.0 Bumps [@rjsf/material-ui](https://github.com/rjsf-team/react-jsonschema-form) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases) - [Commits](https://github.com/rjsf-team/react-jsonschema-form/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: "@rjsf/material-ui" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 94b81f35ee..59deeb3b96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5053,9 +5053,9 @@ react-is "^16.9.0" "@rjsf/material-ui@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@rjsf/material-ui/-/material-ui-3.0.0.tgz#69ece2cb549f0e860b5f89898db90edcc95b15ba" - integrity sha512-T2B8QnrDQphbFNxDz7baAa0zTd5TXJmO9soHBPTKKdniRbMEOQ19AJBbZkA3ED2XZa/xrUY/6XjERQLpNACddw== + version "3.1.0" + resolved "https://registry.npmjs.org/@rjsf/material-ui/-/material-ui-3.1.0.tgz#ed15fc75de1594f87cd8336b7f2ebc492a432d8b" + integrity sha512-kWz37spT5SOXkb8Axq4g4BzQjXRylQr6B7eFAg1NPhSK7KrJYwSMSsFJ9Ze2vEBxwEiR0Z0n/4puaamGuGFRBw== "@roadiehq/backstage-plugin-buildkite@^1.0.8": version "1.0.8" From e537f33f3c2533d7d6db429c75d1bcfd9a26db2e Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 2 Sep 2021 13:41:39 +0200 Subject: [PATCH 2/2] chore: updating core library too as they need bumping at the same time Signed-off-by: blam --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 59deeb3b96..83741da8a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5038,9 +5038,9 @@ react-lifecycles-compat "^3.0.4" "@rjsf/core@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@rjsf/core/-/core-3.0.0.tgz#7f79b0635c969e3fbfe0aaa4773d844fbee68a63" - integrity sha512-QSvyVMDiwd7neVnIMOte4tZUvtDWgLDYKOsq1tgCsIFh+RXskd3AEBf6IsK8w6Wg36Om7YalDqqrtXbk9z+rLw== + version "3.1.0" + resolved "https://registry.npmjs.org/@rjsf/core/-/core-3.1.0.tgz#7667364a4532e25c164abbc2adabe39157ffec4c" + integrity sha512-EwM2juiQxEdXzFy9rIIsDr6/e+FYeR1cKx0/no8ASEuXZ1p+/nf/CxKGobzD6UhpRip7JK9PhhuHFEFBIjHFJA== dependencies: "@types/json-schema" "^7.0.7" ajv "^6.7.0"