From ae75c8372c0bcc1e39f3e4e97f242d7a88dba81f Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi Date: Tue, 16 May 2023 13:14:50 +0900 Subject: [PATCH] feat: Add rjsf as a monorepo (#22248) Signed-off-by: Natsuki Ikeguchi --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 122df520a6aec5..9b9767961eb07b 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -206,6 +206,7 @@ const repoGroups = { 'reg-suit': 'https://github.com/reg-viz/reg-suit', remark: 'https://github.com/remarkjs/remark', remix: 'https://github.com/remix-run/remix', + rjsf: 'https://github.com/rjsf-team/react-jsonschema-form', router5: 'https://github.com/router5/router5', 'rust-futures': 'https://github.com/rust-lang/futures-rs', 'rust-wasm-bindgen': 'https://github.com/rustwasm/wasm-bindgen',