diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c92d72420..61598276a7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence -* @T4rk1n @ndrezn @camdecoster +* @T4rk1n @ndrezn @camdecoster @KoolADE85 diff --git a/components/dash-html-components/package.json b/components/dash-html-components/package.json index 18710d53c2..8be9bcd162 100644 --- a/components/dash-html-components/package.json +++ b/components/dash-html-components/package.json @@ -58,6 +58,6 @@ "/dash_html_components/*{.js,.map}" ], "browserslist": [ - "last 10 years and not dead" + "last 11 years and not dead" ] }