Skip to content

Commit 520e169

Browse files
committed
[Fix] semver should be a prod dep
Fixes #2668
1 parent 82d81f1 commit 520e169

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66

77
## [Unreleased]
88

9+
### Fixed
10+
- `semver` should be a prod dep ([#2668])
11+
912
## [2.27.3] - 2023-01-11
1013

1114
### Fixed
@@ -1371,6 +1374,7 @@ for info on changes for earlier releases.
13711374
[#211]: https://github.com/import-js/eslint-plugin-import/pull/211
13721375
[#164]: https://github.com/import-js/eslint-plugin-import/pull/164
13731376
[#157]: https://github.com/import-js/eslint-plugin-import/pull/157
1377+
[#2668]: https://github.com/import-js/eslint-plugin-import/issues/2668
13741378
[#2666]: https://github.com/import-js/eslint-plugin-import/issues/2666
13751379
[#2665]: https://github.com/import-js/eslint-plugin-import/issues/2665
13761380
[#2444]: https://github.com/import-js/eslint-plugin-import/issues/2444

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"redux": "^3.7.2",
9393
"rimraf": "^2.7.1",
9494
"safe-publish-latest": "^2.0.0",
95-
"semver": "^6.3.0",
9695
"sinon": "^2.4.1",
9796
"typescript": "^2.8.1 || ~3.9.5 || ~4.5.2",
9897
"typescript-eslint-parser": "^15 || ^20 || ^22"
@@ -114,6 +113,7 @@
114113
"minimatch": "^3.1.2",
115114
"object.values": "^1.1.6",
116115
"resolve": "^1.22.1",
116+
"semver": "^6.3.0",
117117
"tsconfig-paths": "^3.14.1"
118118
}
119119
}

0 commit comments

Comments
 (0)