diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4f66a85..f58f1f9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## [Unreleased] +### Fixed +- `semver` should be a prod dep ([#2668]) + ## [2.27.3] - 2023-01-11 ### Fixed @@ -1371,6 +1374,7 @@ for info on changes for earlier releases. [#211]: https://github.com/import-js/eslint-plugin-import/pull/211 [#164]: https://github.com/import-js/eslint-plugin-import/pull/164 [#157]: https://github.com/import-js/eslint-plugin-import/pull/157 +[#2668]: https://github.com/import-js/eslint-plugin-import/issues/2668 [#2666]: https://github.com/import-js/eslint-plugin-import/issues/2666 [#2665]: https://github.com/import-js/eslint-plugin-import/issues/2665 [#2444]: https://github.com/import-js/eslint-plugin-import/issues/2444 diff --git a/package.json b/package.json index 0275b3243..71aba4c2a 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,6 @@ "redux": "^3.7.2", "rimraf": "^2.7.1", "safe-publish-latest": "^2.0.0", - "semver": "^6.3.0", "sinon": "^2.4.1", "typescript": "^2.8.1 || ~3.9.5 || ~4.5.2", "typescript-eslint-parser": "^15 || ^20 || ^22" @@ -114,6 +113,7 @@ "minimatch": "^3.1.2", "object.values": "^1.1.6", "resolve": "^1.22.1", + "semver": "^6.3.0", "tsconfig-paths": "^3.14.1" } }