File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments