## Current behavior The `@ngx-translate/core` package seems to depend on `semantic-release` since v12.1.0: * https://www.npmjs.com/package/@ngx-translate/core/v/12.1.0?activeTab=dependencies * https://www.npmjs.com/package/@ngx-translate/core/v/12.0.0?activeTab=dependencies ## Expected behavior No installation of `semantic-release` since it’s a `devDependency`. ## Minimal reproduction of the problem with instructions ``` npm install @ngx-translate/core less package-lock.json ```