diff --git a/lib/primer/deprecations.yml b/lib/primer/deprecations.yml index 4ee39818c5..836cf5781f 100644 --- a/lib/primer/deprecations.yml +++ b/lib/primer/deprecations.yml @@ -5,8 +5,6 @@ # See 'docs/contributors/deprecations.md' for information on configuration options. deprecations: - - component: "Primer::LocalTime" - replacement: "Primer::Alpha::LocalTime" - component: "Primer::Alpha::AutoComplete" autocorrect: true replacement: "Primer::Beta::AutoComplete" @@ -61,6 +59,10 @@ deprecations: autocorrect: true replacement: "Primer::Beta::Link" + - component: "Primer::LocalTime" + autocorrect: true + replacement: "Primer::Alpha::LocalTime" + - component: "Primer::PopoverComponent" autocorrect: true replacement: "Primer::Beta::Popover"