From b045c2bda8b125f0d9366509c13bf173673224dc Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 26 May 2024 12:32:34 -0400 Subject: [PATCH] refactor: remove ensure-safe-component.string deprecation --- app/components/workflow-grants/index.hbs | 5 + app/components/workflow-grants/index.js | 6 +- app/controllers/grants/detail.js | 12 +- app/controllers/grants/index.js | 16 +- app/controllers/submissions/index.js | 22 +- app/deprecation-workflow.js | 1 - app/templates/grants/detail.hbs | 8 + app/templates/grants/index.hbs | 6 + app/templates/submissions/index.hbs | 8 + package.json | 2 +- yarn.lock | 328 +++++++++++++++++++++-- 11 files changed, 360 insertions(+), 54 deletions(-) diff --git a/app/components/workflow-grants/index.hbs b/app/components/workflow-grants/index.hbs index 2e6e46d0..1ae131e7 100644 --- a/app/components/workflow-grants/index.hbs +++ b/app/components/workflow-grants/index.hbs @@ -53,6 +53,11 @@