File tree 2 files changed +5
-1
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Fixed
10
+ - ` semver ` should be a prod dep ([ #2668 ] )
11
+
9
12
## [ 2.27.3] - 2023-01-11
10
13
11
14
### Fixed
@@ -1371,6 +1374,7 @@ for info on changes for earlier releases.
1371
1374
[ #211 ] : https://github.com/import-js/eslint-plugin-import/pull/211
1372
1375
[ #164 ] : https://github.com/import-js/eslint-plugin-import/pull/164
1373
1376
[ #157 ] : https://github.com/import-js/eslint-plugin-import/pull/157
1377
+ [ #2668 ] : https://github.com/import-js/eslint-plugin-import/issues/2668
1374
1378
[ #2666 ] : https://github.com/import-js/eslint-plugin-import/issues/2666
1375
1379
[ #2665 ] : https://github.com/import-js/eslint-plugin-import/issues/2665
1376
1380
[ #2444 ] : https://github.com/import-js/eslint-plugin-import/issues/2444
Original file line number Diff line number Diff line change 92
92
"redux" : " ^3.7.2" ,
93
93
"rimraf" : " ^2.7.1" ,
94
94
"safe-publish-latest" : " ^2.0.0" ,
95
- "semver" : " ^6.3.0" ,
96
95
"sinon" : " ^2.4.1" ,
97
96
"typescript" : " ^2.8.1 || ~3.9.5 || ~4.5.2" ,
98
97
"typescript-eslint-parser" : " ^15 || ^20 || ^22"
114
113
"minimatch" : " ^3.1.2" ,
115
114
"object.values" : " ^1.1.6" ,
116
115
"resolve" : " ^1.22.1" ,
116
+ "semver" : " ^6.3.0" ,
117
117
"tsconfig-paths" : " ^3.14.1"
118
118
}
119
119
}
You can’t perform that action at this time.
0 commit comments